Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can not compile / emerge
Date: Wed, 10 Sep 2014 03:21:28
Message-Id: 20140910032123.GA12488@syscon7
In Reply to: Re: [gentoo-user] can not compile / emerge by Kerin Millar
1 On 09/10/14 03:59, Kerin Millar wrote:
2 >On 09/09/2014 19:36, Joseph wrote:
3 [snip]
4
5 >>
6 >> Running on my other system I get:
7 >> equery b libstdc++.so.6
8 >> * Searching for libstdc++.so.6 ... sys-devel/gcc-4.5.4
9 >> (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/libstdc++.so.6 ->
10 >> libstdc++.so.6.0.14)
11 >>
12 >> env-update - doesn't work either
13 >>
14 >
15 >Check beneath /etc/env.d/ld.so.conf.d and ensure that there is a file
16 >defining the appropriate paths for your current version of gcc. Here's
17 >how it looks on my system:
18 >
19 > # cd /etc/ld.so.conf.d
20 > # ls
21 > 05binutils.conf 05gcc-x86_64-pc-linux-gnu.conf
22 > # cat 05gcc-x86_64-pc-linux-gnu.conf
23 > /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/32
24 > /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3
25 >
26 >Once you have made any necessary changes, run ldconfig.
27 >
28 >--Kerin
29
30 Thanks Kerin, for the pointer.
31 I think I have a bigger problem, and don't know how to fix it.
32
33 Yes, I have the same file /etc/ld.so.conf.d
34 # ls
35 # 05gcc-x86_64-pc-linux-gnu.conf
36 # cat
37 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/32
38 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3
39
40 However, those directories are empty (only one file):
41 # ls -al /usr/lib/
42 libbrcomplpr2.so
43
44 On my other working system this directory "/usr/lib/" contain about 2020 files.
45 What had happened?
46
47 After emerging some files and system I was running command: fstrim -v / (as the disk is SSD).
48 Could it have something to do with the fact that these directories are empty?
49 --
50 Joseph

Replies

Subject Author
Re: [gentoo-user] can not compile / emerge Kerin Millar <kerframil@×××××××××××.uk>