Gentoo Archives: gentoo-user

From: Jacques Montier <jmontier@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: bash upgrading problem
Date: Mon, 21 Jan 2019 09:49:17
Message-Id: CAHVEG0A2i7BtD9+r1kHZbzQq_z8bVMvt8thMfd_U-GdKwD3+2A@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: bash upgrading problem by Raffaele Belardi
1 Le lun. 21 janv. 2019 à 07:52, Raffaele Belardi <raffaele.belardi@××.com> a
2 écrit :
3
4 > Jacques Montier wrote:
5 > > checking whether /dev/fd is available... ERROR: ld.so: object
6 > 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared
7 > object file): ignored.
8 >
9 > Just a guess. configure here is trying to read /dev/fd which is a symlink
10 > to
11 > /proc/self/fd. Do you see anything strange with those two directories or
12 > directory entries?
13 >
14 > $ ll /dev/fd
15 > lrwxrwxrwx 1 root root 13 Jan 21 07:10 /dev/fd -> /proc/self/fd
16 >
17 >
18 > # ll /proc/self/fd
19 > total 0
20 > lrwx------ 1 root root 64 Jan 21 07:53 0 -> /dev/pts/3
21 > lrwx------ 1 root root 64 Jan 21 07:53 1 -> /dev/pts/3
22 > lrwx------ 1 root root 64 Jan 21 07:53 2 -> /dev/pts/3
23 > lr-x------ 1 root root 64 Jan 21 07:53 3 -> /proc/3744/fd
24 >
25 > # ll /proc/self/
26 > total 0
27 > dr-x------ 2 root root 0 Jan 21 07:54 fd
28 > (snip)
29 >
30 >
31 Thanks Raffaele,
32
33 No, i don't see anything strange with those two directories. Do you ?
34
35 $ ls -al /dev/fd
36 lrwxrwxrwx 1 root root 13 21 janv. 10:28 /dev/fd -> /proc/self/fd/
37
38 $ ls -al /proc/self/fd
39 total 0
40 dr-x------ 2 jacques jacques 0 21 janv. 10:43 ./
41 dr-xr-xr-x 9 jacques jacques 0 21 janv. 10:43 ../
42 lrwx------ 1 jacques jacques 64 21 janv. 10:43 0 -> /dev/pts/0
43 lrwx------ 1 jacques jacques 64 21 janv. 10:43 1 -> /dev/pts/0
44 lrwx------ 1 jacques jacques 64 21 janv. 10:43 2 -> /dev/pts/0
45 lr-x------ 1 jacques jacques 64 21 janv. 10:43 3 -> /proc/5146/fd/
46
47 $ ls -al /proc/self/
48 dr-x------ 2 jacques jacques 0 21 janv. 10:44 fd/
49
50 Regards,
51
52 --
53 Jacques

Replies

Subject Author
Re: [gentoo-user] Re: bash upgrading problem Raffaele Belardi <raffaele.belardi@××.com>