Okay, this is my fault ;) The FreeBSD guide still gives the old instructions for the stage and profile paths: (Any other Gentoo mirror which includes the experimental/ directory will also work.) # wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/gentoo-freebsd-6.0-stage-20060221.tar.bz2 # tar -jxvpf gentoo-freebsd-6.0-stage-20060221 (You can delete the tarball with the following command if you want to.) # rm gentoo-freebsd-6.0-stage-20060221 should be (Any other Gentoo mirror which includes the experimental/ directory will also work.) # wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/gentoo-freebsd-6.1-stage-20060509.tar.bz2 # tar -jxvpf gentoo-freebsd-6.1-stage-20060509.tar.bz2 (You can delete the tarball with the following command if you want to.) # rm gentoo-freebsd-6.1-stage-20060509.tar.bz2 while Code Listing 2.8: Setting up the profile and editing /etc/make.conf # ln -sf /usr/local/portage/portage-alt-overlay/profiles/default-bsd/fbsd/6.0/x86/ /etc/make.profile should be Code Listing 2.8: Setting up the profile and editing /etc/make.conf # ln -sf /usr/portage/profiles/default-bsd/fbsd/6.1/x86/ /etc/make.profile and CHOST="i686-gentoo-freebsd6.0" should be CHOST="i686-gentoo-freebsd6.1" Thanks in advance, Diego
Fixed in CVS; thanks for reporting. I'll do some English language fixing now, too, in a separate commit. :)