Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55814 - ~x86 bootstrap doesn't install sysvinit
Summary: ~x86 bootstrap doesn't install sysvinit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All All
: High major
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 55854 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-01 11:19 UTC by Derek Dolney
Modified: 2004-07-02 12:33 UTC (History)
1 user (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 Derek Dolney 2004-07-01 11:19:05 UTC
sysvinit has been separated from baselayout. A ~x86 bootstrap installs baselayout but not sysvinit, so the new system will have no /sbin/init.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-07-01 13:35:48 UTC
Thanks.  I think this is fixed by the following patch which I just applied.  I didn't bump the rev since this is a compile-time change rather than run-time.

 # This version of baselayout needs gawk in /bin, but as we do not have
 # a c++ compiler during bootstrap, we cannot depend on it if "bootstrap"
 # or "build" are in USE.
 RDEPEND="${DEPEND}
-       !build? ( !bootstrap? (
+       !build? ( !bootstrap? ( >=sys-apps/gawk-3.1.1-r2 ) )
                >=sys-apps/sysvinit-2.84
-               >=sys-apps/gawk-3.1.1-r2
-               >=sys-apps/util-linux-2.11z-r6
-       ) )"
+       >=sys-apps/util-linux-2.11z-r6"
 
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-07-02 09:38:15 UTC
*** Bug 55854 has been marked as a duplicate of this bug. ***
Comment 3 Jory A. Pratt 2004-07-02 12:33:58 UTC
I did a bug search but database must have been out of sync ..