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 vulkan-loader - FAILED: loader/CMakeFiles/loader-unknown-chain.dir/unknown_ext_chain_masm.asm.obj #2456

Closed ycwan closed 1 year ago

ycwan commented 1 year ago
18:13:14   Running git update for vulkan-loader...
18:13:21 ┌ vulkan-loader git  ........................... [Updates found]
18:13:22 ├ Running uninstall...
0001-loader-cross-compile-static-linking-hacks.patch
        Patch could not be applied with `git am`. Continuing without patching.
18:13:24 ├ Running dependencies...
18:13:46 ├ Installing Vulkan-Headers...
18:13:46 ├ Running uninstall...
18:13:46 ├ Running cmake...
18:13:47 ├ Running build...
18:13:48 ├ Running install...
18:13:50 ├ Building Vulkan-Loader...
18:13:50 ├ Running cmake...
18:13:54 ├ Running build...
Likely error (tail of the failed operation logfile):
ninja: fatal: GetOverlappedResult: The handle is invalid.

FAILED: loader/CMakeFiles/loader-unknown-chain.dir/unknown_ext_chain_masm.asm.obj
ml  -IC:/MinGW-w64/build/vulkan-loader-git/build-64bit/loader -IC:/MinGW-w64/local64/include  -c -Fo loader/CMakeFiles/loader-unknown-chain.dir/unknown_ext_chain_masm.asm.obj C:/MinGW-w64/build/vulkan-loader-git/loader/unknown_ext_chain_masm.asm
CreateProcess failed: The system cannot find the file specified.
[1/21] Building ASM_MASM object loader/CMakeFiles/loader-unknown-chain.dir/unknown_ext_chain_masm.asm.obj
FAILED: loader/CMakeFiles/loader-unknown-chain.dir/unknown_ext_chain_masm.asm.obj
ml  -IC:/MinGW-w64/build/vulkan-loader-git/build-64bit/loader -IC:/MinGW-w64/local64/include  -c -Fo loader/CMakeFiles/loader-unknown-chain.dir/unknown_ext_chain_masm.asm.obj C:/MinGW-w64/build/vulkan-loader-git/loader/unknown_ext_chain_masm.asm
CreateProcess failed: The system cannot find the file specified.
ninja: build stopped: subcommand failed.
build failed. Check C:/MinGW-w64/build/vulkan-loader-git/build-64bit/ab-suite.build.log
This is required for other packages, so this script will exit.
18:13:57   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

Biswa96 commented 1 year ago

Duplicate of https://github.com/m-ab-s/media-autobuild_suite/issues/2455

ycwan commented 1 year ago

Error did not happen again.