From: Nam Nguyen <namn@berkeley.edu>
To: 33000@debbugs.gnu.org
Subject: bug#33000: openal 404 "Not Found"
Date: Tue, 9 Oct 2018 22:41:17 -0700 [thread overview]
Message-ID: <20181010054117.GA27993@antelope> (raw)
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
next reply other threads:[~2018-10-10 5:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-10 5:41 Nam Nguyen [this message]
2018-10-10 12:37 ` bug#33000: openal 404 "Not Found" Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181010054117.GA27993@antelope \
--to=namn@berkeley.edu \
--cc=33000@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).