https://bugs.freedesktop.org/show_bug.cgi?id=80642

          Priority: medium
            Bug ID: 80642
                CC: [email protected]
          Assignee: [email protected]
           Summary: recent file descriptor passing changes broke FreeBSD
        QA Contact: [email protected]
          Severity: major
    Classification: Unclassified
                OS: FreeBSD
          Reporter: [email protected]
          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.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to