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_LIBRARY_PATH shouldn't contain the current directory when >>> *** building glibc. Please change the environment variable >>> *** and run configure again. >>> * ERROR: sys-libs/glibc-2.25-r10::gentoo failed (configure phase): >>> * failed to configure glibc >> >> sys-libs/glibc-2.25-r9 was set to masked / prompting this upgrade / >> re-compile: >> >> https://packages.gentoo.org/packages/sys-libs/glibc >> >> Same error regardless of the version of glibc I attempt to emerge. > > 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 && Chromium ). Corbin