Bill Allombert on Tue, 7 Jan 2003 17:41:51 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: make bench problem


On Tue, Jan 07, 2003 at 04:05:37PM +0000, John Cremona wrote:
> Hi,
> 
> I just built the current CVS version 2.2.5 (development CHANGES-1.634)
> with no problem except that "make bench" produces this error:
> 
> jec@selmer%uname -a
> OSF1 selmer V4.0 1091 alpha
> 
> jec@selmer%make bench
> Making bench in Oosf1-alpha
> make[1]: Entering directory `/usr/home/jec/pari/Oosf1-alpha'
> build gp.exe first
> make[1]: *** [bench] Error 1
> make[1]: Leaving directory `/usr/home/jec/pari/Oosf1-alpha'
> make: *** [bench] Error 2

That is strange. Do you have write permission in the
/usr/home/jec/pari/Oosf1-alpha directory?
The above message try to explain that
touch Bench-2.2.5 has failed...

Anyway the bench seems broken of Alpha:
? polredabs(x^5-2*x^4-4*x^3-96*x^2-352*x-568)
  ***   bug in precision problem in polredabs, please report

Cheers,
Bill