From: Dan N. <dbn...@gm...> - 2010-03-23 18:43:59
|
On Tue, Mar 23, 2010 at 11:09 AM, Chris Ball <cj...@la...> wrote: > Hi, > > http://tinderbox.x.org/builds/2010-03-23-0024/logs/libGL/#build > > mklib: Making Linux shared library: mach64_dri.so.tmp > gcc -o mach64_dri.so.test ../../../../../src/mesa/drivers/dri/common/dri_test.o mach64_dri.so.tmp -L../../../../../lib -lGL > /usr/bin/ld: cannot find -lGL > collect2: ld returned 1 exit status > make[6]: *** [mach64_dri.so] Error 1 > > (The 12pm GMT build today worked, but the 2pm and later builds fail.) That's from this commit: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e17a5b047124c46ee45dbd1848127c67e0d62f3 This is because we build src/mesa (with the drivers subdir) before we build the src/glx directory (where libGL is built). This commit should probably be reverted until it can work better. -- Dan |