Re: [gentoo-user] Re: glibc emerge error

2018-01-12 Thread Corbin Bird
On 01/12/2018 04:14 PM, Nikos Chantziaras wrote: > echo "$VULKAN_SDK/lib" > /etc/ld.so.conf.d/vulkan-loader.conf Found out what was giving me an extra slash in the output "...x86_64//lib" The $VULKAN_SDK PATH had a slash at the end. Works now. Thank you. Corbin

[gentoo-user] Re: glibc emerge error

2018-01-12 Thread Nikos Chantziaras
On 12/01/18 18:31, Corbin Bird wrote: On 01/11/2018 08:29 AM, Nikos Chantziaras wrote: On 11/01/18 15:28, Corbin Bird wrote: Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't do that. Unfortunately, I had to ( and didn't realize the implications. ) In .bashrc : export LD_L

Re: [gentoo-user] Re: glibc emerge error

2018-01-12 Thread Corbin Bird
On 01/11/2018 08:29 AM, Nikos Chantziaras wrote: > On 11/01/18 15:28, Corbin Bird wrote: >>> Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't >>> do that. >> >> Unfortunately, I had to ( and didn't realize the implications. ) >> In .bashrc : >>> export LD_LIBRARY_PATH=$VULKAN_

[gentoo-user] Re: glibc emerge error

2018-01-11 Thread Ian Zimmerman
On 2018-01-11 07:28, Corbin Bird wrote: > > export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH This is wrong, because it will put the current directory (as represented by the empty string) into the list even if it wasn't there originally. Try something like this (untested): export LD_LIBRA

[gentoo-user] Re: glibc emerge error

2018-01-11 Thread Nikos Chantziaras
On 11/01/18 15:28, Corbin Bird wrote: Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't do that. Unfortunately, I had to ( and didn't realize the implications. ) In .bashrc : export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH Required by the Vulkan Loader ( Mesa && Ch

Re: [gentoo-user] Re: glibc emerge error

2018-01-11 Thread Corbin Bird
On 01/10/2018 01:53 PM, Nikos Chantziaras wrote: > On 10/01/18 19:55, Corbin Bird wrote: >> Is anyone else having a sys-libs/glibc emerge compile failure? >> >>> checking for python3... python3 >>> checking LD_LIBRARY_PATH variable... contains current directory >>> configure: error: >>> *** LD_LI

[gentoo-user] Re: glibc emerge error

2018-01-10 Thread Nikos Chantziaras
On 10/01/18 19:55, Corbin Bird wrote: Is anyone else having a sys-libs/glibc emerge compile failure? checking for python3... python3 checking LD_LIBRARY_PATH variable... contains current directory configure: error: *** LD_LIBRARY_PATH shouldn't contain the current directory when *** building gl