Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113299 - Migration between different CHOSTs during a stage 1/2 installation fails with emerge errors
Summary: Migration between different CHOSTs during a stage 1/2 installation fails with...
Status: RESOLVED DUPLICATE of bug 113298
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 15:56 UTC by Rafael
Modified: 2005-11-22 16:07 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 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 ***