Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29197 - install order of coreutils in stage2
Summary: install order of coreutils in stage2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-20 08:46 UTC by Andrei Ivanov
Modified: 2003-12-29 20:10 UTC (History)
3 users (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 Andrei Ivanov 2003-09-20 08:46:32 UTC
I've just reinstalled gentoo, and in stage 2, on emerge system, emerging of
coreutils failed because it's dependencies weren't satisfied.

emerge system wants to install coreutils before autoconf and gettext and some
other packages it depends on...
if `acl` USE flag is set, sys-apps/acl is installed as a dependency, but it
needs autoconf and gettext (even with -nls in USE).
coreutils cannot be installed because it also depends on cvs, it seems:

>>> Source unpacked.
autopoint: *** cvs program not found
autopoint: *** Stop.
autoreconf-2.57: autopoint failed with exit status: 1

coreutils also depend on 'aclocal', from package automake.

coreutils also depend on pam. (su seems to need it, to be more precise)

coreutils also seem to like having help2man installed.
Comment 1 Andrei Ivanov 2003-10-07 22:41:42 UTC
Hey people... are you still alive or what ?
Comment 2 Andrew Cooks (RETIRED) gentoo-dev 2003-11-25 03:48:50 UTC
Bump!

adding CC to bug-wranglers
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-29 20:10:13 UTC
shadow -- as far as I know Azarah sorted out the autpoint stuff, automake is listed explicitly as a compile time dependency, and su is no longer even built with coreutils, since we use that provided by shadow instead.  Also, help2man seems to be listed explicitly as a dependency as well.

I'll close this bug, please re-open if this isn't fixed.