Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281951 - media-sound/pulseaudio-0.9.16_rc4 ebuild has incomplete dependencies
Summary: media-sound/pulseaudio-0.9.16_rc4 ebuild has incomplete dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 18:23 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2009-08-21 23:17 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 Alexandre Rostovtsev (RETIRED) gentoo-dev 2009-08-18 18:23:22 UTC
pulseaudio-0.9.16_rc4 and pulseaudio-0.9.16_rc4-r51 ebuilds with USE=udev must depend not simply on sys-fs/udev, but on sys-fs/udev[extras].

Explanation:

Pulseaudio's module-udev-detect uses SOUND_INITIALIZED udev property to look for sound cards. If no devices have SOUND_INITIALIZED property set, the module will fail to detect any sound cards, and give you only the null output plugin.

Udev only sets SOUND_INITIALIZED property if the 78-sound-card.rules rule file is installed.

The udev ebuild only installs 78-sound-card.rules if it is built with USE=extras.

Therefore, pulseaudio must depend on udev[extras].

Not taking this dependency into account may be a cause of bug #276995 - at least, it caused identical symptoms on my machine.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-08-21 23:17:11 UTC
Thanks for reporting, fixed now.