[Bug 257696] audio/openal-soft: Fails to link with JACK enabled: ERROR: ld-elf.so.1: /usr/local/lib/libopenal.so.1: Undefined symbol "jack_error_callback"
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257696] audio/openal-soft Undefined symbol"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jan 2022 22:13:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257696 --- Comment #17 from Florian Walpen <dev@submerge.ch> --- Ok, so exporting the missing jack_error_callback in libjack.so effectively solves this problem. Either that or exporting it as weak symbol, I'll have to discuss that with the Jack maintainers. For anyone with a pressing need for this option, there's still my workaround patch. But I think I'll have this resolved in the next week or so. @Sean Champ: I'm not sure what you're trying to achieve there. The compiler is not the problem, the missing symbol is. And consumers of the openal-soft library will not run without it. -- You are receiving this mail because: You are the assignee for the bug.