Talk:HOWTO Advanced Install
From Gentoo Linux Wiki
Contents |
[edit] Split / Merge / Move
This is a great guide with a lot of great material, however, it would probably be better suited were it broken up into multiple sections for readability and also had certain things removed and placed in more coherent places.
For example:
- assimilate the installation with the other big installation guides - the three cover much of the same information
- (part my fault for creating the third rather than modifying one of the two)
[edit] Coldplug / Hotplug issue.
I have read two or three conflicting advisories as to which runlevels hotplug and coldplug should be in. Should coldplug be in boot and hotplug in default?
Both in boot runlevel it seems
[edit] emerge libperl && emerge perl
when I reached the part where you emerge perl and libperl, I had to use USE="-nls" to continue, since gettext-locale does not install at this point.
[edit] Stage1 and ccache problems
My installation fails when doing what is described in Section 4.3
emerge --oneshot --nodeps ggc-config fails with the following error message:
i686-pc-linux-gnu-gcc: No such file or directory
[1] solved my problem... Yay!
Do:
ccache-config --remove-links i686-pc-linux-gnu
before emerging gcc-config, and:
ccache-config --install-links i686-pc-linux-gnu
after bootstrapping (after gcc has compiled).
