I am trying to install Sage version 8.9 on the High performance cluster at 
my university, which runs Linux (CentOS 7). I am installing to my local 
"scratch" folder since I do not have administrative permissions. I am 
trying to install from source code as the pre-built binaries are for Ubuntu 
and Debian and did not work for me and I was unsure if they would work on 
CentOS 7. I was able to run ./configure without any issues and then when i 
did make, I received the following log file (attached) and error: 

Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package: mpfr-4.0.1.p0
  log file: /scratch/user/kbari/sage-8.9/logs/pkgs/mpfr-4.0.1.p0.log
  build directory: 
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

make[1]: *** [all-start] Error 1
make[1]: Leaving directory `/scratch/user/kbari/sage-8.9'
make: *** [all] Error 2


 I have tried to contact the help and support for the cluster, but they do 
not know much about Sage. Any help would be greatly appreciated! Thank you 
for your time!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/9d94553b-f5b0-435b-93c5-7724c3422cc3%40googlegroups.com.
Found local metadata for mpfr-4.0.1.p0
Using cached file /scratch/user/kbari/sage-8.9/upstream/mpfr-4.0.1.tar.bz2
mpfr-4.0.1.p0
====================================================
Setting up build directory for mpfr-4.0.1.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux tlogin-0501.cluster 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 
UTC 2020 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/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-linker-build-id --with-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --disable-libgcj 
--with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install
 --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) 
****************************************************
Checking what CC and CFLAGS MPFR would use if they were empty...
Settings chosen by MPFR when configuring with CC and CFLAGS unset:
  CC:      gcc -std=gnu99
  CFLAGS:  -Wall -Wmissing-prototypes -Wpointer-arith -m64 -O2 
-march=corei7-avx -mtune=corei7-avx  -g
Settings required to properly build MPFR, taking into account SAGE_DEBUG etc.:
  CFLAGS:  
  LDFLAGS: -L/scratch/user/kbari/sage-8.9/local/lib 
-Wl,-rpath,/scratch/user/kbari/sage-8.9/local/lib 
  ABI:     
Settings from the "global" environment:
  CC:      gcc
  CFLAGS:  
  (CPPFLAGS, CXX and CXXFLAGS are listed below; these don't get modified.)
Using MPFR's settings (plus mandatory ones).
Finally using the following settings:
  CC=gcc
  CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -m64 -O2 -march=corei7-avx 
-mtune=corei7-avx  -g 
  CPP=
  CPPFLAGS=
  CXX=g++ -std=gnu++11
  CXXFLAGS=
  LDFLAGS=-L/scratch/user/kbari/sage-8.9/local/lib 
-Wl,-rpath,/scratch/user/kbari/sage-8.9/local/lib 
  ABI=
(These settings may still get overridden by 'configure' or Makefiles.)

Configuring MPFR with the following options:
  --prefix="/scratch/user/kbari/sage-8.9/local"
  --libdir="/scratch/user/kbari/sage-8.9/local/lib"
  --with-gmp="/scratch/user/kbari/sage-8.9/local"
  --disable-thread-safe
You can set MPFR_CONFIGURE to pass additional parameters.
Configuring mpfr-4.0.1.p0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
checking format of `double' floating point... IEEE little endian
checking for ICC... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking whether byte ordering is bigendian... no
checking for main in -lm... yes
checking for main in -lquadmath... yes
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for string.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/fpu.h usability... no
checking sys/fpu.h presence... no
checking for sys/fpu.h... no
checking for struct lconv.decimal_point... yes
checking for struct lconv.thousands_sep... yes
checking for working alloca.h... yes
checking for alloca... yes
checking how to copy va_list... va_copy
checking for memmove... yes
checking for memset... yes
checking for setlocale... yes
checking for strtol... yes
checking for gettimeofday... yes
checking for signal... yes
checking for sigaction and its associated structure... yes
checking for long long int... yes
checking for intmax_t... yes
checking for working INTMAX_MAX... yes
checking for working printf length modifier for intmax_t... j
checking for union fpc_csr... no
checking for _Noreturn... yes
checking for __builtin_unreachable... yes
checking for constructor and destructor attributes... yes
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for ISO C11 thread support... no
checking for fesetround... yes
checking for gcc float-conversion bug... no
checking for subnormal double-precision numbers... yes
checking for subnormal single-precision numbers... yes
checking for signed zeros... yes
checking if the FP division by 0 fails... no
checking if NAN == NAN... no
checking if charset has consecutive values... yes
checking for math/round... yes
checking for math/trunc... yes
checking for math/floor... yes
checking for math/ceil... yes
checking for math/nearbyint... yes
checking for _mulx_u64... no
checking for long double... yes
checking format of `long double' floating point... IEEE extended, little endian
checking if compiler knows _Decimal64... yes
checking decimal float format... BID
checking if compiler knows __float128 with C99 constants... yes
checking for Static Assertion support... yes
checking for library containing clock_gettime... none required
checking for gmp.h... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking for recent GMP... yes
checking usable gmp.h at link time... yes
checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... yes
checking for __gmpz_init in -lgmp... yes
checking if gmp.h version and libgmp version are the same... (6.0.0/6.0.0) yes
checking for GMP library vs header correctness... yes
checking for double-to-integer conversion bug... no
checking if gmp_printf supports "%jd"... yes
checking if gmp_printf supports "%hhd"... yes
checking if gmp_printf supports "%lld"... yes
checking if gmp_printf supports "%Lf"... yes
checking if gmp_printf supports "%td"... yes
checking for __gmpn_sbpi1_divappr_q... no
checking for __gmpn_invert_limb... no
checking for __gmpn_rsblsh_n... no
checking for long to fit in mp_limb_t... yes
checking for getrusage... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mpfr.pc
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tune/Makefile
config.status: creating src/mparam.h
config.status: creating tools/bench/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Building mpfr-4.0.1.p0
make[4]: Entering directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src'
CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/bash 
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/missing 
aclocal-1.15 -I m4
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/missing:
 line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make[4]: *** [aclocal.m4] Error 127
make[4]: Leaving directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src'
********************************************************************************
Error building mpfr-4.0.1.p0
********************************************************************************

real    0m16.335s
user    0m8.137s
sys     0m7.819s
************************************************************************
Error installing package mpfr-4.0.1.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /scratch/user/kbari/sage-8.9/logs/pkgs/mpfr-4.0.1.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0 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 '/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0' && 
'/scratch/user/kbari/sage-8.9/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for mpfr-4.0.1.p0
Using cached file /scratch/user/kbari/sage-8.9/upstream/mpfr-4.0.1.tar.bz2
mpfr-4.0.1.p0
====================================================
Setting up build directory for mpfr-4.0.1.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux tlogin-0501.cluster 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 
UTC 2020 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/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-linker-build-id --with-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --disable-libgcj 
--with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install
 --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) 
****************************************************
Checking what CC and CFLAGS MPFR would use if they were empty...
Settings chosen by MPFR when configuring with CC and CFLAGS unset:
  CC:      gcc -std=gnu99
  CFLAGS:  -Wall -Wmissing-prototypes -Wpointer-arith -m64 -O2 
-march=corei7-avx -mtune=corei7-avx  -g
Settings required to properly build MPFR, taking into account SAGE_DEBUG etc.:
  CFLAGS:  
  LDFLAGS: -L/scratch/user/kbari/sage-8.9/local/lib 
-Wl,-rpath,/scratch/user/kbari/sage-8.9/local/lib 
  ABI:     
Settings from the "global" environment:
  CC:      gcc
  CFLAGS:  
  (CPPFLAGS, CXX and CXXFLAGS are listed below; these don't get modified.)
Using MPFR's settings (plus mandatory ones).
Finally using the following settings:
  CC=gcc
  CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -m64 -O2 -march=corei7-avx 
-mtune=corei7-avx  -g 
  CPP=
  CPPFLAGS=
  CXX=g++ -std=gnu++11
  CXXFLAGS=
  LDFLAGS=-L/scratch/user/kbari/sage-8.9/local/lib 
-Wl,-rpath,/scratch/user/kbari/sage-8.9/local/lib 
  ABI=
(These settings may still get overridden by 'configure' or Makefiles.)

Configuring MPFR with the following options:
  --prefix="/scratch/user/kbari/sage-8.9/local"
  --libdir="/scratch/user/kbari/sage-8.9/local/lib"
  --with-gmp="/scratch/user/kbari/sage-8.9/local"
  --disable-thread-safe
You can set MPFR_CONFIGURE to pass additional parameters.
Configuring mpfr-4.0.1.p0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
checking format of `double' floating point... IEEE little endian
checking for ICC... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking whether byte ordering is bigendian... no
checking for main in -lm... yes
checking for main in -lquadmath... yes
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for string.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/fpu.h usability... no
checking sys/fpu.h presence... no
checking for sys/fpu.h... no
checking for struct lconv.decimal_point... yes
checking for struct lconv.thousands_sep... yes
checking for working alloca.h... yes
checking for alloca... yes
checking how to copy va_list... va_copy
checking for memmove... yes
checking for memset... yes
checking for setlocale... yes
checking for strtol... yes
checking for gettimeofday... yes
checking for signal... yes
checking for sigaction and its associated structure... yes
checking for long long int... yes
checking for intmax_t... yes
checking for working INTMAX_MAX... yes
checking for working printf length modifier for intmax_t... j
checking for union fpc_csr... no
checking for _Noreturn... yes
checking for __builtin_unreachable... yes
checking for constructor and destructor attributes... yes
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for ISO C11 thread support... no
checking for fesetround... yes
checking for gcc float-conversion bug... no
checking for subnormal double-precision numbers... yes
checking for subnormal single-precision numbers... yes
checking for signed zeros... yes
checking if the FP division by 0 fails... no
checking if NAN == NAN... no
checking if charset has consecutive values... yes
checking for math/round... yes
checking for math/trunc... yes
checking for math/floor... yes
checking for math/ceil... yes
checking for math/nearbyint... yes
checking for _mulx_u64... no
checking for long double... yes
checking format of `long double' floating point... IEEE extended, little endian
checking if compiler knows _Decimal64... yes
checking decimal float format... BID
checking if compiler knows __float128 with C99 constants... yes
checking for Static Assertion support... yes
checking for library containing clock_gettime... none required
checking for gmp.h... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking for recent GMP... yes
checking usable gmp.h at link time... yes
checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... yes
checking for __gmpz_init in -lgmp... yes
checking if gmp.h version and libgmp version are the same... (6.0.0/6.0.0) yes
checking for GMP library vs header correctness... yes
checking for double-to-integer conversion bug... no
checking if gmp_printf supports "%jd"... yes
checking if gmp_printf supports "%hhd"... yes
checking if gmp_printf supports "%lld"... yes
checking if gmp_printf supports "%Lf"... yes
checking if gmp_printf supports "%td"... yes
checking for __gmpn_sbpi1_divappr_q... no
checking for __gmpn_invert_limb... no
checking for __gmpn_rsblsh_n... no
checking for long to fit in mp_limb_t... yes
checking for getrusage... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mpfr.pc
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tune/Makefile
config.status: creating src/mparam.h
config.status: creating tools/bench/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Building mpfr-4.0.1.p0
make[4]: Entering directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src'
Making all in doc
make[5]: Entering directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/doc'
make[6]: Entering directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src'
make[6]: Leaving directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/usr/bin/bash 
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/missing 
makeinfo --version) >/dev/null 2>&1; then \
  for f in mpfr.info mpfr.info-[0-9] mpfr.info-[0-9][0-9] mpfr.i[0-9] 
mpfr.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /usr/bin/bash 
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/missing 
makeinfo  --enable-encoding -I . \
 -o mpfr.info mpfr.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./mpfr.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/missing:
 line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
make[5]: *** [mpfr.info] Error 127
make[5]: Leaving directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src/doc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0/src'
********************************************************************************
Error building mpfr-4.0.1.p0
********************************************************************************

real    0m16.446s
user    0m8.194s
sys     0m7.652s
************************************************************************
Error installing package mpfr-4.0.1.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /scratch/user/kbari/sage-8.9/logs/pkgs/mpfr-4.0.1.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0 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 '/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0' && 
'/scratch/user/kbari/sage-8.9/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************

Reply via email to