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.54k stars 267 forks source link

glslang git - No such file or directory #2374

Closed Barough closed 1 year ago

Barough commented 1 year ago

┌ glslang git ........................................ [Recently updated] ├ Running uninstall... ├ Running dependencies... Likely error (tail of the failed operation logfile): CPPFLAGS: -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 CFLAGS: -mthreads -mtune=generic -O2 -pipe CXXFLAGS: -mthreads -mtune=generic -O2 -pipe LDFLAGS: -pipe -static-libgcc -static-libstdc++ /usr/bin/python ./update_glslang_sources.py /usr/bin/python: can't open file '/build/glslang-git/./update_glslang_sources.py': [Errno 2] No such file or directory dependencies failed. Check D:/MABS-ffmpeg/build/glslang-git/ab-suite.dependencies.log This is required for other packages, so this script will exit. Creating diagnostics file...

logs.zip

Barough commented 1 year ago

Noticed now that a fix for glslang was added during the time i was running m-ab-s,

Will run the suite again to see if this issue was fixed or not

Barough commented 1 year ago

That fix seems to have done it. glslang compilies now.