Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
forcing a rebuild of all installed packages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Thu May 09, 2002 9:05 pm    Post subject: forcing a rebuild of all installed packages Reply with quote

How can I force a rebuild of all installed packages. I've made some changes to the C* flags in /etc/make.conf and would like that to now apply to everything on my system.
Back to top
Nitro
Bodhisattva
Bodhisattva


Joined: 08 Apr 2002
Posts: 661
Location: San Francisco

PostPosted: Thu May 09, 2002 9:17 pm    Post subject: Reply with quote

Try taking a peek at the -e/--emptytree flag. From emerge --help:
Code:
       --emptytree (-e short option)
              Virtually tweaks the tree of installed packages to only contain
              glibc, this is great to use together with --pretend. This makes
              it possible for developers to get a complete overview of the
              complete dependency tree of a certain package.

For example, if you want to recompile all the system dependencies, try:
Code:
emerge -e system -p

Just remember to take the that pretend flag out, from my experience, it seems that there is a limit to the total number of packages you can emerge. For example,
Code:
# emerge -e -p system | wc -l
     97
# emerge -e -p world | wc -l
     97


The world one should be much bigger, my advice is to compile the system first, and then try compiling with -e for specifics like xfree.

Make sure you have something else to do before you start it. ;)
_________________
- Kyle Manna

Please, please SEARCH before posting.

There are three kinds of people in the world: those who can count, and those who can't.
Back to top
View user's profile Send private message
Guest






PostPosted: Thu May 09, 2002 9:19 pm    Post subject: Reply with quote

Ah ha! Thank you much.
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum