Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Aug 2021 20:51:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [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"
Message-ID:  <bug-257696-12827-F7AiJ0iu5i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257696-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257696-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257696

--- 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 ca=
n be
used to achieve that. But when I add it here, other symbols (which are pres=
ent)
provoke a SEGFAULT. There may be a problem with linking order, I didn't
investigate any further.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257696-12827-F7AiJ0iu5i>