Bill Allombert on Thu, 02 Jul 2009 18:58:36 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Some bugs? |
On Thu, Jul 02, 2009 at 05:00:42PM +0100, Jason Moxham wrote: > The tests ellglobalred and galois both static and dynamic are broken on > linux64,cygwin32 on pari-2.4.2 and svn , I assume you allready know this > so I wont post details. Did you sure you installed the optional packages ? (ellglobalred needs elldata and galois needs galdata) > Pari SVN on linux 64 breaks on ellsea and ZN both static and dynamic , > I'll post details when I'm back on that machine. ellsea needs the package seadata. zn has been broken by Karim latest commit (which remove a warning). ideal has been broken in 32bit for several months. > Pari-2.4.2 on Cygwin32 with gmp breaks on polchebshev static and dynamic This seems to work on linux32 though. Could you compare the output of polchebyshev(n,2) (for n=26..50) on cygwin and linux ? > Pari svn on cygwin32 breaks on ellsea,ideal and aurifeuille(STATIC) I covered ellsea and ideal earlier. aurifeuille should work fine. The aurifeuille problem is probably caused by the use of 'install'. Is the test 'program' passing ? Is install working correctly ? Maybe 'install' on cygwin cannot cope with long symbol names like 'factor_Aurifeuille_prime' but work fine with 'addii'. Thanks for performing all these tests! Cheers, Bill.