On Sat, 2004-01-10 at 22:14, Elric Scott wrote:
> So is there an easy work around for this? Because I don't want to have to
> sit arround for eighteen plus hours twiddling my thumbs waiting to hit
> <ctrl>-C
Run the following command to get the list of packages to be rebuilt into
a file. (It is all one line)
emerge -ep world | awk '/^\[/ {gsub(/ *\[[^\[]*\] */, ""); print}' | sed
's/^/=/' > ebuilds.lst
Now edit the file and split it into two files. The first files is every
package up to and including portage. The second file is every package
after portage.
Then run the following:
emerge $(cat file1) && emerge $(cat file2)
If while rebuilding, you have a package that fails, you can edit the
files and remove the packages that have already successfully built and
continue with what is left to build.
--
My Gentoo stuff: http://varnerfamily.org/pvarner/gentoo
--
[EMAIL PROTECTED] mailing list