<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Meson can't find 32-bit libXvMCW in non-standard path"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110735#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Meson can't find 32-bit libXvMCW in non-standard path"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110735">bug 110735</a>
              from <span class="vcard"><a class="email" href="mailto:baker.dylan.c@gmail.com" title="Dylan Baker <baker.dylan.c@gmail.com>"> <span class="fn">Dylan Baker</span></a>
</span></b>
        <pre>I'm not at my computer right now (its a holiday here), but you might be
able to fix this by seeing -Dc_link_args="-L /path/with/xvmc"

I'm on mobile, please excuse autocorrect fail.

On Thu, Jul 4, 2019, 00:32 <<a href="mailto:bugzilla-daemon@freedesktop.org">bugzilla-daemon@freedesktop.org</a>> wrote:

<span class="quote">> *<a href="show_bug.cgi?id=110735#c1">Comment # 1</a> <<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Meson can't find 32-bit libXvMCW in non-standard path"
   href="show_bug.cgi?id=110735#c1">https://bugs.freedesktop.org/show_bug.cgi?id=110735#c1</a>> on
> <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Meson can't find 32-bit libXvMCW in non-standard path"
   href="show_bug.cgi?id=110735">bug 110735</a> <<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Meson can't find 32-bit libXvMCW in non-standard path"
   href="show_bug.cgi?id=110735">https://bugs.freedesktop.org/show_bug.cgi?id=110735</a>> from
> charlie <<a href="mailto:bug0xa3d2@hushmail.com">bug0xa3d2@hushmail.com</a>> *</span >
>
<span class="quote">> As a temporary work around--link to code from non-standard directory to the
> 32-bit /usr/lib directory, for example:</span >
>
<span class="quote">> if [[ $ARCH == *86 ]]; then
> sudo find ${HOME}/lib32/ -name "libXvMC*" -type f -maxdepth 1 -exec bash -c 'ln
> -s "$0" /usr/lib/"${0##*/}"' {} \;
> sudo find ${HOME}/lib32/ -name "libXvMC*" -type l -maxdepth 1 -exec bash -c 'ln
> -s "$0" /usr/lib/"${0##*/}"' {} \;
> fi</span >
>
<span class="quote">> Then delete links after compiling finishes:</span >
>
<span class="quote">> sudo rm /usr/lib/libXvMC*</span >
>
<span class="quote">> _____
> Update: setting an rpath on 32-bit complied libXvMC* would still not let Meson
> find the libs.</span >
>
<span class="quote">> ------------------------------
> You are receiving this mail because:</span >
>
<span class="quote">>    - You are on the CC list for the bug.</span >
>
></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>