[pulseaudio-tickets] [Bug 89213] New: configure --enable-udev --disable-oss-output --disable-alsa outputs bogus '*** UDEV support not found'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Feb 18 13:54:27 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89213
Bug ID: 89213
Summary: configure --enable-udev --disable-oss-output
--disable-alsa outputs bogus '*** UDEV support not
found'
Product: PulseAudio
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: build-system
Assignee: pulseaudio-bugs at lists.freedesktop.org
Reporter: mgorny at gentoo.org
QA Contact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
AS_IF([test "x$enable_udev" != "xno" -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA"
= "x1" \)],
[PKG_CHECK_MODULES(UDEV, [ libudev >= 143 ], HAVE_UDEV=1, HAVE_UDEV=0)],
HAVE_UDEV=0)
AS_IF([test "x$enable_udev" = "xyes" && test "x$HAVE_UDEV" = "x0"],
[AC_MSG_ERROR([*** UDEV support not found])])
This means that if both OSS & ALSA are disabled, udev check is never run. Then
having udev enabled results in bogus '*** UDEV support not found' message.
Instead, it should probably output something along the lines '*** UDEV support
requires --enable-alsa or --enable-oss-output'.
Original bug report: https://bugs.funtoo.org/browse/FL-2108
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150218/610a00b9/attachment.html>
More information about the pulseaudio-bugs
mailing list