Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 19:05:54 +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-GysfK3fU5D@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 #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 wh=
ile
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.

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