Summary: | media-sound/fluidsynth-1.1.6 USE=lash - CMakeFiles/libfluidsynth.dir/bindings/fluid_lash.c.o: In function `fluid_lash_create_thread': fluid_lash.c:(.text+0x314): undefined reference to `pthread_create' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maxim Britov <maxbritov> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 3coma3, dominique.c.michel, fordfrog |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
MAKEOPTS='-j1' emerge media-sound/fluidsynth |
Description
Maxim Britov
2012-10-01 09:15:30 UTC
Created attachment 325454 [details]
emerge --info
Please attach the entire build log to this bug report. Created attachment 325546 [details]
MAKEOPTS='-j1' emerge media-sound/fluidsynth
Portage ebuild use the cmake build system. When merging fluidsynth with it, I get the same error as described here. If I change into ${S} and run configure and make, it success. The autotools stuffs are marked as obsoletes. On the other hand, the cmake stuffs are marked as experimental. Maybe a good move, as it succeed to compile and install fluidsynth, would be that the ebuild use the autotools stuffs. (In reply to comment #4) > Portage ebuild use the cmake build system. When merging fluidsynth with it, > I get the same error as described here. > > If I change into ${S} and run configure and make, it success. > > The autotools stuffs are marked as obsoletes. On the other hand, the cmake > stuffs are marked as experimental. Maybe a good move, as it succeed to > compile and install fluidsynth, would be that the ebuild use the autotools > stuffs. no plans in moving backwards with something as simple as missing -pthread and gnome/gtk+/glib specific -D.*DEPRECATED flags that need to be patched out from the build system (that was an educated guess based on the warnings/errors posted here) added append-flags -pthread to the ebuild, no sign of gnome specific DEPRECATED flags, might be inherited from the system |