GNU bug report logs - #63068
Apache mirrors are not available anymore

Previous Next

Package: guix;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Tue, 25 Apr 2023 14:56:01 UTC

Severity: normal

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Greg Hogan <code <at> greghogan.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 63068 <at> debbugs.gnu.org, glaz <at> zho.pa
Subject: Re: bug#63068: Apache mirrors are not available anymore
Date: Fri, 7 Mar 2025 16:52:46 -0500
On Fri, Jan 12, 2024 at 7:52 AM Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
>
> Hi,
>
> On Sun, 10 Dec 2023 at 10:52, glaz--- via Bug reports for GNU Guix <bug-guix <at> gnu.org> wrote:
>
> > I did some minor research on my patch. Looks like I was wrong. There are
> > more than one package, that is not available via DLCDN, but only on
> > archive.apache.org. So the best solutions seems to be to change the list
> > of mirrors in download.scm as described earlier.
> >
> > -      (apache             ; from
> > http://www.apache.org/mirrors/dist.html
> > -       "http://www.eu.apache.org/dist/"
> > -       "http://www.us.apache.org/dist/"
> > -       "https://ftp.nluug.nl/internet/apache/"
> > -       "http://apache.mirror.iweb.ca/"
> > -       "http://mirrors.ircam.fr/pub/apache/"
> > -       "http://apache.mirrors.ovh.net/ftp.apache.org/dist/"
> > -       "http://apache-mirror.rbc.ru/pub/apache/"
> > -       "ftp://ftp.osuosl.org/pub/apache/"
> > -       "http://mirrors.ibiblio.org/apache/"
> > -
> > +      (apache ; see https://apache.org/history/mirror-history.html
> > +       "https://dlcdn.apache.org/"
>
> I think it is best to tweak the list of mirrors as you suggest here.
> However, why remove all the others?  Are they officially down?
>
> What I would suggest is the list:
>
>       (apache ; see https://apache.org/history/mirror-history.html
>        "https://dlcdn.apache.org/"
>        "http://www.eu.apache.org/dist/"
>        "http://www.us.apache.org/dist/"
>        "https://ftp.nluug.nl/internet/apache/"
>        "http://apache.mirror.iweb.ca/"
>        "http://mirrors.ircam.fr/pub/apache/"
>        "http://apache.mirrors.ovh.net/ftp.apache.org/dist/"
>        "http://apache-mirror.rbc.ru/pub/apache/"
>        "ftp://ftp.osuosl.org/pub/apache/"
>        "http://mirrors.ibiblio.org/apache/"
>
> Hence the first item will be tried first.  And if it fails, the other
> will be checked.  Then if it still fails, Guix will try other sources as
> Webarchive, Software Heritage, etc.
>
> Cheers,
> simon

Is the update in 766822aa87b94eacb3c49fd68261ae4ce9088a56 sufficient
to mark this as done?




This bug report was last modified 113 days ago.

Previous Next


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