[pulseaudio-tickets] [Bug 80642] New: recent file descriptor passing changes broke FreeBSD
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jun 28 10:58:50 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80642
Priority: medium
Bug ID: 80642
CC: lennart at poettering.net
Assignee: pulseaudio-bugs at lists.freedesktop.org
Summary: recent file descriptor passing changes broke FreeBSD
QA Contact: pulseaudio-bugs at lists.freedesktop.org
Severity: major
Classification: Unclassified
OS: FreeBSD
Reporter: desrt at desrt.ca
Hardware: Other
Status: NEW
Version: unspecified
Component: core
Product: PulseAudio
pulse is no longer compiling on FreeBSD because of this commit:
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=cb484805c1343e4cef78e3f83931e71ffa9cb588
In short, we don't HAVE_CREDS on FreeBSD, so 'struct pa_creds' never gets
defined (see src/pulsecore/creds.h), but the new code uses it unconditionally.
The fix is either to add support for FreeBSD to creds.h or to guard the
newly-added code with #ifdef HAVE_CREDS.
--
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/20140628/82fea95e/attachment.html>
More information about the pulseaudio-bugs
mailing list