On 4 December 2015 at 00:45, Matt Turner <[email protected]> wrote: > On Thu, Dec 3, 2015 at 4:37 PM, Emil Velikov <[email protected]> wrote: >>> FWIW, make check still fails for me even with this patch. >> Do you have a log that I can take a look ? I've `make clean'ed and >> rebuild a couple of times just in case and things seems to pass here. > > Attached is the output of ./main-test without (p.txt) and with (q.txt) > your patch. Interesting... upon closer look the build produces two tests - lt-main-test and main-test. The former is executed on my system (either via the top level make check or the one in src/mesa/main/tests) and passes, while the former produces the same issues as you've spotted.
Then again the former has RPATH set to the built libglapi.so location while the latter does not. Can you try tracking it down on your end - perhaps setting up LD_PRELOAD=/mesa/build/dir/path/to/libglapi.so ? -Emil _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
