Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 105392

Summary: Update to 2005.0/no-multilib profile fails
Product: [OLD] Docs-user Reporter: Martin Sulzynski <msulzynski3>
Component: OtherAssignee: AMD64 Project <amd64>
Status: RESOLVED FIXED    
Severity: normal CC: pat
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=1
Whiteboard:
Package list:
Runtime testing required: ---

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