This is what I try to do:
  wget ftp://ftp.fu-berlin.de/unix/misc/sage/src/sage-8.3.tar.gz
  tar -xzf sage-8.3.tar.gz
  cd sage-8.3
  ./bootstrap
  ./configure --prefix=./local/sage
  make

I get the following errors when it is installing the Sage packages:

.../sage/var/tmp/sage/build/mpfr-4.0.1/src/missing: line 81: automake-1.15: 
command not found
WARNING: 'automake-1.15' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' 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[5]: *** [Makefile.in] Error 127

...

.../sage/var/tmp/sage/build/patch-2.7.5/src/build-aux/missing: line 81: 
automake-1.14: command not found
WARNING: 'automake-1.14' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' 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]: *** [Makefile.in] Error 127

...

.../sage/var/tmp/sage/build/patch-2.7.5/src/build-aux/missing: line 81: 
aclocal-1.14: command not found
WARNING: 'aclocal-1.14' 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[2]: *** [aclocal.m4] Error 127


The system's automake version is 1.11.

I tried "autoreconf -ivf" instead of bootstrap but this doesn't change 
anything (basically the same thing).

I also tried installing automake 1.14 and 1.15 which results in similar 
messages by other packages related to a missing automake or aclocal version.

Any ideas?

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to