Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 22:13:05 +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-UWKKs3jrrv@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 #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.

--=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-UWKKs3jrrv>