shinchiro/mpv-winbuild-cmake

Git clone error with curl v8.7.1 on Arch Linux

Closed this issue · 2 comments

I don't know if this is a bug report or a FYI.

After upgraded curl to 8.7.1-3.

Cloning into 'llvm'...
Switched to a new branch 'release/18.x'
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: unable to write request to remote: Broken pipe
fatal: could not fetch 7b1b4b8dac8a209708d2097a4aa93bf2ee4e0c7d from promisor remote
CMake Error at /home/cm/mpv-winbuild-cmake/build64/toolchain/llvm-prefix/tmp/llvm-gitclone.cmake:62 (message):
  Failed to run post-command after clone in:
  '/home/cm/mpv-winbuild-cmake/src_packages/llvm'

Downgraded to 8.6.0-4 which is the version before 8.7.1-3 and the problem would be gone.

8.7.1-5 has cherry picked the fix. We just need to wait until it is released from Core-Testing to Core.