Gentoo Archives: gentoo-user

From: Rodrigo Lazo <rlazo.paz@×××××.com>
To: gentoo user <gentoo-user@l.g.o>
Subject: [gentoo-user] portage weirdness
Date: Sun, 11 Jun 2006 20:25:30
Message-Id: 20060611150502.683297fb.rlazo.paz@gmail.com
1 Hi everybody,
2
3 today I've updated to portage 2.1 and everything works fine. I'm setting a
4 chroot and this are the steps I've take:
5
6 1-Downloaded stage2-i686-2006.0.tar.bz2
7 2-Create a partition with ext3
8 3-tar xvjpf stage2-i686-2006.0.tar.bz2
9 4-mkdir usr/portage
10 5-mount my portage partition mount /dev/hda9 usr/portage
11 6-mount proc and dev
12 7-chroot, env-update, source /etc/profile
13 8-emerge system
14 9-stop it after update portage
15 10-emerge --metadata
16 11-emerge -pvK system
17
18 Now I'm getting some packages with the following output
19
20 [binary U ] sys-devel/flex-2.5.33-r1 [2.5.4a-r6] USE="nls% -static"
21 [binary U ] sys-devel/gcc-3.4.6-r1 [3.4.4-r1] USE="doc% fortran*
22 gtk* nls -bootstrap* -boundschecking -build -gcj -hardened -ip28
23 -ip32r10k% -multislot -nocxx -nopie -nossp -objc -vanilla"
24
25 note those % like nls% and ip32r10k%. Portage "paint" them in
26 yellow. In my main system this doesn't happen.
27
28 AFAIK, the step that takes you from stage2 to stage3 is emerge system.
29 Since I already have a system where to take the packages from, I try to
30 save some donwloading using stage2.
31
32 I copy my main system's /etc/make.conf to this chroot.
33
34 Why am I getting that output? What does it means?
35
36 Best regards
37
38 --
39 Rodrigo Lazo (rlazo)
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] portage weirdness Raymond Lewis Rebbeck <dystopianray@×××××.com>