Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ld.so.conf.d/*.conf: No such file or directory
Date: Sun, 25 Sep 2011 17:43:39
Message-Id: 201109251842.27716.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] ld.so.conf.d/*.conf: No such file or directory by Florian Philipp
1 On Sunday 25 Sep 2011 16:37:48 Florian Philipp wrote:
2 > Am 25.09.2011 12:53, schrieb Mick:
3 > > I updated gcc and when I ran fix_libtool_files.sh I get this:
4 > >
5 > > # fix_libtool_files.sh i686-pc-linux-gnu-4.4.5
6 > >
7 > > * Scanning libtool files for hardcoded gcc library paths...
8 > >
9 > > cat: ld.so.conf.d/*.conf: No such file or directory
10 > >
11 > > * [1/5] Scanning /lib ...
12 > > * [2/5] Scanning /usr/lib ...
13 > > * [3/5] Scanning /usr/games/lib ...
14 > > * [4/5] Scanning /usr/i686-pc-linux-gnu/lib ...
15 > > * [5/5] Scanning /usr/local/lib ...
16 > >
17 > > What is this ld.so.conf.d/*.conf which the script cannot find? Should I
18 > > just ignore it?
19 >
20 > You can /probably/ ignore it. I have one file there:
21 > /etc/ld.so.conf.d/05binutils.conf
22 > Content:
23 > /usr/x86_64-pc-linux-gnu/lib
24 >
25 > Hope this helps,
26 > Florian Philipp
27 >
28 > P.S.: That's why it is better to use
29 > `find ld.so.conf.d/ -name '*.conf' | xargs --no-run-if-empty cat`
30 > instead of `cat ld.so.conf.d/*.conf`
31
32 Thanks guys, I also have the same file in there, but only on my 64bit box
33 which does _not_ come up with an error:
34
35 # fix_libtool_files.sh x86_64-pc-linux-gnu-4.4.5
36 * Scanning libtool files for hardcoded gcc library paths...
37 * [1/11] Scanning /lib ...
38 * [2/11] Scanning /usr/lib ...
39 * [3/11] Scanning /usr/lib64/xulrunner-1.9.2 ...
40 * [4/11] Scanning /lib32 ...
41 * [5/11] Scanning /lib64 ...
42 * [6/11] Scanning /usr/lib32 ...
43 * [7/11] Scanning /usr/lib64 ...
44 * [8/11] Scanning /usr/local/lib ...
45 * [9/11] Scanning /usr/local/lib32 ...
46 * [10/11] Scanning /usr/local/lib64 ...
47 * [11/11] Scanning /usr/x86_64-pc-linux-gnu/lib ...
48
49
50 My 32bit boxen which come up with this message have an empty
51 /etc/ld.so.conf.d/ directory.
52 --
53 Regards,
54 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature