Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395913 - Missing FreeBSD 9.0 profile breaks Prefix Bootstrap on FreeBSD 9.0-RC1
Summary: Missing FreeBSD 9.0 profile breaks Prefix Bootstrap on FreeBSD 9.0-RC1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 FreeBSD
: Normal QA (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-24 17:21 UTC by Richard Yao (RETIRED)
Modified: 2011-12-26 10:51 UTC (History)
0 users

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 Richard Yao (RETIRED) gentoo-dev 2011-12-24 17:21:03 UTC
Immediately after bootstrapping portage succeeds, attempting to emerge sed fails:

freebsd9# emerge --oneshot sed


!!! /usr/local/gentoo/etc/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/local/gentoo/usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)


!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --sync, and --version.

Running the following commands will fix the problem:

freebsd9# rm /usr/local/gentoo/etc/make.profile
freebsd9# ln -s \
/usr/local/gentoo/usr/portage/profiles/prefix/bsd/freebsd/8.2/x64/ \
/usr/local/gentoo/etc/make.profile

I assume that a new profile for FreeBSD 9.0 is in order.
Comment 1 Fabian Groffen gentoo-dev 2011-12-26 10:51:12 UTC
FreeBSD 9.0 profiles committed now, thanks.

You can use latest_tree in bootstraps starting from tomorrow.