[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: Mon, 09 Aug 2021 20:51:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257696

--- Comment #7 from Florian Walpen <dev@submerge.ch> ---
The code in question looks like it tries to check for the presence of the
jack_error_callback symbol. That hints to weak symbol references, but the
included `jack/jack.h` header does not specify jack_error_callback as weak.

There is actually an additional `jack/weakjack.h` header installed which can be
used to achieve that. But when I add it here, other symbols (which are present)
provoke a SEGFAULT. There may be a problem with linking order, I didn't
investigate any further.

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