[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"

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Jan 2022 19:05:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257696

--- Comment #11 from Florian Walpen <dev@submerge.ch> ---
After some digging, I think this is caused by an inconsistency in the export
definitions of the libjack.so library. Jack2 (v1.9.x) seems to only export
jack_error_callback in libjackserver.so, but not in libjack.so. All this while
the jack.h header promises a non-weak symbol for it.

I'll see if this can be fixed in the jack port, I'm in the midst of updating
that anyway - there's a new version 1.9.20 with FreeBSD support upstreamed.

-- 
You are receiving this mail because:
You are the assignee for the bug.