Gentoo Archives: gentoo-user

From: Raffaele Belardi <raffaele.belardi@××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: bash upgrading problem
Date: Mon, 21 Jan 2019 06:52:24
Message-Id: 754b9437-f983-31ad-c73c-9a212d9fa6e7@st.com
In Reply to: Re: [gentoo-user] Re: bash upgrading problem by Jacques Montier
1 Jacques Montier wrote:
2 > checking whether /dev/fd is available... ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
3
4 Just a guess. configure here is trying to read /dev/fd which is a symlink to
5 /proc/self/fd. Do you see anything strange with those two directories or directory entries?
6
7 $ ll /dev/fd
8 lrwxrwxrwx 1 root root 13 Jan 21 07:10 /dev/fd -> /proc/self/fd
9
10
11 # ll /proc/self/fd
12 total 0
13 lrwx------ 1 root root 64 Jan 21 07:53 0 -> /dev/pts/3
14 lrwx------ 1 root root 64 Jan 21 07:53 1 -> /dev/pts/3
15 lrwx------ 1 root root 64 Jan 21 07:53 2 -> /dev/pts/3
16 lr-x------ 1 root root 64 Jan 21 07:53 3 -> /proc/3744/fd
17
18 # ll /proc/self/
19 total 0
20 dr-x------ 2 root root 0 Jan 21 07:54 fd
21 (snip)

Replies

Subject Author
Re: [gentoo-user] Re: bash upgrading problem Jacques Montier <jmontier@×××××.com>