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.51k stars 262 forks source link

Error running build when update for mpv - undefined reference to `vkPhysDevExtTramp' #2460

Closed ycwan closed 1 year ago

ycwan commented 1 year ago

00:14:47 Running git update for mpv... 00:15:16 ┌ mpv git ..................................... [Updates found] 00:15:17 ├ Running bootstrap... 00:15:25 ├ Running configure... 00:16:07 ├ Running build... Likely error (tail of the failed operation logfile): C:/MinGW-w64/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/MinGW-w64/local64/lib\libvulkan.a(phys_dev_ext.c.obj):phys_dev_ext.c:(.rdata$.refptr.vkPhysDevExtTramp3[.refptr.vkPhysDevExtTramp3]+0x0): undefined reference to vkPhysDevExtTramp3' C:/MinGW-w64/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/MinGW-w64/local64/lib\libvulkan.a(phys_dev_ext.c.obj):phys_dev_ext.c:(.rdata$.refptr.vkPhysDevExtTramp2[.refptr.vkPhysDevExtTramp2]+0x0): undefined reference tovkPhysDevExtTramp2' C:/MinGW-w64/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/MinGW-w64/local64/lib\libvulkan.a(phys_dev_ext.c.obj):phys_dev_ext.c:(.rdata$.refptr.vkPhysDevExtTramp1[.refptr.vkPhysDevExtTramp1]+0x0): undefined reference to vkPhysDevExtTramp1' C:/MinGW-w64/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/MinGW-w64/local64/lib\libvulkan.a(phys_dev_ext.c.obj):phys_dev_ext.c:(.rdata$.refptr.vkPhysDevExtTramp0[.refptr.vkPhysDevExtTramp0]+0x0): undefined reference tovkPhysDevExtTramp0' collect2.exe: error: ld returned 1 exit status

Waf: Leaving directory `/build/mpv-git/build' Build failed -> task in 'mpv' failed with exit status 1 (run with -v to display more information) -> task in 'mpv' failed with exit status 1 (run with -v to display more information) build failed. Check C:/MinGW-w64/build/mpv-git/ab-suite.build.log This is required for other packages, so this script will exit. 00:20:02 Creating diagnostics file...

Attach C:\MinGW-w64\build\logs.zip to the GitHub issue. 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

logs.zip ab-suite.build.log

ycwan commented 1 year ago

Error did not happen again