Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 315029

Summary: request: mpd system startup oss dependency
Product: Gentoo Linux Reporter: Marcus Becker <marcus.disi>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marcus Becker 2010-04-13 17:18:33 UTC
I request that /etc/init.d/mpd startup script gets an oss dependency. 
depend() {
        need localmount
        use net.lo netmount nfsmount esound pulseaudio
}

should be
depend() {
        need localmount
        use net.lo netmount nfsmount esound pulseaudio oss
}

thanks

Reproducible: Always

Steps to Reproduce:
1. use oss
2. boot the system with mpd installed
3. 

Actual Results:  
mpd fails to start

Expected Results:  
mpd to start

it is not a biggy. If you don't use it would not affect the system startup. I rather believe it is so easy to fix, that most of the oss users out there just don't think it is worth a bug report :)
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-04-13 17:33:10 UTC
hmm? 

the "use pulseaudio" or "use esound" refers to the init scripts, 
oss has none
Comment 2 Marcus Becker 2010-04-13 17:43:44 UTC
why is this invalid?
I run my system here and this is a problem if you don't know about startup scripts...
Comment 3 Marcus Becker 2010-04-13 18:01:30 UTC
media-sound/mpd/files/mpd.rc
has all dependendies except of oss
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-04-13 18:02:24 UTC
it's invalid because nothing installs script called /etc/init.d/oss
Comment 5 Marcus Becker 2010-04-13 18:07:45 UTC
I asked that oss will be added to the existing /etc/init.d/mpd
can be fixed in media-sound/mpd/files/mpd.rc
which is a Gentoo patch?
Comment 6 Marcus Becker 2010-04-13 18:13:26 UTC
sorry :(