Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105392 - Update to 2005.0/no-multilib profile fails
Summary: Update to 2005.0/no-multilib profile fails
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL: http://www.gentoo.org/proj/en/base/am...
Whiteboard:
Keywords:
: 105651 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-09 08:03 UTC by Martin Sulzynski
Modified: 2005-10-08 08:34 UTC (History)
1 user (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 Martin Sulzynski 2005-09-09 08:03:44 UTC
Despite following the commands in Code Listing 10, and attempt to update an
amd64 system to 2005.0/no-multilib results in the following error:

 * It appears you have switched to the 2005.0 profile without following
 * the upgrade guide.  Please see the following URL for more information:
 * http://www.gentoo.org/proj/en/base/amd64/2005.0-upgrade-amd64.xml


Reproducible: Always
Steps to Reproduce:

# rm /etc/make.profile
# ln -s /usr/portage/profiles/default-linux/amd64/2005.0/no-multilib
/etc/make.profile
# emerge -upv system
# emerge -uv system
Actual Results:  
tux ~ # emerge -uv system
Calculating system dependencies ...done!
>>> emerge (1 of 1) net-misc/openssh-3.9_p1-r3 to /
 * It appears you have switched to the 2005.0 profile without following
 * the upgrade guide.  Please see the following URL for more information:
 * http://www.gentoo.org/proj/en/base/amd64/2005.0-upgrade-amd64.xml
tux ~ # 

Expected Results:  
Performed a system update correctly
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-09-09 08:36:07 UTC
right, code listing 10 should look like this:

# rm /etc/make.profile
# rm /lib32 /usr/lib32
# ln -s /usr/portage/profiles/default-linux/amd64/2005.0/no-multilib
/etc/make.profile
# emerge -upv system
# emerge -uv system

so fixing this problem on your box is quite easy, just rm /lib32 /usr/lib32
Comment 2 Pat Erley 2005-09-11 19:42:13 UTC
*** Bug 105651 has been marked as a duplicate of this bug. ***
Comment 3 Pat Erley 2005-09-11 19:44:10 UTC
Just a note from my bug I marked as a duplicate of this one, the link in the
e-build is invalid.
Comment 4 Simon Stelling (RETIRED) gentoo-dev 2005-10-08 08:34:22 UTC
the guide has been updated and the link was corrected too some time ago -> closing