[Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

Emil Velikov emil.l.velikov at gmail.com
Thu Dec 3 17:06:48 PST 2015


On 4 December 2015 at 00:45, Matt Turner <mattst88 at gmail.com> wrote:
> On Thu, Dec 3, 2015 at 4:37 PM, Emil Velikov <emil.l.velikov at gmail.com> 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


More information about the mesa-dev mailing list