Re: [gentoo-user] Recompiling the whole system

2005-06-10 Thread Alexander Skwar
Matt Place wrote: Check out emwrap in the forums: http://forums.gentoo.org/viewtopic-t-282474-highlight-emwrap.html With emwrap you can rebuild your entire system, including the toolchain, correctly. Hope it helps, I think it's great. Hm. I just checked it out and have to agree - it's

Re: [gentoo-user] Recompiling the whole system

2005-06-10 Thread Matt Place
Good question. Unfortunately I haven't used that feature yet. Your best bet will probably be to post to emwrap's support thread. hielvc is the one who created emwrap, he'll be best at helping figure out your particular situation. You may want to check before you post because chances are good

RE: [gentoo-user] Recompiling the whole system

2005-06-08 Thread Alexander Skwar
Hi! Richard Fish [mailto:[EMAIL PROTECTED]: When I last rebuilt everything, I did it by: emerge --emptytree --pretend world \ | grep / \ | awk -F']' '{ print $2 }' buildlist.txt for x in `cat buildlist.txt`; do emerge --oneshot $x if test $? -ne 0; then echo

Re: [gentoo-user] Recompiling the whole system

2005-06-08 Thread Matt Place
Check out emwrap in the forums: http://forums.gentoo.org/viewtopic-t-282474-highlight-emwrap.html With emwrap you can rebuild your entire system, including the toolchain, correctly. Hope it helps, I think it's great. -Matt- On 6/8/05, Alexander Skwar [EMAIL PROTECTED] wrote: Hi! Richard

Re: [gentoo-user] Recompiling the whole system

2005-06-08 Thread Tamas Sarga
On Tue, 7 Jun 2005, Richard Fish wrote: Your best bet is probably emerge --emptytree world. That will basically emerge the current version of world and all dependancies. Nothing will be built twice. If you have packages in world file with more versions in more slots, then only the newest

Re: [gentoo-user] Recompiling the whole system

2005-06-08 Thread Richard Fish
Alexander Skwar wrote: Is that actually, what you used? Shouldn't it rather be: emerge --oneshot =$x Yep, you're right. Looks like I need some 'ECC' memory... ;- -Richard -- gentoo-user@gentoo.org mailing list

[gentoo-user] Recompiling the whole system

2005-06-07 Thread Ezequiel Tolnay
Hi, I have a gentoo system that I've installed (stage 2) a few months ago with the default options, no optimisations. After some research I decided to add some optimisations in the CFLAGS and USE variables on the make.conf. I'll take my chances with the following configuration in CFLAGS:

Re: [gentoo-user] Recompiling the whole system

2005-06-07 Thread Richard Fish
Ezequiel Tolnay wrote: Hi, I have a gentoo system that I've installed (stage 2) a few months ago with the default options, no optimisations. After some research I decided to add some optimisations in the CFLAGS and USE variables on the make.conf. I'll take my chances with the following

Re: [gentoo-user] Recompiling the whole system

2005-06-07 Thread Richard Fish
Ezequiel Tolnay wrote: Hi, I have a gentoo system that I've installed (stage 2) a few months ago with the default options, no optimisations. After some research I decided to add some optimisations in the CFLAGS and USE variables on the make.conf. I'll take my chances with the following

Re: [gentoo-user] Recompiling the whole system

2005-06-07 Thread Richard Fish
Sorry about the duplicate posts...I wasn't quick enough on the 'cancel' on the first one! -Richard -- gentoo-user@gentoo.org mailing list