Skip Menu |

This queue is for tickets about the Math-Pari CPAN distribution.

Report information
The Basics
Id: 82669
Status: open
Priority: 0/
Queue: Math-Pari

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: use http to fetch pari source
HTTP::Tiny is in core from perl 5.14.0. It would be useful to use it, if available, for fetching http://megrez.math.u-bordeaux.fr/pub/pari/unix/OLD/pari-2.1.7.tgz -- Alexandr Ciornii, http://chorny.net
On Sat Jan 12 17:27:59 2013, CHORNY wrote: Show quoted text
> HTTP::Tiny is in core from perl 5.14.0. It would be useful to use it, if > available, for fetching > http://megrez.math.u-bordeaux.fr/pub/pari/unix/OLD/pari-2.1.7.tgz >
A better starting URL would be http://pari.math.u-bordeaux.fr/pub/pari/unix/pari.tgz
It appears to me that the ftp site of pari has be altered recently (a day or two before this comment) and the "OLD" directory is moved one level up. From `cpanm --verbose Math::Pari`, I can see that the installer is doing some discovering of tgz files from: ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/ Which is actully now located at: ftp://megrez.math.u-bordeaux.fr/pub/pari/OLD/2.3/ For this reason, that cpanm command always fails.
Sorry, I just realized that this issue is talking about a different thing. I'll make a new one. :) 在 2018-七月-20 08:55:49 星期五 時,GUGOD 寫到: Show quoted text
> It appears to me that the ftp site of pari has be altered recently (a > day or two before this comment) and the "OLD" directory is moved one > level up. > > From `cpanm --verbose Math::Pari`, I can see that the installer is > doing some discovering of tgz files from: > > ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/ > > Which is actully now located at: > > ftp://megrez.math.u-bordeaux.fr/pub/pari/OLD/2.3/ > > For this reason, that cpanm command always fails.