Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284735 - media-sound/pulseaudio-0.9.16-r51 initscript wants hald
Summary: media-sound/pulseaudio-0.9.16-r51 initscript wants hald
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 03:40 UTC by Alexander E. Patrakov
Modified: 2009-09-13 10:46 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 Alexander E. Patrakov 2009-09-13 03:40:52 UTC
Pulseaudio initscript contains:

       if egrep -q '^[[:space:]]*load-module[[:space:]]+module-udev-detect' "$script"; then
           needs="${needs} hald"
       fi

Is this right, given that pulseaudio uses udev, not HAL, in this configuration? This also may or may not lead to wrong runtime dependencies.

Yes, I know that nobody should be using this initscript, because it is for system mode. I am not using it, only reading diffs.

Reproducible: Always
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-09-13 10:46:00 UTC
Thanks Alexander, fixed now!