Date: Mon, 29 Dec 2025 06:46:45 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 291976] audio/openal-soft: error after update to 1.25.0 Message-ID: <bug-291976-12827-CtYKtII46F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-291976-12827@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291976 --- Comment #2 from Ale <discipline@tiscali.it> --- (In reply to Vladimir Druzenko from comment #1) I tried with no luck. I'm still getting the same error. $ LD_DEBUG=1 /usr/local/ffmpeg4/bin/ffmpeg ... relocating "/usr/local/ffmpeg4/bin/ffmpeg" relocating "[vdso]" relocating "/usr/local/ffmpeg4/lib/libavdevice.so.58" relocating "/usr/local/ffmpeg4/lib/libavfilter.so.7" relocating "/usr/local/ffmpeg4/lib/libavformat.so.58" relocating "/usr/local/ffmpeg4/lib/libavcodec.so.58" relocating "/usr/local/ffmpeg4/lib/libavresample.so.4" relocating "/usr/local/ffmpeg4/lib/libpostproc.so.55" relocating "/usr/local/ffmpeg4/lib/libswresample.so.3" relocating "/usr/local/ffmpeg4/lib/libswscale.so.5" relocating "/usr/local/ffmpeg4/lib/libavutil.so.56" relocating "/lib/libm.so.5" relocating "/lib/libthr.so.3" relocating "/lib/libc.so.7" relocating "/usr/local/lib/libdrm.so.2" relocating "/usr/local/lib/libopenal.so.1" reloc_jmpslot: *0x82b2146a8 = 0x8290c5170 reloc_jmpslot: *0x82b2146b0 = 0 reloc_jmpslot: *0x82b2146b8 = 0x829075d50 ... ... a lot of reloc_jmpslot here ... rtld_error: /usr/local/lib/libopenal.so.1: Undefined symbol "_ZN3fmt3v127vformatENS0_17basic_string_viewIcEENS0_17basic_format_argsINS0_7contextEEE" ld-elf.so.1: /usr/local/lib/libopenal.so.1: Undefined symbol "_ZN3fmt3v127vformatENS0_17basic_string_viewIcEENS0_17basic_format_argsINS0_7contextEEE" I could attach the whole output as file if needed. $ nm -D --format=posix /usr/local/lib/libopenal.so.1.25.0 | grep "_ZN3fmt3v127vformatENS0_17basic_string_viewIcEENS0_17basic_format_argsINS0_7contextEEE" _ZN3fmt3v127vformatENS0_17basic_string_viewIcEENS0_17basic_format_argsINS0_7contextEEE U Removing openal-soft-1.25.0_1 and then rebuilding and reinstalling openal-soft-1.24.3 from a not updated git clone makes dependent ports happy again. $ nm -D --format=posix /usr/local/lib/libopenal.so.1.24.3 | grep "_ZN3fmt3v127vformatENS0_17basic_string_viewIcEENS0_17basic_format_argsINS0_7contextEEE" _ZN3fmt3v127vformatENS0_17basic_string_viewIcEENS0_17basic_format_argsINS0_7contextEEE U It looks like that stuff is coming from the fmt subdir (fmt-11.1.1 in 1.24.3 and fmt-11.2.0 in 1.25.0). -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291976-12827-CtYKtII46F>
