shinchiro/mpv-winbuild-cmake

new vulkan patch fails

Closed this issue · 2 comments

When trying to build mpv I get this =>

FAILED: packages/vulkan-prefix/src/vulkan-stamp/vulkan-patch /root/compile/mpv-winbuild-cmake/build64/packages/vulkan-prefix/src/vulkan-stamp/vulkan-patch
cd /root/compile/mpv-winbuild-cmake/build64/packages/vulkan-prefix/src/vulkan && /root/compile/mpv-winbuild-cmake/build64/exec git am --3way "/root/compile/mpv-winbuild-cmake/packages/vulkan-*.patch" && /usr/bin/cmake -E touch /root/compile/mpv-winbuild-cmake/build64/packages/vulkan-prefix/src/vulkan-stamp/vulkan-patch
Wende an: loader: cross-compile & static linking hacks
Fehler: SHA-1 Information fehlt oder ist unbrauchbar (loader/CMakeLists.txt).
Fehler: could not build fake ancestor
Hinweis: Benutzen Sie 'git am --show-current-patch=diff', um den
Hinweis: fehlgeschlagenen Patch zu sehen
Anwendung des Patches fehlgeschlagen bei 0001 loader: cross-compile & static linking hacks
Wenn Sie das Problem aufgelöst haben, führen Sie "git am --continue" aus.
Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen "git am --skip" aus.
Um den ursprünglichen Branch wiederherzustellen und die Anwendung der Patches abzubrechen, führen Sie "git am --abort" aus.

This also happens when building from scratch. Is there something wrong with the patch or is this an issue on my site?

Seem okay on my end. Make sure update the vulkan nvm, newer cloned vulkan git source will show this error

Just tried it on my end and now it works again. Thanks! :)