Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934376

Summary: media-sound/audacity-3.4.2-r1 fails to compile on musl/llvm due to undefined symbols and references
Product: Gentoo Linux Reporter: ray <ray>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: UNCONFIRMED ---    
Severity: normal CC: mehw.is.me, ray
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
audacity-3.4.2-r1 build.log

Description ray 2024-06-15 20:23:54 UTC
Created attachment 895886 [details]
emerge --info

ld.lld: error: undefined symbol: typeinfo for wxNavigationEnabled<wxWindow>
>>> referenced by ListNavigationPanel.cpp
>>>               src/CMakeFiles/Audacity.dir/ListNavigationPanel.cpp.o:(typeinfo for ListNavigationEnabled<wxWindow>)

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __kmpc_fork_call
>>> referenced by /usr/lib/libSoundTouch.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __kmpc_for_static_init_4u
>>> referenced by /usr/lib/libSoundTouch.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __kmpc_for_static_fini
>>> referenced by /usr/lib/libSoundTouch.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __kmpc_for_static_init_4
>>> referenced by /usr/lib/libSoundTouch.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __kmpc_end_critical
>>> referenced by /usr/lib/libSoundTouch.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __kmpc_critical
>>> referenced by /usr/lib/libSoundTouch.so
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
Comment 1 ray 2024-06-15 20:25:06 UTC
Created attachment 895887 [details]
audacity-3.4.2-r1 build.log