<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GLK - IGT] [regression] - igt@gem_render* @basic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100728#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GLK - IGT] [regression] - igt@gem_render* @basic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100728">bug 100728</a>
              from <span class="vcard"><a class="email" href="mailto:krisman@collabora.co.uk" title="krisman@collabora.co.uk">krisman@collabora.co.uk</a>
</span></b>
        <pre>(In reply to Humberto Israel Perez Rodriguez from <a href="show_bug.cgi?id=100728#c12">comment #12</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=131289" name="attach_131289" title="bashrc">attachment 131289</a> <a href="attachment.cgi?id=131289&action=edit" title="bashrc">[details]</a></span>
> bashrc</span >

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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>