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

Bug 113299

Summary: Migration between different CHOSTs during a stage 1/2 installation fails with emerge errors
Product: Gentoo Release Media Reporter: Rafael <Tiger683>
Component: EverythingAssignee: Gentoo Release Team <releng>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafael 2005-11-22 15:56:52 UTC
Migration between different CHOSTs during a stage 1/2 installation
when doing emerge -e system. This bug seems to affect mainly autoconf-2.59
and cronbase.
Autoconf fails because of Perl not being recompiled before it (Data::Dumper 
module is not found) and cronbase because there is no functional Shadow for 
adding the user/group.

To work around this bug, a change in dependencies should be done, so that the 
order of affected packages is :
perl -> shadow -> cronbase

The respective dependencies get pulled in in right order too.

Reproducible: Always
Steps to Reproduce:
1.decide to make a stage 1/2 installation
2.change CHOST value
3.emerge -e system (evtl. after successful bootstrap if stage1 install)

Actual Results:  
emerge -e system breaks at cronbase. even if this one gets injected externally 
with ROOT="..." set, autoconf-2.59 will fail because of not-found perl module

Expected Results:  
all steps from stage1 throughout the installation until a reboot should run 
flawlessly
Comment 1 roger55 (RETIRED) gentoo-dev 2005-11-22 16:07:59 UTC

*** This bug has been marked as a duplicate of 113298 ***