EGL init problem

Christopher Barry christopher.barry at earborg.com
Thu Oct 15 23:55:13 PDT 2015


On Fri, 16 Oct 2015 15:32:38 +0900
Michel Dänzer <michel at daenzer.net> wrote:

>On 16.10.2015 14:47, Christopher Barry wrote:
>> 
>> mesa/mesa build failed again.
>> config.log attached 
>> 
>> This time, fresh clone, the values from modules-file are indeed
>> picked up in the ./configure line.
>> 
>> however, later, all of the internal LLVM vars have no values, which
>> seems a bit suspect, since I'm feeding it the path.
>
>Does /opt/lib/llvm/bin/llvm-config exist? If yes, what does
>
> /opt/lib/llvm/bin/llvm-config --version
>
>say?
>
>

$ ls -la /opt/lib/llvm
lrwxrwxrwx 1 cbarry cbarry 11 Oct 11 12:53 /opt/lib/llvm -> llvm-3.8.0/

$ which llvm-config
/opt/lib/llvm/bin/llvm-config
$ llvm-config --version
3.8.0

$ ldconfig -p | grep llvm
   libclang.so (libc6,x86-64) => /opt/lib/llvm-3.8.0/lib/libclang.so
   libLTO.so (libc6,x86-64) => /opt/lib/llvm-3.8.0/lib/libLTO.so
   libLLVM-3.8.so (libc6,x86-64) => /opt/lib/llvm-3.8.0/lib/libLLVM-3.8.so

the PATH and my settings in in configure used the symlink - ldconfig
was using the actual dirname. I have edited
the /etc/ld.so.conf.d/00-xorg.conf file to be the symlink path, ran
ldconfig, and verified it changed:

$ ldconfig -p | grep llvm
   libclang.so (libc6,x86-64) => /opt/lib/llvm/lib/libclang.so
   libLTO.so (libc6,x86-64) => /opt/lib/llvm/lib/libLTO.so
   libLLVM-3.8.so (libc6,x86-64) => /opt/lib/llvm/lib/libLLVM-3.8.so

Re-running the build now to retry the failed modules...


More information about the xorg mailing list