Christoph Sch�fer wrote:
Hi, for some reason I forgot to mount /proc before doing "emerge system" on a fresh gentoo install.
Is there any way to force emerge to get and recompile the whole thing agagin? Since some packages seem to fail to compile due missing /proc...



the command qpkg -nc -I shows up all packages that are installed on the system, using un-colored output. So re-emerging all packages might be done like this:

emerge --oneshot `qpkg -nc -I` -v [-p]

Remove the -p option if you agree with the packages that emerge wants
to re-compile. The --oneshot option is important, it prevents all packages
from being added to your world favorites list.


-- [EMAIL PROTECTED] mailing list



Reply via email to