Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134444 - Wrong stage and profile path in Gentoo FreeBSD guide
Summary: Wrong stage and profile path in Gentoo FreeBSD guide
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: nm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-26 11:55 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-05-26 12:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-26 11:55:02 UTC
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
Comment 1 nm (RETIRED) gentoo-dev 2006-05-26 12:22:12 UTC
Fixed in CVS; thanks for reporting. I'll do some English language fixing now, too, in a separate commit. :)