https://bugs.winehq.org/show_bug.cgi?id=40835
Bug ID: 40835 Summary: PulseAudio support with NetBSD Product: Wine Version: 1.9.12 Hardware: x86 OS: NetBSD Status: UNCONFIRMED Severity: minor Priority: P2 Component: winepulse.drv Assignee: wine-bugs@winehq.org Reporter: adrien_fernandes2@hotmail.com
Created attachment 54798 --> https://bugs.winehq.org/attachment.cgi?id=54798 Output of the compilation
Hello, I am making a package from scratch for NetBSD using pkgsrc so my objective is to make it fully functional whatever the user wants to use (thanks to options).
Everything is perfect EXCEPT for a problem when building with PulseAudio support.
NetBSD 7.0.1 (GENERIC.201605221355Z) i386
https://bugs.winehq.org/show_bug.cgi?id=40835
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #1 from Andrew Eikum aeikum@codeweavers.com --- I don't think that function is anything critical to the operation of winepulse. We should be able to check for it at configure-time and #ifdef it out if it's not available.
https://bugs.winehq.org/show_bug.cgi?id=40835
--- Comment #2 from Adrien Fernandes adrien_fernandes2@hotmail.com --- Created attachment 54819 --> https://bugs.winehq.org/attachment.cgi?id=54819 fix
Here is the fix I made thanks to #winehq.
But it seems that the error will be fixed by NetBSD developpers very soon. I tried PulseAudio with this fix and it perfectly works.
https://bugs.winehq.org/show_bug.cgi?id=40835
--- Comment #3 from Andrew Eikum aeikum@codeweavers.com --- (In reply to Adrien Fernandes from comment #2)
But it seems that the error will be fixed by NetBSD developpers very soon. I tried PulseAudio with this fix and it perfectly works.
Do you mean NetBSD is going to implement the pthread_mutexattr_setprotocol API?
https://bugs.winehq.org/show_bug.cgi?id=40835
--- Comment #4 from Adrien Fernandes adrien_fernandes2@hotmail.com --- Yes
https://bugs.winehq.org/show_bug.cgi?id=40835
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- Do you have a open bug report open for this issue somewhere?