Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315029 - request: mpd system startup oss dependency
Summary: request: mpd system startup oss dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 17:18 UTC by Marcus Becker
Modified: 2010-04-24 17:16 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 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 :(