Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1059 - After update of baselayout-1.7.4 system will not boot anymore
Summary: After update of baselayout-1.7.4 system will not boot anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-10 22:46 UTC by Avi Schwartz
Modified: 2003-02-04 19:42 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 Avi Schwartz 2002-03-10 22:46:32 UTC
There is a bug in depscan.sh.  It seems that the following block gets skipped:

#resolve provides
for x in $(dolisting ${svcdir}/provide/)

and $counter is not set therefore failing on the following line:

if [ "${counter}" -gt 1 ] && [ "${x##*/}" != "net" ]

To allow the system to boot I add to modify the code as follows (adding an
initialization of counter):

#resolve provides
counter=0
for x in $(dolisting ${svcdir}/provide/)
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-12 15:04:45 UTC
Fixed in 1.7.4-r1.