windows-vagrant icon indicating copy to clipboard operation
windows-vagrant copied to clipboard

Failed getting the "github.com/hashicorp/qemu" plugin:

Open eval-exec opened this issue 3 months ago • 0 comments

Hello,

I executed make build-windows-2022-libvirt, and it got this error:

➜  windows-vagrant git:(master) make build-windows-2022-libvirt
./provision-drivers.sh
mkdir -p "$(dirname tmp/windows-2022/autounattend.xml)"
cp -f windows-2022/autounattend.xml tmp/windows-2022/autounattend.xml
if [ -n '' ]; then \
        sed -E 's,<!--<Key>.+</Key>-->,<Key></Key>,g' -i tmp/windows-2022/autounattend.xml; \
fi
rm -f windows-2022-amd64-libvirt.box
CHECKPOINT_DISABLE=1 PACKER_LOG=1 PACKER_LOG_PATH=windows-2022-amd64-libvirt-packer-init.log \
        packer init windows-2022.pkr.hcl
Failed getting the "github.com/hashicorp/qemu" plugin:
2 errors occurred:
        * could not get sha256 checksum file for github.com/hashicorp/qemu version 1.1.4. Is the file present on the release and correctly named ? GET https://github.com/hashicorp/packer-plugin-qemu/releases/download/v1.1.4/packer-plugin-qemu_v1.1.4_SHA256SUMS: 404  []
        * could not install any compatible version of plugin "github.com/hashicorp/qemu"


Failed getting the "github.com/hashicorp/vagrant" plugin:
2 errors occurred:
        * could not get sha256 checksum file for github.com/hashicorp/vagrant version 1.1.6. Is the file present on the release and correctly named ? GET https://github.com/hashicorp/packer-plugin-vagrant/releases/download/v1.1.6/packer-plugin-vagrant_v1.1.6_SHA256SUMS: 404  []
        * could not install any compatible version of plugin "github.com/hashicorp/vagrant"


make: *** [Makefile:85: windows-2022-amd64-libvirt.box] Error 1
rm tmp/windows-2022/autounattend.xml


I'm using latest commit: c7eb973640d5721108dc21620528f0ce08e6d8a4

eval-exec avatar Nov 03 '25 10:11 eval-exec