Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gcc slots
Date: Wed, 10 Jan 2007 09:44:22
Message-Id: 200701100812.49924.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] gcc slots by "Bo Ørsted Andresen"
1 On Wednesday 10 January 2007 01:40, Bo Ørsted Andresen wrote:
2 > On Wednesday 10 January 2007 00:29, Mick wrote:
3 > > # gcc-config -l
4 > >  [1] i686-pc-linux-gnu-3.4.5
5 > [SNIP]
6 >
7 > > --- Couldn't find 'gcc-3.4.5' to unmerge.
8 > [SNIP]
9 >
10 > > If it doesn't exist, why is it listed?  There's most likely a good
11 > > explanation for this, but it's getting late and I must be too tired to
12 > > understand it. Could you please care to explain?
13 >
14 > Maybe you have gcc-3.4.5-r1 ? `equery list -e gcc` will tell you.
15
16 Thank you. equery only lists the latest gcc:
17 ========================================
18 # equery list -e gcc
19 [ Searching for package 'gcc' in all categories among: ]
20 * installed packages
21 [I--] [ -] sys-devel/gcc-4.1.1-r3 (4.1)
22 ========================================
23
24 Under /etc/env.d/gcc I see the same that gcc-config -l shows:
25 ========================================
26 # ls -la /etc/env.d/gcc
27 total 29
28 drwxr-xr-x 2 root root 368 Jan 9 20:17 .
29 drwxr-xr-x 4 root root 888 Jan 9 20:19 ..
30 -rw-r--r-- 1 root root 32 Jan 9 20:17 config
31 -rw-r--r-- 1 root root 292 Mar 30 2006 i686-pc-linux-gnu-3.4.5
32 -rw-r--r-- 1 root root 356 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardened
33 -rw-r--r-- 1 root root 361 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednopie
34 -rw-r--r-- 1 root root 364 Mar 30 2006
35 i686-pc-linux-gnu-3.4.5-hardenednopiessp
36 -rw-r--r-- 1 root root 361 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednossp
37 -rw-r--r-- 1 root root 292 Jan 9 20:17 i686-pc-linux-gnu-4.1.1
38 ========================================
39
40 I think I'm sure it's not installed:
41 ========================================
42 # equery list -i --full-regex 'gcc-3.4.*'
43 [ Searching for package 'gcc-3.4.*' in all categories among: ]
44 * installed packages
45 #
46 ========================================
47
48 I haven't remerged system or world, because this was a minor update from:
49
50 Wed Nov 15 19:22:39 2006 >>> sys-devel/gcc-4.1.1-r1
51
52 to:
53
54 Tue Jan 9 20:18:55 2007 >>> sys-devel/gcc-4.1.1-r3
55
56 I notice that there are no hardened 3.4.1 packages, but don't know if it is
57 relevant. Any more ideas?
58 --
59 Regards,
60 Mick

Replies

Subject Author
Re: [gentoo-user] gcc slots "Bo Ørsted Andresen" <bo.andresen@××××.dk>