Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IsraPerez98 opened this issue Feb 25, 2022 · 4 comments · May be fixed by #84
Open

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

IsraPerez98 opened this issue Feb 25, 2022 · 4 comments · May be fixed by #84

Comments

@IsraPerez98
Copy link

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
Copy link

Maxung commented Feb 25, 2022

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
Copy link

UmarAhmed129 commented Jul 13, 2022

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
Copy link

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

@wubotao
Copy link

wubotao commented May 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants