<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:luziphermcleod@yahoo.ie" title="Luzipher <luziphermcleod@yahoo.ie>"> <span class="fn">Luzipher</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - mesa 32bit build fails with llvm enabled (cross compilation)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73999">bug 73999</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - mesa 32bit build fails with llvm enabled (cross compilation)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73999#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - mesa 32bit build fails with llvm enabled (cross compilation)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73999">bug 73999</a>
              from <span class="vcard"><a class="email" href="mailto:luziphermcleod@yahoo.ie" title="Luzipher <luziphermcleod@yahoo.ie>"> <span class="fn">Luzipher</span></a>
</span></b>
        <pre>After writing the last comment, I thought about the error message I got when
trying to build with "llvm-shared-libs" enabled. There is indeed no
/usr/bin/llvm-config.x86 on my system, but there is a
/usr/bin/i686-pc-linux-gnu-llvm-config-x86 executable. It turns out that there
is a simple workaround:

    cd /usr/bin
    ln -s i686-pc-linux-gnu-llvm-config-x86 llvm-config.x86

With that symbolic link, Mesa builds for amd64 as well as x86 (with
llvm-shared-libs enabled).

So this seems to be a gentoo / multilib-portage problem with either correctly
installing llvm or setting up the Mesa build environment. I'm going to alert
the gentoo devs to this.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>