On 16.10.2015 15:55, Christopher Barry wrote: > On Fri, 16 Oct 2015 15:32:38 +0900 > Michel Dänzer <[email protected]> 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...
I doubt that'll make a difference, in which case you should probably take this to the [email protected] mailing list. Actually from your last config.log it looks like something went seriously bonkers in that configure run, e.g. several of the *_FALSE and *_TRUE variables are both empty. Can you also provide the corresponding stdout/stderr output of configure? -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s
