mesa-libs problem with llvm50
Pete Wright
pete at nomadlogic.org
Thu Jan 4 17:53:15 UTC 2018
On 01/04/2018 04:11, Tamas Szakaly wrote:
> 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.
interesting, on my system running CURRENT llvm-config50 seems to work as
expected:
$ llvm-config50 --version
5.0.0
$
this is via the llvm50-5.0.0_6 pkg I've installed.
-p
--
Pete Wright
pete at nomadlogic.org
@nomadlogicLA
More information about the freebsd-x11
mailing list