GNU bug report logs - #29060
CPAN mirror packages no longer available on the server, apparently they've been moved to GitHub

Previous Next

Package: guix;

Reported by: BJH2017 <brentonhorne77 <at> gmail.com>

Date: Sun, 29 Oct 2017 20:33:01 UTC

Severity: normal

Done: zimoun <zimon.toutoune <at> gmail.com>

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 29060 in the body.
You can then email your comments to 29060 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#29060; Package guix. (Sun, 29 Oct 2017 20:33:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to BJH2017 <brentonhorne77 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 29 Oct 2017 20:33:02 GMT) Full text and rfc822 format available.

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

From: BJH2017 <brentonhorne77 <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: CPAN mirror packages no longer available on the server, apparently
 they've been moved to GitHub
Date: Mon, 30 Oct 2017 06:31:53 +1000
[Message part 1 (text/plain, inline)]
Several packages that were downloaded from mirror.ibcp.fr or ftp.ciril.fr
are no longer available on these servers. These packages include at least:

* CGI 4.35
* Test-Deep 120

Newer versions of these packages are available on these servers, however.
Version 120 of Test Deep, and the newer versions are available from GitHub,
however https://github.com/rjbs/Test-Deep/releases. Version 4.35 of CGI is
also available on GitHub -- https://github.com/leejo/CGI.pm/releases.
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29060; Package guix. (Mon, 30 Oct 2017 09:27:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: BJH2017 <brentonhorne77 <at> gmail.com>
Cc: 29060 <at> debbugs.gnu.org
Subject: Re: bug#29060: CPAN mirror packages no longer available on the server,
 apparently they've been moved to GitHub
Date: Mon, 30 Oct 2017 10:26:19 +0100
Hello,

BJH2017 <brentonhorne77 <at> gmail.com> skribis:

> Several packages that were downloaded from mirror.ibcp.fr or ftp.ciril.fr
> are no longer available on these servers. These packages include at least:
>
> * CGI 4.35
> * Test-Deep 120

Fortunately, they are eventually found on other mirrors:

--8<---------------cut here---------------start------------->8---
$ guix build -S perl-cgi --no-substitutes --check
@ build-started /gnu/store/s7pazcmplknwbwqsi7cw6gchnknbrgl5-CGI-4.35.tar.gz.drv - x86_64-linux /var/log/guix/drvs/s7//pazcmplknwbwqsi7cw6gchnknbrgl5-CGI-4.35.tar.gz.drv.bz2

Starting download of /gnu/store/1kaww67ypfq7zpd7kg85g8qhawybgdfy-CGI-4.35.tar.gz
From http://mirror.ibcp.fr/pub/CPAN/authors/id/L/LE/LEEJO/CGI-4.35.tar.gz...
ERROR: download failed "http://mirror.ibcp.fr/pub/CPAN/authors/id/L/LE/LEEJO/CGI-4.35.tar.gz" 404 "Not Found"

Starting download of /gnu/store/1kaww67ypfq7zpd7kg85g8qhawybgdfy-CGI-4.35.tar.gz
From ftp://ftp.ciril.fr/pub/cpan/authors/id/L/LE/LEEJO/CGI-4.35.tar.gz...
ERROR: Throw to key `ftp-error' with args `(#<input-output: socket 15> "RETR CGI-4.35.tar.gz" 550 "CGI-4.35.tar.gz: No such file or directory\r")'.

[...]

Starting download of /gnu/store/1kaww67ypfq7zpd7kg85g8qhawybgdfy-CGI-4.35.tar.gz
From http://cpan.mirrors.ionfish.org/authors/id/L/LE/LEEJO/CGI-4.35.tar.gz...
 ...5.tar.gz  193KiB                626KiB/s 00:00 [####################] 100.0%
--8<---------------cut here---------------end--------------->8---

Likewise:

--8<---------------cut here---------------start------------->8---
$ guix build -S perl-test-deep --no-substitutes --check
@ build-started /gnu/store/r1b3x442i4hd8945grff1zz8is1dcxy3-Test-Deep-1.120.tar.gz.drv - x86_64-linux /var/log/guix/drvs/r1//b3x442i4hd8945grff1zz8is1dcxy3-Test-Deep-1.120.tar.gz.drv.bz2

Starting download of /gnu/store/16nkrq6xpvvldppm1cn7vfxjiqa5kvcl-Test-Deep-1.120.tar.gz
From http://mirror.ibcp.fr/pub/CPAN/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz...
ERROR: download failed "http://mirror.ibcp.fr/pub/CPAN/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz" 404 "Not Found"

[...]

Starting download of /gnu/store/16nkrq6xpvvldppm1cn7vfxjiqa5kvcl-Test-Deep-1.120.tar.gz
From http://cpan.mirrors.ionfish.org/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz...
 ....120.tar.gz  38KiB              373KiB/s 00:00 [####################] 100.0%
--8<---------------cut here---------------end--------------->8---

Are you observing different behavior?

> Newer versions of these packages are available on these servers, however.
> Version 120 of Test Deep, and the newer versions are available from GitHub,
> however https://github.com/rjbs/Test-Deep/releases. Version 4.35 of CGI is
> also available on GitHub -- https://github.com/leejo/CGI.pm/releases.

We will update them eventually, but the problem you report shouldn’t be
an issue thanks to the mirrors that we have.

Thanks for your report,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#29060; Package guix. (Tue, 11 Feb 2020 06:14:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: 29060 <at> debbugs.gnu.org, brentonhorne77 <at> gmail.com, 
 Ludovic Courtès <ludo <at> gnu.org>
Subject: Bug #29060 Hunting: CPAN mirror packages no longer available
Date: Tue, 11 Feb 2020 07:13:04 +0100
Dear,

THank you for reporting the bug.

This bug [1] reports an issue about unavailable mirror for CPAN
packages. Are you still observing a different behavior than the
expected one?

The versions is still 120 for 'perl-test-deep' and 4.44 for
'perl-cgi'; still both coming from 'mirror://cpan/'. Do you think it
should be an issue?


If no objection, I would like to close this bug since other mirrors serve them.


[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29060


Thank you in advance.

All the best,
simon




Reply sent to zimoun <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Tue, 18 Feb 2020 14:02:01 GMT) Full text and rfc822 format available.

Notification sent to BJH2017 <brentonhorne77 <at> gmail.com>:
bug acknowledged by developer. (Tue, 18 Feb 2020 14:02:01 GMT) Full text and rfc822 format available.

Message #16 received at 29060-done <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: 29060-done <at> debbugs.gnu.org
Subject: Re: bug#29060: Bug #29060 Hunting: CPAN mirror packages no longer
 available
Date: Tue, 18 Feb 2020 15:00:42 +0100
On Tue, 11 Feb 2020 at 07:14, zimoun <zimon.toutoune <at> gmail.com> wrote:

> If no objection, I would like to close this bug since other mirrors serve them.

Other mirrors serve CGI, Test-Deep (see below and Ludo's message [1])
so I close this bug.

--8<---------------cut here---------------start------------->8---
$ guix build perl-cgi --no-grafts --check --no-substitutes
The following derivations will be built:
   /gnu/store/5qwi52g0l6ff34yp8k64n93rwjlx9wb5-perl-cgi-4.44.drv
   /gnu/store/1xjj8zsv171ghabgxysbkmz33ygvbgy0-CGI-4.44.tar.gz.drv
building /gnu/store/1xjj8zsv171ghabgxysbkmz33ygvbgy0-CGI-4.44.tar.gz.drv...

Starting download of /gnu/store/09g8lvw3831swgqlwv446rhyybj9n9nk-CGI-4.44.tar.gz
From http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.44.tar.gz...
downloading from http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.44.tar.gz...
 CGI-4.44.tar.gz  200KiB
            17.6MiB/s 00:00 [##################] 100.0%
successfully built
/gnu/store/1xjj8zsv171ghabgxysbkmz33ygvbgy0-CGI-4.44.tar.gz.drv
building /gnu/store/5qwi52g0l6ff34yp8k64n93rwjlx9wb5-perl-cgi-4.44.drv...
[...]
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
$ guix build perl-test-deep --no-grafts --check --no-substitutes
The following derivations will be built:
   /gnu/store/myxq3s055fd15z7vly0ddjjqrpqv2j6p-perl-test-deep-1.120.drv
   /gnu/store/yc7350j333aps3j81b7azkk05frbhd2h-Test-Deep-1.120.tar.gz.drv
building /gnu/store/yc7350j333aps3j81b7azkk05frbhd2h-Test-Deep-1.120.tar.gz.drv...

Starting download of
/gnu/store/94qkd735h5gk3wzccl8in5sfp4rhqyma-Test-Deep-1.120.tar.gz
From http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz...
download failed
"http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz" 404
"Not Found"

Starting download of
/gnu/store/94qkd735h5gk3wzccl8in5sfp4rhqyma-Test-Deep-1.120.tar.gz
From http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz...
downloading from
http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz...
 Test-Deep-1.120.tar.gz  38KiB
            12.3MiB/s 00:00 [##################] 100.0%
successfully built
/gnu/store/yc7350j333aps3j81b7azkk05frbhd2h-Test-Deep-1.120.tar.gz.drv
building /gnu/store/myxq3s055fd15z7vly0ddjjqrpqv2j6p-perl-test-deep-1.120.drv...
[...]
--8<---------------cut here---------------end--------------->8---


[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29060#8




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Mar 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 32 days ago.

Previous Next


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