* Package: sci-mathematics/pari-2.9.4-r1  * Repository: gentoo  * Maintainer: sci-mathematics@gentoo.org  * USE: X elibc_glibc hppa kernel_linux userland_GNU  * FEATURES: compressdebug preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking pari-2.9.4.tar.gz to /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work >>> Source unpacked in /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work >>> Preparing source in /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4 ... * Applying pari-2.9.4-strip.patch ...  [ ok ] * Applying pari-2.9.4-ppc.patch ...  [ ok ] * Applying pari-2.9.4-no-automagic.patch ...  [ ok ] * Applying pari-2.9.4-fltk-detection.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4 ... true Configuring pari-2.9.4 (STABLE) Checking echo to see how to suppress newlines... ...using -n. Looking for some tools first ... ...gzip is /bin/gzip ...cc is /usr/bin/cc ...gcc is /usr/bin/gcc ...ld is /usr/bin/ld ...perl is /usr/bin/perl ...zcat is /bin/zcat GNU compatible compiler: gcc version 8.2.0 (Gentoo 8.2.0-r6 p1.7) Using mt engine single Given the previous choices, sizeof(long) is 4 chars. The internal word representation of a double is l[0], l[1]. ========================================================================== Building for: PA-RISC1.1 running linux (HPPA kernel) 32-bit version ========================================================================== C compiler is hppa2.0-unknown-linux-gnu-gcc -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fPIC Executable linker is hppa2.0-unknown-linux-gnu-gcc -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -Wl,--export-dynamic -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--no-keep-memory Dynamic Lib linker is hppa2.0-unknown-linux-gnu-gcc -shared $(LDFLAGS) $(CFLAGS) $(DLCFLAGS) -Wl,-shared,-soname=$(LIBPARI_SONAME) Looking in C lib for some symbols... ...Found exp2. ...Found log2. ...Found strftime. ...Found getrusage. ...Found gettimeofday. ...Found sigaction. ...Found TIOCGWINSZ. ...Found getrlimit. ...Found stat. ...Found vsnprintf. ...Found mmap. ...Found waitpid. ...Found setsid. ...Found getenv. ...Found isatty. ...Found alarm. ...Found system. ...I did not find dlopen. Try again, with -ldl this time... ...Found dlopen. Checking for optional libraries and headers... Hi-Res Graphics: none ...Found readline header in /usr/include/readline Using GNU readline, version 8.0 Installation prefix ? [/usr] ...for architecture-independent files (share-prefix) ? [/usr/share] Installation directories for: ...executables (gp, gphelp) ? [/usr/bin] ...libraries (libpari) ? [/usr/lib] ...include files ? [/usr/include] ...manual pages ? [/usr/share/man/man1] ...other system-dependent data ? [/usr/share/doc/pari-2.9.4-r1] ...other system-independent data ? [/usr/share/pari] Default is dynamic executable and shared library ========================================================================== Extracting examples/Makefile.linux-hppa Extracting Olinux-hppa/Makefile Extracting Makefile Extracting Olinux-hppa/paricfg.h Extracting scripts and macros ...in doc ...in misc ========================================================================== Shall we try to build pari 2.9.4 (released) now (y/n)? [n] Ok. Type "make install" when you are ready Bye ! >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4 ... make -j3 DLLD=/usr/bin/gcc DLLDFLAGS=-shared -Wl,-soname=$(LIBPARI_SONAME) -lm 'CFLAGS=-mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC' lib-dyn if test -r ./tune.h; then d=.; else d=../src/kernel/none; fi; cat $d/tune.h ../src/kernel/none/int.h ../src/kernel/none/level1.h > parilvl1.h cat ../src/mt/single.h > parimt.h cat ../src/kernel/none/mp.c ../src/kernel/none/cmp.c ../src/kernel/none/gcdll.c ../src/kernel/none/ratlift.c ../src/kernel/none/invmod.c ../src/kernel/none/gcd.c ../src/kernel/none/gcdext.c ../src/kernel/none/mp_indep.c ../src/kernel/none/add.c > mpker.c f=funclist-$$-linux-hppa.tmp; (cd ../src/desc && /usr/bin/perl merge_822 ../../src/funclist > $f) && mv ../src/desc/$f ../src/desc/pari.desc ../config/genkernel ../src ../src/kernel/hppa/asm0.h > parilvl0.h f=default-$$-linux-hppa.tmp; (cd ../src/desc && /usr/bin/perl gen_proto default pari.desc > $f) && mv ../src/desc/$f ../src/language/default.h cat parilvl0.h parilvl1.h > mpinl.h f=init-$$-linux-hppa.tmp; (cd ../src/desc && /usr/bin/perl gen_proto basic pari.desc > $f) && mv ../src/desc/$f ../src/language/init.h hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -funroll-loops -fPIC -I. -I../src/headers -o mpker.o mpker.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o F2x.o ../src/basemath/F2x.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o F2xqE.o ../src/basemath/F2xqE.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FF.o ../src/basemath/FF.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o Fle.o ../src/basemath/Fle.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o Flx.o ../src/basemath/Flx.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FlxqE.o ../src/basemath/FlxqE.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o Flxq_log.o ../src/basemath/Flxq_log.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FpE.o ../src/basemath/FpE.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FpV.o ../src/basemath/FpV.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FpX.o ../src/basemath/FpX.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FpXQX_factor.o ../src/basemath/FpXQX_factor.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FpXX.o ../src/basemath/FpXX.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o FpX_factor.o ../src/basemath/FpX_factor.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o Hensel.o ../src/basemath/Hensel.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o QX_factor.o ../src/basemath/QX_factor.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o Qfb.o ../src/basemath/Qfb.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o RgV.o ../src/basemath/RgV.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o RgX.o ../src/basemath/RgX.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ZG.o ../src/basemath/ZG.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ZV.o ../src/basemath/ZV.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ZX.o ../src/basemath/ZX.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o alglin1.o ../src/basemath/alglin1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o alglin2.o ../src/basemath/alglin2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o alglin3.o ../src/basemath/alglin3.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o arith1.o ../src/basemath/arith1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o arith2.o ../src/basemath/arith2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o base1.o ../src/basemath/base1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o base2.o ../src/basemath/base2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o base3.o ../src/basemath/base3.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o base4.o ../src/basemath/base4.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o base5.o ../src/basemath/base5.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o bb_group.o ../src/basemath/bb_group.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o bibli1.o ../src/basemath/bibli1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o bibli2.o ../src/basemath/bibli2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o bit.o ../src/basemath/bit.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o bnflog.o ../src/basemath/bnflog.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o buch1.o ../src/basemath/buch1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o buch2.o ../src/basemath/buch2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o buch3.o ../src/basemath/buch3.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o buch4.o ../src/basemath/buch4.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o char.o ../src/basemath/char.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o concat.o ../src/basemath/concat.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o crvwtors.o ../src/basemath/crvwtors.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o dirichlet.o ../src/basemath/dirichlet.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ellanal.o ../src/basemath/ellanal.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o elliptic.o ../src/basemath/elliptic.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ellisog.o ../src/basemath/ellisog.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ellsea.o ../src/basemath/ellsea.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o elltors.o ../src/basemath/elltors.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o galconj.o ../src/basemath/galconj.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o gen1.o ../src/basemath/gen1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o gen2.o ../src/basemath/gen2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o gen3.o ../src/basemath/gen3.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o hnf_snf.o ../src/basemath/hnf_snf.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o hyperell.o ../src/basemath/hyperell.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ifactor1.o ../src/basemath/ifactor1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o lfun.o ../src/basemath/lfun.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o lfunutils.o ../src/basemath/lfunutils.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o lll.o ../src/basemath/lll.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o map.o ../src/basemath/map.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o mellininv.o ../src/basemath/mellininv.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o modsym.o ../src/basemath/modsym.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o nffactor.o ../src/basemath/nffactor.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o perm.o ../src/basemath/perm.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o polarit1.o ../src/basemath/polarit1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o polarit2.o ../src/basemath/polarit2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o polarit3.o ../src/basemath/polarit3.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o polclass.o ../src/basemath/polclass.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o polmodular.o ../src/basemath/polmodular.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o prime.o ../src/basemath/prime.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o qfisom.o ../src/basemath/qfisom.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o qfsolve.o ../src/basemath/qfsolve.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o random.o ../src/basemath/random.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o rootpol.o ../src/basemath/rootpol.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o subcyclo.o ../src/basemath/subcyclo.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o subgroup.o ../src/basemath/subgroup.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o trans1.o ../src/basemath/trans1.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o trans2.o ../src/basemath/trans2.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o trans3.o ../src/basemath/trans3.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o volcano.o ../src/basemath/volcano.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o zetamult.o ../src/basemath/zetamult.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o anal.o ../src/language/anal.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o compile.o ../src/language/compile.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o default.o ../src/language/default.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o es.o ../src/language/es.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o eval.o ../src/language/eval.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o forprime.o ../src/language/forprime.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o gplib.o ../src/language/gplib.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o hash.o ../src/language/hash.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o init.o ../src/language/init.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o intnum.o ../src/language/intnum.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o members.o ../src/language/members.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o paricfg.o ../src/language/paricfg.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o pariinl.o ../src/language/pariinl.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o parse.o ../src/language/parse.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o readline.o ../src/language/readline.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o sumiter.o ../src/language/sumiter.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o algebras.o ../src/modules/algebras.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o aprcl.o ../src/modules/aprcl.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o elldata.o ../src/modules/elldata.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o ellfromeqn.o ../src/modules/ellfromeqn.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o galois.o ../src/modules/galois.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o galpol.o ../src/modules/galpol.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o genus2red.o ../src/modules/genus2red.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o groupid.o ../src/modules/groupid.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o krasner.o ../src/modules/krasner.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o kummer.o ../src/modules/kummer.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o mpqs.o ../src/modules/mpqs.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o part.o ../src/modules/part.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o stark.o ../src/modules/stark.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o subfield.o ../src/modules/subfield.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o thue.o ../src/modules/thue.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o mt.o ../src/mt/mt.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o single.o ../src/mt/single.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -o plottty.o ../src/graph/plottty.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -fno-strict-aliasing -DGCC_INLINE -fPIC -fPIC -o mpinl.o ../src/kernel/none/mpinl.c rm -f libpari.so.2.9.4 /usr/bin/gcc -o "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4/Olinux-hppa"/libpari.so.2.9.4 -shared mpker.o mpinl.o F2x.o F2xqE.o FF.o Fle.o Flx.o FlxqE.o Flxq_log.o FpE.o FpV.o FpX.o FpXQX_factor.o FpXX.o FpX_factor.o Hensel.o QX_factor.o Qfb.o RgV.o RgX.o ZG.o ZV.o ZX.o alglin1.o alglin2.o alglin3.o arith1.o arith2.o base1.o base2.o base3.o base4.o base5.o bb_group.o bibli1.o bibli2.o bit.o bnflog.o buch1.o buch2.o buch3.o buch4.o char.o concat.o crvwtors.o dirichlet.o ellanal.o elliptic.o ellisog.o ellsea.o elltors.o galconj.o gen1.o gen2.o gen3.o hnf_snf.o hyperell.o ifactor1.o lfun.o lfunutils.o lll.o map.o mellininv.o modsym.o nffactor.o perm.o polarit1.o polarit2.o polarit3.o polclass.o polmodular.o prime.o qfisom.o qfsolve.o random.o rootpol.o subcyclo.o subgroup.o trans1.o trans2.o trans3.o volcano.o zetamult.o anal.o compile.o default.o es.o eval.o forprime.o gplib.o hash.o init.o intnum.o members.o paricfg.o pariinl.o parse.o readline.o sumiter.o algebras.o aprcl.o elldata.o ellfromeqn.o galois.o galpol.o genus2red.o groupid.o krasner.o kummer.o mpqs.o part.o stark.o subfield.o thue.o mt.o single.o plottty.o -lc -lm -ldl -lm if test "libpari.so.2.9.4" != "libpari.so"; then rm -f libpari.so; ln -s libpari.so.2.9.4 libpari.so; fi if test "libpari.so.2.9.4" != "libpari.so.5"; then rm -f libpari.so.5; ln -s libpari.so.2.9.4 libpari.so.5; fi make -j3 DLLD=/usr/bin/gcc DLLDFLAGS=-shared -Wl,-soname=$(LIBPARI_SONAME) -lm LD=hppa2.0-unknown-linux-gnu-g++ 'CFLAGS=-mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE' gp ../gp hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -I../src/language -I/usr/include -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o gp_rl.o ../src/gp/gp_rl.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -I../src/language -I/usr/include -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o texmacs.o ../src/gp/texmacs.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o whatnow.o ../src/gp/whatnow.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -I../src/graph -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o plotport.o ../src/graph/plotport.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o plotnull.o ../src/graph/plotnull.c f=highlvl-$$-linux-hppa.tmp; (cd ../src/desc && /usr/bin/perl gen_proto highlevel pari.desc > $f) && mv ../src/desc/$f ../src/gp/highlvl.h f=gp_init-$$-linux-hppa.tmp; (cd ../src/desc && /usr/bin/perl gen_proto gp pari.desc > $f) && mv ../src/desc/$f ../src/gp/gp_init.h hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -fPIC -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o emacs.o ../src/gp/emacs.c hppa2.0-unknown-linux-gnu-gcc -c -I. -I../src/headers -I../src/language -DDL_DFLT_NAME=NULL -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -DGCC_INLINE -o gp.o ../src/gp/gp.c rm -f gp-dyn hppa2.0-unknown-linux-gnu-g++ -o gp-dyn -L"/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4/Olinux-hppa" -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -Wl,--export-dynamic -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--no-keep-memory emacs.o gp.o gp_rl.o texmacs.o whatnow.o plotport.o plotnull.o -Wl,-rpath,"/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4"/Olinux-hppa:"/usr/lib" -L/usr/lib -lreadline -lpari -lm : gp-dyn rm -f ../gp ln -s Olinux-hppa/gp-dyn ../gp make: '../gp' is up to date. >>> Source compiled. >>> Test phase [not enabled]: sci-mathematics/pari-2.9.4-r1 >>> Install pari-2.9.4-r1 into /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image/ category sci-mathematics make -j3 DLLD=/usr/bin/gcc DLLDFLAGS=-shared -Wl,-soname=$(LIBPARI_SONAME) -lm LD=hppa2.0-unknown-linux-gnu-g++ DESTDIR=/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image/ install Making install in Olinux-hppa make[1]: Entering directory '/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4/Olinux-hppa' mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/include"/pari for i in paricfg.h mpinl.h parimt.h; do \ ../config/install -m 644 $i "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/include"/pari; done for i in paridecl paripriv pari paricast paricom parierr parigen pariinl parinf pariold paristio parisys paritune ; do \ ../config/install -m 644 ../src/headers/$i.h "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/include"/pari; done rm -f "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/include"/pari/genpari.h ln -s pari.h "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/include"/pari/genpari.h mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1" rm -f "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1"/pari.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1"/gp.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1"/gp-2.9.1 ../config/install -m 644 ../doc/gphelp.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1" ../config/install -m 644 ../doc/gp.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1"/gp-2.9.1 ln -s gp.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1"/pari.1 ln -s gp-2.9.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1"/gp.1 mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin" ../config/install ../misc/tex2mail "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin" ../config/install -m 644 ../doc/tex2mail.1 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/man/man1" ../config/install -m 644 ../misc/README "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc ../config/install -m 644 ../misc/color.dft "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc ../config/install -m 644 ../misc/gpalias "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc ../config/install ../misc/gpflog "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc ../config/install -m 644 ../misc/gprc.dft "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc ../config/install ../misc/xgp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/misc mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/EXPLAIN "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/Inputrc "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/Makefile "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/bench.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/cl.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/classno.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/contfrac.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/lucas.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/extgcd.c "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/rho.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/squfof.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples ../config/install -m 644 ../examples/taylor.gp "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/examples mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/doc/pari-2.9.4-r1" ../config/install -m 644 pari.cfg "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/doc/pari-2.9.4-r1" if test -n "../src/funclist"; then mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/PARI; ../config/install -m 644 ../src/desc/PARI/822.pm "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/PARI; ../config/install -m 644 ../src/desc/pari.desc "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"; fi if test -d ../data; then cd ../data; for d in `ls`; do mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/$d && for f in `ls $d`; do ../config/install -m 644 $d/$f "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/share/pari"/$d; done >/dev/null; done; fi mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib" rm -f "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so.2.9.4 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so.5 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so /usr/bin/gcc -o "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so.2.9.4 -shared mpker.o mpinl.o F2x.o F2xqE.o FF.o Fle.o Flx.o FlxqE.o Flxq_log.o FpE.o FpV.o FpX.o FpXQX_factor.o FpXX.o FpX_factor.o Hensel.o QX_factor.o Qfb.o RgV.o RgX.o ZG.o ZV.o ZX.o alglin1.o alglin2.o alglin3.o arith1.o arith2.o base1.o base2.o base3.o base4.o base5.o bb_group.o bibli1.o bibli2.o bit.o bnflog.o buch1.o buch2.o buch3.o buch4.o char.o concat.o crvwtors.o dirichlet.o ellanal.o elliptic.o ellisog.o ellsea.o elltors.o galconj.o gen1.o gen2.o gen3.o hnf_snf.o hyperell.o ifactor1.o lfun.o lfunutils.o lll.o map.o mellininv.o modsym.o nffactor.o perm.o polarit1.o polarit2.o polarit3.o polclass.o polmodular.o prime.o qfisom.o qfsolve.o random.o rootpol.o subcyclo.o subgroup.o trans1.o trans2.o trans3.o volcano.o zetamult.o anal.o compile.o default.o es.o eval.o forprime.o gplib.o hash.o init.o intnum.o members.o paricfg.o pariinl.o parse.o readline.o sumiter.o algebras.o aprcl.o elldata.o ellfromeqn.o galois.o galpol.o genus2red.o groupid.o krasner.o kummer.o mpqs.o part.o stark.o subfield.o thue.o mt.o single.o plottty.o -lc -lm -ldl -lm if test "libpari.so.2.9.4" != ""/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so"; then ln -s libpari.so.2.9.4 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so; fi if test "libpari.so.5" != "libpari.so"; then ln -s libpari.so.2.9.4 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib"/libpari.so.5; fi mkdir -p "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin" rm -f "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin"/gp-2.9 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin"/gp hppa2.0-unknown-linux-gnu-g++ -o "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin"/gp-2.9 -L"/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/lib" -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment -Wl,--export-dynamic -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--no-keep-memory emacs.o gp.o gp_rl.o texmacs.o whatnow.o plotport.o plotnull.o -Wl,-rpath,"/usr/lib" -lpari -L/usr/lib -lreadline -lm true "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin"/gp-2.9 cd "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin"; : gp-2.9 ln -s gp-2.9 "/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image//usr/bin"/gp make[1]: Leaving directory '/var/tmp/portage/sci-mathematics/pari-2.9.4-r1/work/pari-2.9.4/Olinux-hppa' >>> Completed installing pari-2.9.4-r1 into /var/tmp/portage/sci-mathematics/pari-2.9.4-r1/image/ * Final size of build directory: 105264 KiB (102.7 MiB) * Final size of installed tree: 37472 KiB ( 36.5 MiB) * QA Notice: The following shared libraries lack a SONAME * /usr/lib/libpari.so.2.9.4 strip: hppa2.0-unknown-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/lib/libpari.so.2.9.4 usr/bin/gp-2.9 ./ ./usr/ ./usr/include/ ./usr/include/pari/ ./usr/include/pari/paridecl.h ./usr/include/pari/paricast.h ./usr/include/pari/parisys.h ./usr/include/pari/pari.h ./usr/include/pari/pariinl.h ./usr/include/pari/paristio.h ./usr/include/pari/genpari.h ./usr/include/pari/paricfg.h ./usr/include/pari/pariold.h ./usr/include/pari/parimt.h ./usr/include/pari/paricom.h ./usr/include/pari/paripriv.h ./usr/include/pari/parinf.h ./usr/include/pari/paritune.h ./usr/include/pari/mpinl.h ./usr/include/pari/parierr.h ./usr/include/pari/parigen.h ./usr/share/ ./usr/share/pari/ ./usr/share/pari/pari.desc ./usr/share/pari/examples/ ./usr/share/pari/examples/contfrac.gp ./usr/share/pari/examples/squfof.gp ./usr/share/pari/examples/EXPLAIN ./usr/share/pari/examples/rho.gp ./usr/share/pari/examples/lucas.gp ./usr/share/pari/examples/Inputrc ./usr/share/pari/examples/extgcd.c ./usr/share/pari/examples/cl.gp ./usr/share/pari/examples/bench.gp ./usr/share/pari/examples/taylor.gp ./usr/share/pari/examples/classno.gp ./usr/share/pari/examples/Makefile ./usr/share/pari/PARI/ ./usr/share/pari/PARI/822.pm ./usr/share/pari/misc/ ./usr/share/pari/misc/gpflog ./usr/share/pari/misc/gpalias ./usr/share/pari/misc/xgp ./usr/share/pari/misc/README ./usr/share/pari/misc/color.dft ./usr/share/pari/misc/gprc.dft ./usr/share/man/ ./usr/share/man/man1/ ./usr/share/man/man1/pari.1.bz2 ./usr/share/man/man1/gp-2.9.1.bz2 ./usr/share/man/man1/tex2mail.1.bz2 ./usr/share/man/man1/gp.1.bz2 ./usr/share/man/man1/gphelp.1.bz2 ./usr/share/doc/ ./usr/share/doc/pari-2.9.4-r1/ ./usr/share/doc/pari-2.9.4-r1/COMPAT.bz2 ./usr/share/doc/pari-2.9.4-r1/pari.cfg.bz2 ./usr/share/doc/pari-2.9.4-r1/MACHINES.bz2 ./usr/bin/ ./usr/bin/gp ./usr/bin/tex2mail ./usr/bin/gp-2.9 ./usr/lib/ ./usr/lib/libpari.so ./usr/lib/debug/ ./usr/lib/debug/usr/ ./usr/lib/debug/usr/bin/ ./usr/lib/debug/usr/bin/gp-2.9.debug ./usr/lib/debug/usr/lib/ ./usr/lib/debug/usr/lib/libpari.so.2.9.4.debug ./usr/lib/libpari.so.2.9.4 ./usr/lib/libpari.so.5 >>> Done. * checking 53 files for package collisions >>> Merging sci-mathematics/pari-2.9.4-r1 to / --- /usr/ --- /usr/lib/ >>> /usr/lib/libpari.so.2.9.4 --- /usr/lib/debug/ --- /usr/lib/debug/usr/ --- /usr/lib/debug/usr/lib/ >>> /usr/lib/debug/usr/lib/libpari.so.2.9.4.debug --- /usr/lib/debug/usr/bin/ >>> /usr/lib/debug/usr/bin/gp-2.9.debug >>> /usr/lib/libpari.so -> libpari.so.2.9.4 --- /usr/bin/ >>> /usr/bin/gp-2.9 >>> /usr/bin/tex2mail >>> /usr/bin/gp -> gp-2.9 --- /usr/share/ --- /usr/share/doc/ >>> /usr/share/doc/pari-2.9.4-r1/ >>> /usr/share/doc/pari-2.9.4-r1/MACHINES.bz2 >>> /usr/share/doc/pari-2.9.4-r1/pari.cfg.bz2 >>> /usr/share/doc/pari-2.9.4-r1/COMPAT.bz2 --- /usr/share/man/ --- /usr/share/man/man1/ >>> /usr/share/man/man1/gphelp.1.bz2 >>> /usr/share/man/man1/tex2mail.1.bz2 >>> /usr/share/man/man1/gp-2.9.1.bz2 >>> /usr/share/man/man1/pari.1.bz2 -> gp.1.bz2 --- /usr/share/pari/ --- /usr/share/pari/misc/ >>> /usr/share/pari/misc/gprc.dft >>> /usr/share/pari/misc/color.dft >>> /usr/share/pari/misc/README >>> /usr/share/pari/misc/xgp >>> /usr/share/pari/misc/gpalias >>> /usr/share/pari/misc/gpflog --- /usr/share/pari/PARI/ >>> /usr/share/pari/PARI/822.pm --- /usr/share/pari/examples/ >>> /usr/share/pari/examples/Makefile >>> /usr/share/pari/examples/classno.gp >>> /usr/share/pari/examples/taylor.gp >>> /usr/share/pari/examples/bench.gp >>> /usr/share/pari/examples/cl.gp >>> /usr/share/pari/examples/extgcd.c >>> /usr/share/pari/examples/Inputrc >>> /usr/share/pari/examples/lucas.gp >>> /usr/share/pari/examples/rho.gp >>> /usr/share/pari/examples/EXPLAIN >>> /usr/share/pari/examples/squfof.gp >>> /usr/share/pari/examples/contfrac.gp >>> /usr/share/pari/pari.desc --- /usr/include/ --- /usr/include/pari/ >>> /usr/include/pari/parigen.h >>> /usr/include/pari/parierr.h >>> /usr/include/pari/mpinl.h >>> /usr/include/pari/paritune.h >>> /usr/include/pari/parinf.h >>> /usr/include/pari/paripriv.h >>> /usr/include/pari/paricom.h >>> /usr/include/pari/parimt.h >>> /usr/include/pari/pariold.h >>> /usr/include/pari/paricfg.h >>> /usr/include/pari/genpari.h -> pari.h >>> /usr/include/pari/paristio.h >>> /usr/include/pari/pariinl.h >>> /usr/include/pari/pari.h >>> /usr/include/pari/parisys.h >>> /usr/include/pari/paricast.h >>> /usr/include/pari/paridecl.h >>> /usr/share/man/man1/gp.1.bz2 -> gp-2.9.1.bz2 >>> /usr/lib/libpari.so.5 -> libpari.so.2.9.4 >>> Safely unmerging already-installed instance... No package files given... Grabbing a set. --- replaced obj /usr/share/pari/pari.desc --- replaced obj /usr/share/pari/misc/xgp <<< obj /usr/share/pari/misc/pari.xpm <<< obj /usr/share/pari/misc/new.dic --- replaced obj /usr/share/pari/misc/gprc.dft --- replaced obj /usr/share/pari/misc/gpflog --- replaced obj /usr/share/pari/misc/gpalias --- replaced obj /usr/share/pari/misc/color.dft --- replaced obj /usr/share/pari/misc/README --- replaced dir /usr/share/pari/misc --- replaced obj /usr/share/pari/examples/taylor.gp --- replaced obj /usr/share/pari/examples/squfof.gp --- replaced obj /usr/share/pari/examples/rho.gp --- replaced obj /usr/share/pari/examples/lucas.gp --- replaced obj /usr/share/pari/examples/extgcd.c --- replaced obj /usr/share/pari/examples/contfrac.gp --- replaced obj /usr/share/pari/examples/classno.gp --- replaced obj /usr/share/pari/examples/cl.gp --- replaced obj /usr/share/pari/examples/bench.gp --- replaced obj /usr/share/pari/examples/Makefile --- replaced obj /usr/share/pari/examples/Inputrc --- replaced obj /usr/share/pari/examples/EXPLAIN --- replaced dir /usr/share/pari/examples --- replaced obj /usr/share/pari/PARI/822.pm --- replaced dir /usr/share/pari/PARI --- replaced dir /usr/share/pari --- replaced obj /usr/share/man/man1/tex2mail.1.bz2 --- replaced sym /usr/share/man/man1/pari.1.bz2 --- replaced obj /usr/share/man/man1/gphelp.1.bz2 --- replaced sym /usr/share/man/man1/gp.1.bz2 <<< obj /usr/share/man/man1/gp-2.3.1.bz2 --- replaced dir /usr/share/man/man1 --- replaced dir /usr/share/man <<< obj /usr/share/doc/pari-2.3.5/usersch5.tex <<< obj /usr/share/doc/pari-2.3.5/usersch4.tex <<< obj /usr/share/doc/pari-2.3.5/usersch3.tex <<< obj /usr/share/doc/pari-2.3.5/usersch2.tex <<< obj /usr/share/doc/pari-2.3.5/usersch1.tex <<< obj /usr/share/doc/pari-2.3.5/users.tex <<< obj /usr/share/doc/pari-2.3.5/users.pdf <<< obj /usr/share/doc/pari-2.3.5/users.dvi <<< obj /usr/share/doc/pari-2.3.5/tutorial.tex <<< obj /usr/share/doc/pari-2.3.5/tutorial.pdf <<< obj /usr/share/doc/pari-2.3.5/tutorial.dvi <<< obj /usr/share/doc/pari-2.3.5/translations <<< obj /usr/share/doc/pari-2.3.5/refcard.tex <<< obj /usr/share/doc/pari-2.3.5/refcard.ps <<< obj /usr/share/doc/pari-2.3.5/refcard.pdf <<< obj /usr/share/doc/pari-2.3.5/refcard.dvi <<< obj /usr/share/doc/pari-2.3.5/pdfmacs.tex <<< obj /usr/share/doc/pari-2.3.5/parimacro.tex <<< obj /usr/share/doc/pari-2.3.5/paricfg.tex <<< obj /usr/share/doc/pari-2.3.5/pari.cfg <<< obj /usr/share/doc/pari-2.3.5/libpari.pdf <<< obj /usr/share/doc/pari-2.3.5/libpari.dvi <<< obj /usr/share/doc/pari-2.3.5/develop.pdf <<< obj /usr/share/doc/pari-2.3.5/appc.tex <<< obj /usr/share/doc/pari-2.3.5/appb.tex <<< obj /usr/share/doc/pari-2.3.5/appa.tex <<< obj /usr/share/doc/pari-2.3.5/README.bz2 <<< obj /usr/share/doc/pari-2.3.5/NEW.bz2 <<< obj /usr/share/doc/pari-2.3.5/Makefile <<< obj /usr/share/doc/pari-2.3.5/MACHINES.bz2 <<< obj /usr/share/doc/pari-2.3.5/INSTALL.pdf <<< obj /usr/share/doc/pari-2.3.5/COMPAT.bz2 <<< obj /usr/share/doc/pari-2.3.5/CHANGES.bz2 <<< obj /usr/share/doc/pari-2.3.5/Announce.2.1.bz2 <<< obj /usr/share/doc/pari-2.3.5/AUTHORS.bz2 --- replaced dir /usr/share/doc --- replaced dir /usr/share <<< obj /usr/lib/libpari.so.2.3.5 <<< sym /usr/lib/libpari.so.2 --- replaced sym /usr/lib/libpari.so <<< obj /usr/lib/debug/usr/lib/libpari.so.2.3.5.debug --- replaced dir /usr/lib/debug/usr/lib <<< obj /usr/lib/debug/usr/bin/gp-2.3.debug --- replaced dir /usr/lib/debug/usr/bin --- replaced dir /usr/lib/debug/usr --- replaced dir /usr/lib/debug --- replaced dir /usr/lib <<< obj /usr/include/pari/paritype.h --- replaced obj /usr/include/pari/paritune.h --- replaced obj /usr/include/pari/parisys.h --- replaced obj /usr/include/pari/paristio.h --- replaced obj /usr/include/pari/paripriv.h <<< obj /usr/include/pari/pariport.h --- replaced obj /usr/include/pari/pariold.h --- replaced obj /usr/include/pari/parinf.h --- replaced obj /usr/include/pari/pariinl.h --- replaced obj /usr/include/pari/parigen.h --- replaced obj /usr/include/pari/parierr.h --- replaced obj /usr/include/pari/paridecl.h --- replaced obj /usr/include/pari/paricom.h --- replaced obj /usr/include/pari/paricfg.h --- replaced obj /usr/include/pari/paricast.h --- replaced obj /usr/include/pari/pari.h --- replaced sym /usr/include/pari/genpari.h --- replaced dir /usr/include/pari --- replaced dir /usr/include --- replaced obj /usr/bin/tex2mail <<< obj /usr/bin/gphelp <<< obj /usr/bin/gp-2.3 --- replaced sym /usr/bin/gp --- replaced dir /usr/bin --- replaced dir /usr <<< dir /usr/share/doc/pari-2.3.5 >>> Regenerating /etc/ld.so.cache... >>> Original instance of package unmerged safely. >>> sci-mathematics/pari-2.9.4-r1 merged. >>> Regenerating /etc/ld.so.cache...