Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-05 Thread Iain Buchanan
On Sat, 2005-06-04 at 13:49 +, Alexander Skwar wrote: > > If I check how many packages are currently installed by running > > ls -1d /var/db/pkg/*/* | wc -l > > I see that there are 1192. But if I count the number of ebuilds > returned by > > emerge -Dep world > > I get only 2

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-05 Thread Bob Sanders
On Sat, 4 Jun 2005 13:49:15 + (UTC) Alexander Skwar <[EMAIL PROTECTED]> wrote: > I get only 292. So "emerge -De world" would NOT re-compile everything > that's on my system. > Have you done a - regenworld? Sometimes, items get installed and not always put in the world file. Not often, but

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread David Morgan
On 16:54 Sat 04 Jun , Alexander Skwar wrote: > Peter Ruskin schrieb: > > > That's strange, this is what I get here: > > > > $ ls -1d /var/db/pkg/*/* | wc -l > > 1147 > > $ emerge -Dep world | wc -l > > 1100 > > Hmm.. Even on your system, "emerge -De world" would NOT re-install > everything th

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Andreas Claesson
On 6/4/05, Peter Ruskin <[EMAIL PROTECTED]> wrote: > That's strange, this is what I get here: > > $ ls -1d /var/db/pkg/*/* | wc -l > 1147 > $ emerge -Dep world | wc -l > 1100 > $ emerge -Dep system | wc -l > 183 > I get: $ ls -1d /var/db/pkg/*/* | wc -l 334 $ emerge -ep world | wc -l 318 It is

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Alexander Skwar
Peter Ruskin schrieb: > That's strange, this is what I get here: > > $ ls -1d /var/db/pkg/*/* | wc -l > 1147 > $ emerge -Dep world | wc -l > 1100 Hmm.. Even on your system, "emerge -De world" would NOT re-install everything that's already installed. You'd miss 47 packages. Question: What 47 packa

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Simon Maynard
As I understand it emerge -Dep world will only install all packages that your world packages depend on. This is not the same thing as all the packages on your system. For example if you install gnome, it pulls in say 10 dependencies and you then unmerge it. These 10 dependencies are not in the wor

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Alexander Skwar
Peter Ruskin schrieb: > That's strange, Yep. > this is what I get here: > > $ ls -1d /var/db/pkg/*/* | wc -l > 1147 > $ emerge -Dep world | wc -l > 1100 > $ emerge -Dep system | wc -l > 183 Hm. Interesting. How many lines are in your world file? [16:43:58 [EMAIL PROTECTED]:~] $ wc -l /var/li

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Alexander Skwar
Mark Shields schrieb: > Try the --emptytree option (with --pretend of course). I did: "emerge -Dep world" Alexander Skwar -- Measure with a micrometer. Mark with chalk. Cut with an axe. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Mark Shields
Ha, brain-fart today. I see you already tried that. You can try --onlydeps. Check out man emerge On 6/4/05, Mark Shields <[EMAIL PROTECTED]> wrote: > Try the --emptytree option (with --pretend of course). > > On 6/4/05, Alexander Skwar <[EMAIL PROTECTED]> wrote: > > Hi! > > > > Because I've go

Re: [gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Mark Shields
Try the --emptytree option (with --pretend of course). On 6/4/05, Alexander Skwar <[EMAIL PROTECTED]> wrote: > Hi! > > Because I've got way too much time at my hands *G*, I'd like to rebuild > my entire system - IOW: I want to recompile all the packages that are > currently installed. > > How do

[gentoo-user] Rebuild entire system - recompile all installed packages

2005-06-04 Thread Alexander Skwar
Hi! Because I've got way too much time at my hands *G*, I'd like to rebuild my entire system - IOW: I want to recompile all the packages that are currently installed. How do I do that? If I check how many packages are currently installed by running ls -1d /var/db/pkg/*/* | wc -l I see