Ewan Delanoy on Thu, 24 Jan 2013 14:05:57 +0100


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

Miscellaneous problems upgrading to PARI 2.5.3 problems on a Mac 10.8


  Hello all,

   I am currently trying to upgrade the PARI-GP version on my Mac to the latest stable version, but as I expected I am encountering miscellaneous problems :

Executing the instructions of the  INSTALL file, â./Configureâ and âmake allâ work without problems, but âmake benchâ appears to become stranded (more than 15 min, after which I decided to abort the process) with the following output :

MacBook-Pro-de-Ewan:pari-2.5.3 ewandelanoy$ sudo make bench
Making bench in Odarwin-i386
rm -f gp-sta
/usr/bin/gcc  -o gp-sta -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    -Wl,-search_paths_first  mp.o mpinl.o F2x.o FF.o Flx.o FpE.o FpV.o FpX.o Hensel.o QX_factor.o Qfb.o RgV.o RgX.o ZV.o ZX.o alglin1.o alglin2.o arith1.o arith2.o base1.o base2.o base3.o base4.o base5.o bb_group.o bibli1.o bibli2.o bit.o buch1.o buch2.o buch3.o buch4.o concat.o ellanal.o elliptic.o galconj.o gen1.o gen2.o gen3.o hnf_snf.o ifactor1.o lll.o nffactor.o perm.o polarit1.o polarit2.o polarit3.o prime.o random.o rootpol.o subcyclo.o subgroup.o trans1.o trans2.o trans3.o anal.o compat.o compile.o default.o errmsg.o es.o eval.o hash.o init.o intnum.o members.o paricfg.o pariinl.o parse.o sumiter.o DedekZeta.o aprcl.o elldata.o ellsea.o galois.o galpol.o groupid.o krasner.o kummer.o mpqs.o part.o stark.o subfield.o thue.o darwin.o gp.o gp_init.o gp_rl.o highlvl.o whatnow.o plotport.o plotnull.o  -L/usr/local/lib -lreadline -L/usr/lib/ -lncurses   -L/opt/local/lib -lgmp
* Testing objets for gp-sta..BUG [1]    for gp-dyn..BUG [1]
* Testing analyz for gp-sta..TIME=12    for gp-dyn..TIME=12
* Testing number for gp-sta..


And this partial upgrade has corrupted my GP interpreter : now it displays a strange behavior exemplified below :

                                  GP/PARI CALCULATOR Version 2.5.3 (released)
                          i386 running darwin (x86-64/GMP-5.0.4 kernel) 64-bit version
            compiled: Jan 24 2013, gcc-4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
                                 (readline v6.2 enabled, extended help enabled)

                                     Copyright (C) 2000-2011 The PARI Group

PARI/GP is free software, covered by the GNU General Public License, and comes WITHOUT ANY WARRANTY WHATSOEVER.

Type ? for help, \q to quit.
Type ?12 for how to get moral (and possibly technical) support.

parisize = 8000000, primelimit = 500509

? factor(x^2-4)
  ***   at top-level: factor(x^2-4)
  ***                 ^-------------
  *** factor: impossible inverse modulo: Mod(2, 5).
  ***   Break loop: type 'break' to go back to GP

Ewan