knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
414 stars 67 forks source link

Instalation fails due to a 404 error for FD12FLOPPY.zip #83

Open IsraPerez98 opened 2 years ago

IsraPerez98 commented 2 years ago

Installing this package using brew fails with the following error:

==> Downloading https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/FD12FLOPPY.zip curl: (22) The requested URL returned error: 404

Error: qemu-virgl: Failed to download resource "qemu-virgl--test-image" Download failed: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/FD12FLOPPY.zip

Maxung commented 2 years ago

Same problem, it seems they moved the file into the official folder. If you still want to install you can do:

brew tap knazarov/qemu-virgl
brew edit qemu-virgl

And then change the url to http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/official/FD12FLOPPY.zip

Now it should install:

brew install qemu-virgl
UmarAhmed129 commented 2 years ago

I can confirm this issue still persists on July 13th 2022. The url has been changed in the qemu-virgl file however it still cannot download the FD12FLOPPY.zip file throwing error 404 Not Found.

I am on Big Sur and I noticed that this repo has a Big Sur branch. Is that relevant?

james-see commented 1 year ago

Confirmed change the path using brew edit and it installs fine. Mac M2.

wubotao commented 1 year ago

Same problem, it seems they moved the file into the official folder. If you still want to install you can do:

brew tap knazarov/qemu-virgl
brew edit qemu-virgl

And then change the url to http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/official/FD12FLOPPY.zip

Now it should install:

brew install qemu-virgl

The url returns:

503 Service Unavailable
No server is available to handle this request.