Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] No profile selected, unable to utilize --use-old
Date: Sun, 19 Apr 2009 16:27:55
Message-Id: 5bdc1c8b0904190927y33885a27xa0c2b7665b3f32ed@mail.gmail.com
1 Seems that after emerging any version of gcc I see this message
2
3 No profile selected, unable to utilize --use-old
4
5 I must have made an incorrect assumption that gcc-config -l which
6 lists profiles was the profile that was being discussed here but I
7 have 4.3.2 selected and still got this message at the end of emerging
8 4.1.2:
9
10 dragonfly ~ # gcc-config -l
11 [1] i686-pc-linux-gnu-3.3.3
12 [2] i686-pc-linux-gnu-3.4.4
13 [3] i686-pc-linux-gnu-3.4.4-hardened
14 [4] i686-pc-linux-gnu-3.4.4-hardenednopie
15 [5] i686-pc-linux-gnu-3.4.4-hardenednopiessp
16 [6] i686-pc-linux-gnu-3.4.4-hardenednossp
17 [7] i686-pc-linux-gnu-4.1.2
18 [8] i686-pc-linux-gnu-4.3.2 *
19 dragonfly ~ #
20
21 What profile is the emerge message telling me about?
22
23 Thanks,
24 Mark