Gentoo Archives: gentoo-user

From: Raymond Lewis Rebbeck <dystopianray@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage weirdness
Date: Sun, 11 Jun 2006 20:58:19
Message-Id: 200606120554.35737.dystopianray@gmail.com
In Reply to: [gentoo-user] portage weirdness by Rodrigo Lazo
1 On Monday, 12 June 2006 5:35, Rodrigo Lazo wrote:
2 > Hi everybody,
3 >
4 > today I've updated to portage 2.1 and everything works fine. I'm setting a
5 > chroot and this are the steps I've take:
6 >
7 > 1-Downloaded stage2-i686-2006.0.tar.bz2
8 > 2-Create a partition with ext3
9 > 3-tar xvjpf stage2-i686-2006.0.tar.bz2
10 > 4-mkdir usr/portage
11 > 5-mount my portage partition mount /dev/hda9 usr/portage
12 > 6-mount proc and dev
13 > 7-chroot, env-update, source /etc/profile
14 > 8-emerge system
15 > 9-stop it after update portage
16 > 10-emerge --metadata
17 > 11-emerge -pvK system
18 >
19 > Now I'm getting some packages with the following output
20 >
21 > [binary U ] sys-devel/flex-2.5.33-r1 [2.5.4a-r6] USE="nls% -static"
22 > [binary U ] sys-devel/gcc-3.4.6-r1 [3.4.4-r1] USE="doc% fortran*
23 > gtk* nls -bootstrap* -boundschecking -build -gcj -hardened -ip28
24 > -ip32r10k% -multislot -nocxx -nopie -nossp -objc -vanilla"
25 >
26 > note those % like nls% and ip32r10k%. Portage "paint" them in
27 > yellow. In my main system this doesn't happen.
28 >
29 > AFAIK, the step that takes you from stage2 to stage3 is emerge system.
30 > Since I already have a system where to take the packages from, I try to
31 > save some donwloading using stage2.
32 >
33 > I copy my main system's /etc/make.conf to this chroot.
34 >
35 > Why am I getting that output? What does it means?
36 >
37 > Best regards
38 >
39 > --
40 > Rodrigo Lazo (rlazo)
41
42 It's a new feature of portage-2.1
43
44 (straight from the emerge man page)
45
46 [ebuild U ] sys-devel/distcc-2.16 [2.13-r1] USE=ipv6* -gtk -qt%
47 (snip...)
48 The percent sign following qt indicates that the qt option has been added to
49 the package since it was last installed.
50
51 --
52 Raymond Lewis Rebbeck
53 --
54 gentoo-user@g.o mailing list