Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51603 - building a stage2 failed because shadow was not installed
Summary: building a stage2 failed because shadow was not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 17:33 UTC by SpanKY
Modified: 2004-06-04 07:05 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 SpanKY gentoo-dev 2004-05-20 17:33:50 UTC
the stage2-preclean-chroot.sh has this bit of code:
if [ -n "${clst_DISTCC}" ]
then
    emerge -C sys-devel/distcc || exit 1
    userdel distcc || exit 1
fi

however, in my stage2 build, shadow had not been installed thus the userdel command failed
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-06-04 07:05:19 UTC
fixed in CVS - i moved a bunch of cruft out of the bash target files that shouldn't have been there - python handles the distcc cleanup much better.