[Mesa-dev] [Bug 73999] mesa 32bit build fails with llvm enabled (cross compilation)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 25 20:55:36 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73999
Luzipher <luziphermcleod at yahoo.ie> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTOURBUG
--- Comment #6 from Luzipher <luziphermcleod at yahoo.ie> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140126/cc31ef8f/attachment.html>
More information about the mesa-dev
mailing list