In the ppc version of the Install Handbook at http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=1&chap=7#doc_chap4 the Code Listing 4.2 contains: zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-config-2.6 but this command gives the following error: bash: /usr/share/genkernel/ppc/kernel-config-2.6: No such file or directory Searching the /usr/share/genkernel directory gives no obvious place for the config.gz to really be placed. Reproducible: Always Steps to Reproduce: 1. Grab a PowerPC machine, e.g. Mac 2. Follow the handbook to the letter 3. Choose to follow the genkernel route instead of manual kernel setup Actual Results: bash: /usr/share/genkernel/ppc/kernel-config-2.6: No such file or directory Expected Results: For everything to work and to be able to continue setting up Gentoo.
It's almost the same file name, just in a different location: add an /arch/ between /genkernel/ and /ppc/. Fixed in CVS.