Re: [gentoo-user] glibc emerge error
On 01/10/2018 12:22 PM, Matthias Hanft wrote: > Corbin Bird wrote: >> Is anyone else having a sys-libs/glibc emerge compile failure? >>> *** LD_LIBRARY_PATH shouldn't contain the current directory when >>> *** building glibc. Please change the environment variable >>> *** and run configure again. >> Same error regardless of the version of glibc I attempt to emerge. > Sure - this error always comes up here, too. Just enter > > export LD_LIBRARY_PATH= > > immediately before emerge, and it works. > > -Matt > > PS: And if you get some message concerning some variables which > are too big (or something like that), enter > mount -t tmpfs none /var/tmp/portage > just before emerge (and "umount /var/tmp/portage" afterwards). > I have to do this for the emerge of a few packages - I think > it's because of my 17 TB filesystem. > > Thanks, that fixed it. Corbin
Re: [gentoo-user] glibc emerge error
Corbin Bird wrote: > Is anyone else having a sys-libs/glibc emerge compile failure? >> *** LD_LIBRARY_PATH shouldn't contain the current directory when >> *** building glibc. Please change the environment variable >> *** and run configure again. > Same error regardless of the version of glibc I attempt to emerge. Sure - this error always comes up here, too. Just enter export LD_LIBRARY_PATH= immediately before emerge, and it works. -Matt PS: And if you get some message concerning some variables which are too big (or something like that), enter mount -t tmpfs none /var/tmp/portage just before emerge (and "umount /var/tmp/portage" afterwards). I have to do this for the emerge of a few packages - I think it's because of my 17 TB filesystem.
[gentoo-user] glibc emerge error
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. Corbin