Gentoo Archives: gentoo-user

From: Corbin Bird <corbinbird@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: glibc emerge error
Date: Thu, 11 Jan 2018 13:29:16
Message-Id: 9cb883e6-10d2-2c88-e9d2-e88fadae61ef@charter.net
In Reply to: [gentoo-user] Re: glibc emerge error by Nikos Chantziaras
1 On 01/10/2018 01:53 PM, Nikos Chantziaras wrote:
2 > On 10/01/18 19:55, Corbin Bird wrote:
3 >> Is anyone else having a sys-libs/glibc emerge compile failure?
4 >>
5 >>> checking for python3... python3
6 >>> checking LD_LIBRARY_PATH variable... contains current directory
7 >>> configure: error:
8 >>> *** LD_LIBRARY_PATH shouldn't contain the current directory when
9 >>> *** building glibc. Please change the environment variable
10 >>> *** and run configure again.
11 >>>   * ERROR: sys-libs/glibc-2.25-r10::gentoo failed (configure phase):
12 >>>   *   failed to configure glibc
13 >>
14 >> sys-libs/glibc-2.25-r9 was set to masked / prompting this upgrade /
15 >> re-compile:
16 >>
17 >> https://packages.gentoo.org/packages/sys-libs/glibc
18 >>
19 >> Same error regardless of the version of glibc I attempt to emerge.
20 >
21 > Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't
22 > do that.
23 >
24 >
25
26 Unfortunately, I had to ( and didn't realize the implications. )
27 In .bashrc :
28 > export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH
29
30 Required by the Vulkan Loader ( Mesa && Chromium ).
31
32 Corbin

Replies

Subject Author
[gentoo-user] Re: glibc emerge error Nikos Chantziaras <realnc@×××××.com>
[gentoo-user] Re: glibc emerge error Ian Zimmerman <itz@××××××××××××.org>