[pulseaudio-tickets] [Bug 85319] PulseAudio fails to build on musl libc
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 5 05:38:08 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=85319
David Henningsson <david.henningsson at canonical.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from David Henningsson <david.henningsson at canonical.com> ---
I wonder if this is really a PulseAudio problem.
I looked at ioctl as that was the first build problem. In the glibc headers
(copy/paste from /usr/include/x86_64-linux-gnu/sys/ioctl.h) it is defined as:
extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
If musl libc defines ioctl as "int ioctl(int, int, ...)" instead of "int
ioctl(int, unsigned long int, ...)", then that looks like a bug in either musl
libc or glibc, not PulseAudio.
Could you confirm with the Musl people?
--
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/20150105/2e8b3aeb/attachment.html>
More information about the pulseaudio-bugs
mailing list