Karim BELABAS on Tue, 7 Jan 2003 19:03:47 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: make bench problem |
On Tue, 7 Jan 2003, Bill Allombert wrote: > On Tue, Jan 07, 2003 at 04:05:37PM +0000, John Cremona wrote: >> 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... I am equally puzzled here. > 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 This was the aftermath of a long series of LLL-related patches. I had not tested it on alpha yet, and there was a dependency on sizeof(long) remaining [ in chk_gen_init(); was previously hidden since the precision simply doubled. I cancelled this possibility since "at this point the precision is sufficient" ] It is fixed now. Karim. -- Karim Belabas Tel: (+33) (0)1 69 15 57 48 Dép. de Mathématiques, Bât. 425 Fax: (+33) (0)1 69 15 60 19 Université Paris-Sud Email: Karim.Belabas@math.u-psud.fr F-91405 Orsay (France) http://www.math.u-psud.fr/~belabas/ -- PARI/GP Home Page: http://www.parigp-home.de/