m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 256 forks source link

error: undefined symbol: xavs2_api_get #2708

Open tidancadlab opened 3 weeks ago

tidancadlab commented 3 weeks ago
07:38:33(B   Running git update for xavs2...
07:38:36(B ┌ xavs2 git (B ................................ [Recently updated(B]
07:38:39(B ├(B Running uninstall...
07:38:39(B ├(B Running configure...
[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h07:38:51(B ├(B Running install...
[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25h[?25hLikely error (tail of the failed operation logfile):
>>> referenced by test/test.o:(load_xavs2_library)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:234: xavs2.exe] Error 1
\033[33m [linking execution] xavs2.exe \033[0m
ccache clang -o xavs2.exe test/test.o libxavs2.a -lshell32 -Wl,--image-base,0x140000000 -m64 -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1 -static-libgcc --start-no-unused-arguments -static-libstdc++ --end-no-unused-arguments  -Wl,--high-entropy-va -Wl,--dynamicbase,--nxcompat,--tsaware -s
ld.lld: error: undefined symbol: xavs2_api_get
>>> referenced by test/test.o:(load_xavs2_library)
>>> referenced by test/test.o:(load_xavs2_library)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:234: xavs2.exe] Error 1
install failed. Check C:/ffmpeg/media-autobuild_suite-master/build/xavs2-git/build/linux/ab-suite.install.log(B
This is required for other packages, so this script will exit.(B
07:39:29(B   Creating diagnostics file...

Attach C:\ffmpeg\media-autobuild_suite-master\build\logs.zip to the GitHub issue.(B
Make sure the suite is up-to-date before reporting an issue. It might've been fixed already.
Try running the build again at a later time.