Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: ld.so.conf.d/*.conf: No such file or directory
Date: Sun, 25 Sep 2011 15:56:33
Message-Id: j5niss$42j$1@dough.gmane.org
In Reply to: [gentoo-user] ld.so.conf.d/*.conf: No such file or directory by Mick
1 On 09/25/2011 03:53 AM, Mick wrote:
2 > I updated gcc and when I ran fix_libtool_files.sh I get this:
3 >
4 > # fix_libtool_files.sh i686-pc-linux-gnu-4.4.5
5 > * Scanning libtool files for hardcoded gcc library paths...
6 > cat: ld.so.conf.d/*.conf: No such file or directory
7 > * [1/5] Scanning /lib ...
8 > * [2/5] Scanning /usr/lib ...
9 > * [3/5] Scanning /usr/games/lib ...
10 > * [4/5] Scanning /usr/i686-pc-linux-gnu/lib ...
11 > * [5/5] Scanning /usr/local/lib ...
12 >
13 > What is this ld.so.conf.d/*.conf which the script cannot find? Should I just
14 > ignore it?
15
16 I think I have some obsolete files in /etc, which makes this confusing.
17 #cat /etc/ld.so.conf
18 # ld.so.conf autogenerated by env-update; make all changes to
19 # contents of /etc/env.d directory
20 /usr/local/lib
21 include ld.so.conf.d/*.conf <======== comes from /etc/env.d/00glibc
22 /usr/lib/opengl/nvidia/lib
23 /usr/lib/gcc/i686-pc-linux-gnu/4.5.3
24 /usr/lib/gcc/i686-pc-linux-gnu/4.5.2
25 //usr/lib/xulrunner-2.0
26 /usr/lib/qca2
27 /usr/lib/qt4
28 /usr/games/lib
29
30 #ls -l /etc/ld.so.conf.d/
31 -rw-r--r-- 1 root root 27 Mar 24 2011 05binutils.conf
32
33 That file seems to be obsolete because both of my current binutils
34 packages were installed later than March 24.
35
36 AFAICT there is nothing on my system that uses /etc/ld.so.conf.d/ at all.
37 So, I'd say ignore the message.