[Bug 100728] [GLK - IGT] [regression] - igt at gem_render* @basic
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 10 18:16:37 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100728
--- Comment #13 from krisman at collabora.co.uk ---
(In reply to Humberto Israel Perez Rodriguez from comment #12)
> Created attachment 131289 [details]
> bashrc
In your bashrc, you have
export INSTALL_ROOT=/opt/X11R7
LD_LIBRARY_PATH=${INSTALL_ROOT}/lib:${INSTALL_ROOT}/lib32:/lib:/lib64:/usr/lib:/usr/lib64
So you are using the libdrm installed in /opt instead of the one you just
compiled in /home/gfx/intel-graphics/tmp.drivers/opt/X11R7, which is evidenced
by the ldd output. Since LD_LIBRARY_PATH paths take precedence over the paths
used for building, you are using that one instead of the one you sent the logs.
Is that intentional? can you please set LD_LIBRARY_PATH to the directory where
you installed your libs, in and run your test again?
Do:
export LD_LIBRARY_PATH=/home/gfx/intel-graphics/tmp.drivers/opt/X11R7/lib
./gem_render_linear_blits --r basic
Also, if it doesn't work, provide the ldd of the igt test binary,
'ldd gem_render_linear_blits'
And also recompile libdrm and igt with the following
make clean
make V=1
and provide the output.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170510/a8855881/attachment.html>
More information about the intel-gfx-bugs
mailing list