mesa-libs problem with llvm50

Tamas Szakaly sghctoma at gmail.com
Thu Jan 4 12:10:49 UTC 2018


On Wed, Jan 03, 2018 at 09:34:00PM -0800, John Kennedy wrote:
> Ever since llvm50 started getting included (vs llvm40), I've had this problem
> building mesa-libs.  Initially I was running 11.1-p6, but there was a lot of
> llvm40 output initially (from base OS, presumably), so today I tried against
> stable/11 since it has llvm 5.0 in base.


Hi,

I have also encountered this problem. It seems that the configure script tries
to pick up the wrong shared library, because it determines the name from the
output of "llvm-config50 --version". This command outputs
"5.0.0git-2890f088b4b6" on my machine, so configure looks for a file named
/usr/local/llvm50/lib/libLLVM-5.0.0git-2890f088b4b6.so. I don't really had the
time to look into this any further, so I just symlinked
usr/local/llvm50/lib/libLLVM-5.0.so to that file, and this seems to be a
sufficient workaround.

Cheers,
Toma

-- 
Tamas Szakaly
@sghctoma



More information about the freebsd-x11 mailing list