On 05/09/2012 05:49 PM, Jeroen Demeyer wrote:
On 2012-05-09 11:45, P Purkayastha wrote:
On 05/09/2012 03:57 PM, P Purkayastha wrote:
On Wed, May 9, 2012 at 3:56 PM, Jeroen Demeyer<jdeme...@cage.ugent.be
<mailto:jdeme...@cage.ugent.be>> wrote:
On 2012-05-09 09:52, P Purkayastha wrote:
> Actually, I already tried that. It fails in the same way.
And without setting any CFLAGS
That's what I meant. Without having set anything. Just plain "make."
It seems the CFLAGS were cached somewhere
by MPIR. That's why I asked to recompile both MPIR and MPFR.
Sorry, I failed to read that.
Now, I have a new error in givaro. This looks like a problem in its
source :-/
The build log is attached.
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -DGMP_NO_CXX
-I../../../src/kernel/memory -I../../../src/kernel/system
-I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC
-I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT
gmp++_int_div.lo -MD -MP -MF .deps/gmp++_int_div.Tpo -c gmp++_int_div.C
-fPIC -DPIC -o .libs/gmp++_int_div.o
In file included from ./gmp++/gmp++_int.h:402:0,
from gmp++/gmp++.h:32,
from gmp++_int_div.C:9:
./gmp++/gmp++/gmp++_int.inl: In static member function ‘static Integer&
Integer::random(Integer&, long int)’:
./gmp++/gmp++/gmp++_int.inl:331:44: error: ‘mpz_random’ was not declared
in this scope
./gmp++/gmp++/gmp++_int.inl: In static member function ‘static Integer&
Integer::random(Integer&, const Integer&)’:
./gmp++/gmp++/gmp++_int.inl:355:80: error: ‘mpz_random’ was not declared
in this scope
make[5]: *** [gmp++_int_div.lo] Error 1
make[5]: Leaving directory
`/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/gmp++'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory
`/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory
`/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
Error installing givaro
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
givaro-3.2.13.rc1.p3
====================================================
Extracting package /home/punarbasu/Installations/sage-5.0.rc0/spkg/standard/givaro-3.2.13.rc1.p3.spkg
-rw-r--r-- 1 punarbasu punarbasu 513834 Dec 13 02:06 /home/punarbasu/Installations/sage-5.0.rc0/spkg/standard/givaro-3.2.13.rc1.p3.spkg
Finished extraction
****************************************************
Host system:
Linux ub2 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
****************************************************
Copying updated gmp++.h
Copying updated gmp++_int.inl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 3458764513820540925
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking whether byte ordering is bigendian... no
Creating symbolic link for compilation
checking for GMP >= 3.1.1... found
checking whether GMP is 4.0 or greater... yes
checking whether GMP was compiled with --enable-cxx... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating givaro-config
config.status: creating givaro-makefile
config.status: creating src/Makefile
config.status: creating src/kernel/Makefile
config.status: creating src/kernel/system/Makefile
config.status: creating src/kernel/memory/Makefile
config.status: creating src/kernel/gmp++/Makefile
config.status: creating src/kernel/integer/Makefile
config.status: creating src/kernel/bstruct/Makefile
config.status: creating src/kernel/rational/Makefile
config.status: creating src/kernel/zpz/Makefile
config.status: creating src/library/Makefile
config.status: creating src/library/vector/Makefile
config.status: creating src/library/tools/Makefile
config.status: creating src/library/poly1/Makefile
config.status: creating src/library/matrix/Makefile
config.status: creating macros/Makefile
config.status: creating examples/Makefile
config.status: creating examples/FiniteField/Makefile
config.status: creating examples/Integer/Makefile
config.status: creating examples/Rational/Makefile
config.status: creating examples/Polynomial/Makefile
config.status: creating config.h
config.status: executing givaro-config.h commands
config.status: creating givaro-config.h - prefix __GIVARO for config.h defines
config.status: executing depfiles commands
make[2]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
make all-recursive
make[3]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
Making all in src
make[4]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src'
Making all in kernel
make[5]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel'
Making all in system
make[6]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/system'
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT givbasictype.lo -MD -MP -MF .deps/givbasictype.Tpo -c -o givbasictype.lo givbasictype.C
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givbasictype.lo -MD -MP -MF .deps/givbasictype.Tpo -c givbasictype.C -fPIC -DPIC -o .libs/givbasictype.o
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givbasictype.lo -MD -MP -MF .deps/givbasictype.Tpo -c givbasictype.C -o givbasictype.o >/dev/null 2>&1
mv -f .deps/givbasictype.Tpo .deps/givbasictype.Plo
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT giverror.lo -MD -MP -MF .deps/giverror.Tpo -c -o giverror.lo giverror.C
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT giverror.lo -MD -MP -MF .deps/giverror.Tpo -c giverror.C -fPIC -DPIC -o .libs/giverror.o
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT giverror.lo -MD -MP -MF .deps/giverror.Tpo -c giverror.C -o giverror.o >/dev/null 2>&1
mv -f .deps/giverror.Tpo .deps/giverror.Plo
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT givinit.lo -MD -MP -MF .deps/givinit.Tpo -c -o givinit.lo givinit.C
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givinit.lo -MD -MP -MF .deps/givinit.Tpo -c givinit.C -fPIC -DPIC -o .libs/givinit.o
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givinit.lo -MD -MP -MF .deps/givinit.Tpo -c givinit.C -o givinit.o >/dev/null 2>&1
mv -f .deps/givinit.Tpo .deps/givinit.Plo
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT givmodule.lo -MD -MP -MF .deps/givmodule.Tpo -c -o givmodule.lo givmodule.C
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givmodule.lo -MD -MP -MF .deps/givmodule.Tpo -c givmodule.C -fPIC -DPIC -o .libs/givmodule.o
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givmodule.lo -MD -MP -MF .deps/givmodule.Tpo -c givmodule.C -o givmodule.o >/dev/null 2>&1
mv -f .deps/givmodule.Tpo .deps/givmodule.Plo
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT givtimer.lo -MD -MP -MF .deps/givtimer.Tpo -c -o givtimer.lo givtimer.C
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givtimer.lo -MD -MP -MF .deps/givtimer.Tpo -c givtimer.C -fPIC -DPIC -o .libs/givtimer.o
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givtimer.lo -MD -MP -MF .deps/givtimer.Tpo -c givtimer.C -o givtimer.o >/dev/null 2>&1
mv -f .deps/givtimer.Tpo .deps/givtimer.Plo
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -o libgivsystem.la givbasictype.lo giverror.lo givinit.lo givmodule.lo givtimer.lo -L/home/punarbasu/Installations/sage-5.0.rc0/local//lib -lgmp
ar cru .libs/libgivsystem.a .libs/givbasictype.o .libs/giverror.o .libs/givinit.o .libs/givmodule.o .libs/givtimer.o
ranlib .libs/libgivsystem.a
creating libgivsystem.la
(cd .libs && rm -f libgivsystem.la && ln -s ../libgivsystem.la libgivsystem.la)
make[6]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/system'
Making all in memory
make[6]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/memory'
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT givaromm.lo -MD -MP -MF .deps/givaromm.Tpo -c -o givaromm.lo givaromm.C
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givaromm.lo -MD -MP -MF .deps/givaromm.Tpo -c givaromm.C -fPIC -DPIC -o .libs/givaromm.o
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT givaromm.lo -MD -MP -MF .deps/givaromm.Tpo -c givaromm.C -o givaromm.o >/dev/null 2>&1
mv -f .deps/givaromm.Tpo .deps/givaromm.Plo
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -o libgivmemory.la givaromm.lo -L/home/punarbasu/Installations/sage-5.0.rc0/local//lib -lgmp
ar cru .libs/libgivmemory.a .libs/givaromm.o
ranlib .libs/libgivmemory.a
creating libgivmemory.la
(cd .libs && rm -f libgivmemory.la && ln -s ../libgivmemory.la libgivmemory.la)
make[6]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/memory'
Making all in gmp++
make[6]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/gmp++'
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -DGMP_NO_CXX -I../../../src/kernel/memory -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT gmp++_int_div.lo -MD -MP -MF .deps/gmp++_int_div.Tpo -c -o gmp++_int_div.lo gmp++_int_div.C
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -DGMP_NO_CXX -I../../../src/kernel/memory -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT gmp++_int_div.lo -MD -MP -MF .deps/gmp++_int_div.Tpo -c gmp++_int_div.C -fPIC -DPIC -o .libs/gmp++_int_div.o
In file included from ./gmp++/gmp++_int.h:402:0,
from gmp++/gmp++.h:32,
from gmp++_int_div.C:9:
./gmp++/gmp++/gmp++_int.inl: In static member function âstatic Integer& Integer::random(Integer&, long int)â:
./gmp++/gmp++/gmp++_int.inl:331:44: error: âmpz_randomâ was not declared in this scope
./gmp++/gmp++/gmp++_int.inl: In static member function âstatic Integer& Integer::random(Integer&, const Integer&)â:
./gmp++/gmp++/gmp++_int.inl:355:80: error: âmpz_randomâ was not declared in this scope
make[6]: *** [gmp++_int_div.lo] Error 1
make[6]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/gmp++'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
Error building givaro
make[2]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
Making install in src
make[3]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src'
Making install in kernel
make[4]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel'
Making install in system
make[5]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/system'
make[6]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/system'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro" || /bin/mkdir -p "/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro"
/usr/bin/install -c -m 644 'givbasictype.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givbasictype.h'
/usr/bin/install -c -m 644 'givconfig.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givconfig.h'
/usr/bin/install -c -m 644 'giverror.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/giverror.h'
/usr/bin/install -c -m 644 'givgenarith.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givgenarith.h'
/usr/bin/install -c -m 644 'givinit.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givinit.h'
/usr/bin/install -c -m 644 'givmodule.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givmodule.h'
/usr/bin/install -c -m 644 'givperf.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givperf.h'
/usr/bin/install -c -m 644 'givpower.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givpower.h'
/usr/bin/install -c -m 644 'givrandom.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givrandom.h'
/usr/bin/install -c -m 644 'givtimer.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givtimer.h'
make[6]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/system'
make[5]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/system'
Making install in memory
make[5]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/memory'
make[6]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/memory'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro" || /bin/mkdir -p "/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro"
/usr/bin/install -c -m 644 'givaromm.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givaromm.h'
/usr/bin/install -c -m 644 'givpointer.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givpointer.h'
/usr/bin/install -c -m 644 'givref_count.h' '/home/punarbasu/Installations/sage-5.0.rc0/local/include/givaro/givref_count.h'
make[6]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/memory'
make[5]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/memory'
Making install in gmp++
make[5]: Entering directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/gmp++'
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -DGMP_NO_CXX -I../../../src/kernel/memory -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I"/home/punarbasu/Installations/sage-5.0.rc0/local/include" -MT gmp++_int_div.lo -MD -MP -MF .deps/gmp++_int_div.Tpo -c -o gmp++_int_div.lo gmp++_int_div.C
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -DGMP_NO_CXX -I../../../src/kernel/memory -I../../../src/kernel/system -I/home/punarbasu/Installations/sage-5.0.rc0/local//include -fPIC -I/home/punarbasu/Installations/sage-5.0.rc0/local/include -MT gmp++_int_div.lo -MD -MP -MF .deps/gmp++_int_div.Tpo -c gmp++_int_div.C -fPIC -DPIC -o .libs/gmp++_int_div.o
In file included from ./gmp++/gmp++_int.h:402:0,
from gmp++/gmp++.h:32,
from gmp++_int_div.C:9:
./gmp++/gmp++/gmp++_int.inl: In static member function âstatic Integer& Integer::random(Integer&, long int)â:
./gmp++/gmp++/gmp++_int.inl:331:44: error: âmpz_randomâ was not declared in this scope
./gmp++/gmp++/gmp++_int.inl: In static member function âstatic Integer& Integer::random(Integer&, const Integer&)â:
./gmp++/gmp++/gmp++_int.inl:355:80: error: âmpz_randomâ was not declared in this scope
make[5]: *** [gmp++_int_div.lo] Error 1
make[5]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel/gmp++'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src/kernel'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src/src'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3/src'
Error installing givaro
real 0m12.902s
user 0m4.988s
sys 0m2.104s
************************************************************************
Error installing package givaro-3.2.13.rc1.p3
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
/home/punarbasu/Installations/sage-5.0.rc0/spkg/logs/givaro-3.2.13.rc1.p3.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3 and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd '/home/punarbasu/Installations/sage-5.0.rc0/spkg/build/givaro-3.2.13.rc1.p3' && '/home/punarbasu/Installations/sage-5.0.rc0/sage' -sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************