GNU bug report logs - #33000
openal 404 "Not Found"

Previous Next

Package: guix;

Reported by: Nam Nguyen <namn <at> berkeley.edu>

Date: Wed, 10 Oct 2018 05:43:02 UTC

Severity: normal

Tags: fixed

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33000 in the body.
You can then email your comments to 33000 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#33000; Package guix. (Wed, 10 Oct 2018 05:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nam Nguyen <namn <at> berkeley.edu>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 10 Oct 2018 05:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nam Nguyen <namn <at> berkeley.edu>
To: bug-guix <at> gnu.org
Subject: openal 404 "Not Found"
Date: Tue, 9 Oct 2018 22:41:17 -0700
When trying to build OpenAL, I get a 404 "Not Found."

> download failed "http://tarballs.nixos.org/sha256/1mhf5bsb58s1xk6hvxl7ly7rd4rpl9z8h07xl1q94brywykg7bgi" 404 "Not Found"
> failed to download "/gnu/store/3bdqdxl3aribv35dcp2glx8sg3slxxkx-openal-soft-1.19.0.tar.bz2" from "http://kcat.strangesoft.net/openal-releases/openal-soft-1.19.0.tar.bz2"

The project homepage may have moved from
http://kcat.strangesoft.net/openal-releases/ to
http://openal-soft.org/openal-releases/.

I arrived at this from this commit on their Github repository.
https://github.com/kcat/openal-soft/commit/6562a939ea5a5b582d6aa182f3f6fa7411a5e222#diff-04c6e90faac2675aa89e2176d2eec7d8

I am not sure if the original website is just temporarily down or if
it has moved. The Github repository mentions the official website being
openal-soft.org. Sources are also available on Github but with a different
extension.

Something like this worked when I tested it:
$ diff -u audio.scm audio.scm.2
--- audio.scm	2018-10-09 22:23:12.750628879 -0700
+++ audio.scm.2	2018-10-09 22:23:58.158478413 -0700
@@ -1913,7 +1913,7 @@
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://kcat.strangesoft.net/openal-releases/openal-soft-"
+                    "http://openal-soft.org/openal-releases/openal-soft-"
                     version ".tar.bz2"))
               (sha256
                (base32




Information forwarded to bug-guix <at> gnu.org:
bug#33000; Package guix. (Wed, 10 Oct 2018 12:38:01 GMT) Full text and rfc822 format available.

Message #8 received at 33000 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Nam Nguyen <namn <at> berkeley.edu>
Cc: 33000 <at> debbugs.gnu.org
Subject: Re: bug#33000: openal 404 "Not Found"
Date: Wed, 10 Oct 2018 14:37:12 +0200
Hello Nam,

Nam Nguyen <namn <at> berkeley.edu> skribis:

> When trying to build OpenAL, I get a 404 "Not Found."
>
>> download failed "http://tarballs.nixos.org/sha256/1mhf5bsb58s1xk6hvxl7ly7rd4rpl9z8h07xl1q94brywykg7bgi" 404 "Not Found"
>> failed to download "/gnu/store/3bdqdxl3aribv35dcp2glx8sg3slxxkx-openal-soft-1.19.0.tar.bz2" from "http://kcat.strangesoft.net/openal-releases/openal-soft-1.19.0.tar.bz2"
>
> The project homepage may have moved from
> http://kcat.strangesoft.net/openal-releases/ to
> http://openal-soft.org/openal-releases/.
>
> I arrived at this from this commit on their Github repository.
> https://github.com/kcat/openal-soft/commit/6562a939ea5a5b582d6aa182f3f6fa7411a5e222#diff-04c6e90faac2675aa89e2176d2eec7d8
>
> I am not sure if the original website is just temporarily down or if
> it has moved. The Github repository mentions the official website being
> openal-soft.org. Sources are also available on Github but with a different
> extension.

Thanks for the heads-up, I’ve applied the change.  It does seem that
openal-soft.org is now the official web site.

It’s unfortunate that our content-addressed mirrors failed to provide
the tarball, even though both hydra.gnu.org and berlin.guixsd.org had a
substitute:

--8<---------------cut here---------------start------------->8---
$ wget -q -O - https://mirror.hydra.gnu.org/3bdqdxl3aribv35dcp2glx8sg3slxxkx.narinfo
StorePath: /gnu/store/3bdqdxl3aribv35dcp2glx8sg3slxxkx-openal-soft-1.19.0.tar.bz2
URL: guix/nar/3bdqdxl3aribv35dcp2glx8sg3slxxkx-openal-soft-1.19.0.tar.bz2
Compression: none
NarHash: sha256:1b8ds0s6a3ba6zm7faaxa36gsfviam6pbdsbpm3438gs8v04d43x
NarSize: 575280
References: 
FileSize: 575280
System: x86_64-linux
Deriver: al4sakwb99gxpks329pf3dwdx3zifysy-openal-soft-1.19.0.tar.bz2.drv
Signature: 1;20121227-hydra.gnu.org;KHNpZ25hdHVyZSAKIChkYXRhIAogIChmbGFncyBwa2NzMSkKICAoaGFzaCBzaGEyNTYgIzM5QzI3QzRFMjc2ODA1NkZBM0MyMUIyRjMwMTVEMUE0RjVBMTY2RTJGMUExMDM3RkMwNzk4NTMzQkExMjI2MEMjKQoK
--8<---------------cut here---------------end--------------->8---

Anyway this is now fixed and both
<https://berlin.guixsd.org/file/openal-soft-1.19.0.tar.bz2/sha256/1mhf5bsb58s1xk6hvxl7ly7rd4rpl9z8h07xl1q94brywykg7bgi>
and
<https://mirror.hydra.gnu.org/file/openal-soft-1.19.0.tar.bz2/sha256/1mhf5bsb58s1xk6hvxl7ly7rd4rpl9z8h07xl1q94brywykg7bgi>
provide the file.

Thank you!

Ludo’.




Added tag(s) fixed. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Wed, 10 Oct 2018 12:48:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 33000 <at> debbugs.gnu.org and Nam Nguyen <namn <at> berkeley.edu> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Wed, 10 Oct 2018 12:48:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 08 Nov 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.