[Mesa-dev] [Bug 54234] link break after git pull august 29

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 29 21:18:15 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=54234

--- Comment #1 from Alexandre Demers <alexandre.f.demers at gmail.com> 2012-08-30 04:18:15 UTC ---
Same thing here since 28th. Fetching and merging latest commits don't help:

mklib: Making Linux shared library:  egl_gallium.so
../../../../src/gallium/auxiliary/libgallium.a(u_dl.o): In function
`util_dl_open':
/home/dema1701/projects/display/mesa/src/gallium/auxiliary/util/u_dl.c:48:
undefined reference to `dlopen'
../../../../src/gallium/auxiliary/libgallium.a(u_dl.o): In function
`util_dl_get_proc_address':
/home/dema1701/projects/display/mesa/src/gallium/auxiliary/util/u_dl.c:62:
undefined reference to `dlsym'
../../../../src/gallium/auxiliary/libgallium.a(u_dl.o): In function
`util_dl_close':
/home/dema1701/projects/display/mesa/src/gallium/auxiliary/util/u_dl.c:75:
undefined reference to `dlclose'
../../../../src/gallium/auxiliary/libgallium.a(u_dl.o): In function
`util_dl_error':
/home/dema1701/projects/display/mesa/src/gallium/auxiliary/util/u_dl.c:88:
undefined reference to `dlerror'
../../../../src/mesa/libmesagallium.a(texcompress_s3tc.o): In function
`_mesa_dlopen':
/home/dema1701/projects/display/mesa/src/mesa/../../src/mesa/main/dlopen.h:53:
undefined reference to `dlopen'
../../../../src/mesa/libmesagallium.a(texcompress_s3tc.o): In function
`_mesa_dlsym':
/home/dema1701/projects/display/mesa/src/mesa/../../src/mesa/main/dlopen.h:83:
undefined reference to `dlsym'
../../../../src/mesa/libmesagallium.a(texcompress_s3tc.o): In function
`_mesa_dlclose':
/home/dema1701/projects/display/mesa/src/mesa/../../src/mesa/main/dlopen.h:101:
undefined reference to `dlclose'
../../../../src/mesa/libmesagallium.a(enable.o): In function
`_mesa_set_enable':
/home/dema1701/projects/display/mesa/src/mesa/../../src/mesa/main/enable.c:771:
undefined reference to `_mesa_meta_in_progress'
collect2: error: ld returned 1 exit status
mklib: Installing egl_gallium.so in ../../../../x86_64-linux-gnu/egl
mv: cannot stat ‘egl_gallium.so’: No such file or directory
/usr/bin/install -c -d /usr/lib/x86_64-linux-gnu/egl
for out in ../../../../x86_64-linux-gnu/egl/egl_gallium.so; do \
    /bin/sh ../../../../bin/minstall -m 755 "$out"
/usr/lib/x86_64-linux-gnu/egl; \
done
Unknown type of argument:  ../../../../x86_64-linux-gnu/egl/egl_gallium.so
make[3]: *** [install] Error 1
make[3]: Leaving directory
`/home/dema1701/projects/display/mesa/src/gallium/targets/egl-static'
make[2]: *** [install] Error 1
make[2]: Leaving directory
`/home/dema1701/projects/display/mesa/src/gallium/targets'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/dema1701/projects/display/mesa/src'
make: *** [install-recursive] Error 1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list