Hi, I have the following message error:
==> Retrieving sources...
-> Cloning vcpkg-git git repo...
Cloning into bare repository '/builds/dune-archiso/repository/dune-archiso-repository-core/vcpkg-git/vcpkg-git'...
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: expected 'packfile'
==> ERROR: Failure while downloading vcpkg-git git repo
Aborting...
Maybe, we can follow this https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources
Pinned Comments
kyechou commented on 2021-10-08 20:01 (UTC)
Hi @ericfont, thanks for the suggestions. I just updated the package so that the vcpkg root is at
/opt/vcpkg
and both/opt/vcpkg
and/var/cache/vcpkg
are configured to be owned by the groupvcpkg
(with GID 499). The fixed-GID method seems to be the best we can get under this particular scenario. [ref: https://bbs.archlinux.org/viewtopic.php?id=241480] But I do also think that using vcpkg without a package manager makes more sense if the host machine is shared with other users.