-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 07 October 2003 20:02, Alexandre Dubois wrote: > Hi, > > I've installed two weeks ago my P4 system from stage3 + GRP (gnome + > openoffice) > > I want to rebuild it today in the back-ground.
> FEATURES="buildpkg" > > and finally I launched > emerge -ef system && emerge -ef world > > and in another term > emerge -ebk system && emerge -ebk world Unless you have removed the GRP packages this will not do what you want it to. You are also telling portage to build binary packages twice, it'll only do it once though, and you are (not) going to build many packages twice. sauron root # emerge -ep system|grep bzip2 [ebuild N ] sys-apps/bzip2-1.0.2-r2 sauron root # emerge -ep world|grep bzip2 [ebuild N ] sys-apps/bzip2-1.0.2-r2 sauron root # emerge -ep system|grep glibc [ebuild N ] sys-libs/glibc-2.3.2-r1 sauron root # emerge -ep world|grep glibc [ebuild N ] sys-libs/glibc-2.3.2-r1 You only need one term/screen fetching world (emerge -ef world), and one compiling it (emerge -e world). HTH :) - -- Mike Williams -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/gyBDInuLMrk7bIwRAnzjAJ4qYA9y9duuDCWHGPT7G+qhUR2NPwCeNzGP 6bQS9gD254+TSYSGFDne5wE= =VMTI -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
