Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277323 - sys-apps/openrc doesn't create /etc/runlevels for upgrade paths early enough
Summary: sys-apps/openrc doesn't create /etc/runlevels for upgrade paths early enough
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 16:09 UTC by Ed Wildgoose
Modified: 2009-08-23 09:19 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 Ed Wildgoose 2009-07-10 16:09:14 UTC
If I build a new image by running "emerge baselayout" into an empty directory (having unmasked baselayout 2 and openrc), then I get the following packages drawn in:

[binary  N    ] virtual/init-0 to /var/embedded/builds/base1/
[binary  N    ] sys-apps/baselayout-2.0.1 to /var/embedded/builds/base1/ USE="-build"
[binary  N    ] sys-apps/openrc-0.4.3-r3 to /var/embedded/builds/base1/ USE="ncurses -debug -pam -unicode"

Total: 3 packages (3 new), Size of downloads: 0 kB


But then openrc winges about:

>>> Installing (3 of 3) sys-apps/openrc-0.4.3-r3 to /var/embedded/builds/base1/
* checking 248 files for package collisions
* Auto-adding 'termencoding' service to your boot runlevel
ln: creating symbolic link `/var/embedded/builds/base1//etc/runlevels/boot/termencoding': No such file or directory
* Auto-adding 'bootmisc' service to your boot runlevel
ln: creating symbolic link `/var/embedded/builds/base1//etc/runlevels/boot/bootmisc': No such file or directory
..etc..


Which package is supposed to create /etc/runlevels/{boot,default,nonetwork, etc} ?

(Running equery from the client root image says that these dirs are unowned by any package?) 

Vapier suggested filling this as a bug

Reproducible: Always

Steps to Reproduce: