<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segmentation fault in nv50_ir::NVC0LegalizeSSA::handleDIV when dividing result of textureSize"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111218#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segmentation fault in nv50_ir::NVC0LegalizeSSA::handleDIV when dividing result of textureSize"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111218">bug 111218</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>(In reply to mmgrqnv from <a href="show_bug.cgi?id=111218#c4">comment #4</a>)
<span class="quote">> I'm trying to build from source, but I can't get meson to produce the
> nouveau_dri.so library. The documentation says:

>   If you built the DRI hardware drivers, you'll also see the DRI drivers:
>     -rwxr-xr-x   1 brian users 16895413 Jul 21 12:11 i915_dri.so
>     -rwxr-xr-x   1 brian users 16895413 Jul 21 12:11 i965_dri.so
>     -rwxr-xr-x   1 brian users 11849858 Jul 21 12:12 r200_dri.so
>     -rwxr-xr-x   1 brian users 11757388 Jul 21 12:12 radeon_dri.so

> ... but that is not what I am seeing, the only libraries I get are:

>   $ find . -iname "*dri*.so" 
>   ./builddir/src/mesa/drivers/dri/libmesa_dri_drivers.so
>   ./builddir/src/gallium/targets/dri/libgallium_dri.so</span >

This looks correct.

<span class="quote">> 
> I tried:

>   $ meson configure builddir/ -Ddri-drivers=nouveau -Dgallium-drivers=nouveau

> but that does not help.
> Could you please point me somewhere that explains how to get the
> nouveau_dri.so library?</span >

I think you forgot to "install". I'd recommend putting it into some prefix,
e.g. ~/install (which you can tell meson to do with --prefix=foo), and then you
can test with LD_LIBRARY_PATH=~/install ... (not 100% the '~' actually works in
the LD_LIBRARY_PATH though)</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 the assignee for the bug.</li>
      </ul>
    </body>
</html>