EGL init problem
Christopher Barry
christopher.barry at earborg.com
Fri Oct 16 00:27:13 PDT 2015
On Fri, 16 Oct 2015 16:11:53 +0900
Michel Dänzer <michel at daenzer.net> wrote:
>On 16.10.2015 15:55, Christopher Barry wrote:
>> 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...
>
>I doubt that'll make a difference, in which case you should probably
>take this to the mesa-dev at lists.freedesktop.org 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?
>
>
Yes, I'm logging the build, but it's still going.
I'll push it up tomorrow.
Actually, scrolling up and pasting just config part to pasteall:
http://www.pasteall.org/61741
-C
More information about the xorg
mailing list