Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: hesco [...] campaignfoundations.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.01080604
Fixed in: (no value)



Subject: install fails on fetch of GP/Pari
It was attempting to fetch the wrong url: ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ instead of: ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.5.tar.gz did not take the time to figure out where to patch your installer, but did figure out a work around (manually installing it after following the links from your website) which permitted me to keep moving. Your module is a dependency of one I use in important projects I maintain. Thanks for making it available. -- Hugh
I see I wound up installing an older version of your module. This was on a RackSpaceCloud xen instance.
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #60576] install fails on fetch of GP/Pari
Date: Fri, 20 Aug 2010 21:11:07 -0700
To: Hugh Esco via RT <bug-Math-Pari [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Fri, Aug 20, 2010 at 06:49:00PM -0400, Hugh Esco via RT wrote: Show quoted text
> Fri Aug 20 18:49:00 2010: Request 60576 was acted upon. > Transaction: Ticket created by HESCO > Queue: Math-Pari > Subject: install fails on fetch of GP/Pari > Broken in: 2.01080604 > Severity: Critical > Owner: Nobody > Requestors: hesco@campaignfoundations.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60576 > > > > It was attempting to fetch the wrong url: > > ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ > > instead of: > > ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.5.tar.gz
Reading README and INSTALL would indicate how a bugreport should look like. Yours, Ilya
On Sat Aug 21 00:11:17 2010, nospam-abuse@ilyaz.org wrote: Show quoted text
> On Fri, Aug 20, 2010 at 06:49:00PM -0400, Hugh Esco via RT wrote:
> > Fri Aug 20 18:49:00 2010: Request 60576 was acted upon. > > Transaction: Ticket created by HESCO > > Queue: Math-Pari > > Subject: install fails on fetch of GP/Pari > > Broken in: 2.01080604 > > Severity: Critical > > Owner: Nobody > > Requestors: hesco@campaignfoundations.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60576 > > > > > > > It was attempting to fetch the wrong url: > > > > ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ > > > > instead of: > > > > ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.5.tar.gz
> > Reading README and INSTALL would indicate how a bugreport should look > like. > > Yours, > Ilya >
I suggest downgrade from 2.1.7 to 2.1.5 for the time being. This fixes it the download problem and all tests pass. -- Your bugs , they are afraid of me.
Subject: PariBuild.pm.patch
--- PariBuild.pm.orig 2011-04-30 10:35:17.000000000 +0300 +++ utils/Math/PariBuild.pm 2011-07-25 20:23:47.699366017 +0300 @@ -196,7 +196,7 @@ cd OLD dir binary -get pari-2.1.7.tgz +get pari-2.1.5.tgz quit EOF close OF or die "Can't close `ftp-cmd' for write: $!"; @@ -226,7 +226,7 @@ (Set $ENV{MATHPARI_USEFTP} to TRUE to actually use the downloaded file.) EOW - return 'pari-2.1.7.tgz'; + return 'pari-2.1.5.tgz'; } sub download_pari {