[Mesa3d-dev] Current tinderbox regression (dri)

2010-03-23 Thread Chris Ball
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

Re: [Mesa3d-dev] Current tinderbox regression (dri)

2010-03-23 Thread Dan Nicholson
On Tue, Mar 23, 2010 at 11:09 AM, Chris Ball c...@laptop.org 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

Re: [Mesa3d-dev] Current tinderbox regression (dri)

2010-03-23 Thread Luca Barbieri
The issue should be hopefully completely fixed by 7e246e6aa63979d53731a591f4caee3651c1d96b. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and

Re: [Mesa3d-dev] Current tinderbox regression (dri)

2010-03-23 Thread Sedat Dilek
The issue should be hopefully completely fixed by 7e246e6aa63979d53731a591f4caee3651c1d96b. Unfortunately, build breaks here. Not sure which of the last changes really breaks it. [build.log] ... /bin/bash ../../../../../bin/mklib -o r300_dri.so.tmp -noprefix -linker 'ccache gcc' -ldflags '' \

Re: [Mesa3d-dev] Current tinderbox regression (dri)

2010-03-23 Thread Luca Barbieri
On Tue, Mar 23, 2010 at 10:45 PM, Sedat Dilek sedat.di...@googlemail.com wrote: The issue should be hopefully completely fixed by 7e246e6aa63979d53731a591f4caee3651c1d96b. Unfortunately, build breaks here. Not sure which of the last changes really breaks it. Hopefully fixed that too now.

[Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c for non-TLS build)

2010-03-23 Thread Chris Ball
Hi, dri: fix dri_test.c for non-TLS build _glapi_Context and _glapi_Dispatch have different constness between TLS and non-TLS builds. Breaks the build here, on Fedora 11/ppc64: http://tinderbox.x.org/builds/2010-03-23-0038/logs/libGL/#build

Re: [Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c for non-TLS build)

2010-03-23 Thread Luca Barbieri
According to the logs, that build was not based on that commit, which instead actually fixes that issue. http://tinderbox.x.org/builds/2010-03-23-0040/ was actually the first tinderbox build using that, and it went past that issue to fail on xeglthreads problem, which is unrelated. Thanks anyway

Re: [Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c)

2010-03-23 Thread Chris Ball
Hi Sedat, While striving the log of libGL [1], I noticed that configure-option --enable-radeon-experimental-api is set, this is obsolete and build by default, now. Please change. Thanks, I've removed it now. - Chris. -- Chris Ball c...@laptop.org One Laptop Per Child

Re: [Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c for non-TLS build)

2010-03-23 Thread Chris Ball
Hi Luca, According to the logs, that build was not based on that commit, which instead actually fixes that issue. http://tinderbox.x.org/builds/2010-03-23-0040/ was actually the first tinderbox build using that, and it went past that issue to fail on xeglthreads problem,