Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
... otherwise, for example a configure check without LIBS="-lpthread", fails with undefined references to pthread_* functions. (Like -lxml2 pulls in -lz automagically.) Please fix this. Thanks!
*** Bug 135120 has been marked as a duplicate of this bug. ***
Created an attachment (id=91580) [edit] link libportaudio.so to LIBS
Is there any reason not to apply this fix?
I am also intrested in seeing this fixed; I have a software speech synthesizer that uses portaudio which I want to put in portage, but I can't get it to link due to this same error. Thanks.
We would also need this soonish as the upcoming version of openoffice is going to use portaudio from system and suffers from the same problem. As the fix is trivial enough, could someone please go ahead and commit it?
Can someone who is a maintainer for the sound herd give an update for this? Thanks much.
This patch to portaudio is necessary for *espeak*-1.16 to compile, otherwise it moans about pthreads: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../libportaudio.so: undefined reference to `pthread_create' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../libportaudio.so: undefined reference to `pthread_cancel' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../libportaudio.so: undefined reference to `pthread_kill' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../libportaudio.so: undefined reference to `pthread_join'
This has been fixed in portaudio-18.1-r5. Thanks for your help there.