
blueness at gentoo
Nov 21, 2010, 11:30 AM
Post #4 of 8
(741 views)
Permalink
|
On 11/21/2010 01:45 AM, Lypsik wrote: > "making sure your emerge -ep system and emerge -ep world do not change" > What does this mean exactly? Running these commands should say "Total: > 0 packages, Size of downloads: 0 kB"? Because on my install "emerge > -ep system" wants to reinstall 159 and "emerge -ep world" 640 > packages. This is expected. The point is that emerge -ep system wants to rebuild everything in your system target, and emerge -ep world wants to rebuild everything in your world target. I'm not suggesting that you actually do so, hence the -p (pretend). What I'm saying is that these lists should not change BEFORE and AFTER the profile change. If they do, then I made some mistake. I tested on my test systems, but since there are so many possible combinations of USE flags and packages, I thought I'd get community feedback too. What you should have seen for emerge -ep system is something like this blueness [at] yellownes ~ $ emerge -ep system These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-libs/zlib-1.2.3-r1 [ebuild R ] virtual/libintl-0 [ebuild R ] dev-libs/expat-2.0.1-r3 [ebuild R ] sys-devel/gnuconfig-20100403 [ebuild R ] virtual/libiconv-0 [ebuild R ] app-arch/bzip2-1.0.6 [ebuild R ] dev-libs/gmp-4.3.2 [ebuild R ] media-libs/jpeg-8b [ebuild R ] app-misc/pax-utils-0.2.1 ... all just a bunch of R's, not U's, not UD's not NS's etc. See man emerge for more details. -- Anthony G. Basile, Ph.D. Gentoo Developer
|