Hello, I had the same problem with 6.7.beta5. Because of the line > ./bootstrap: line 29: aclocal: command not found I then did sudo apt-get install autoconf Afterwards, I could build successfully.
But at the same time, I had network connectivity problems, so I am not sure what resolved the issues. (it was a machine where I had previously built 6.7.beta4 and 6.7.beta3, but there are few system wide packages installed as it is a pretty fresh install and nobody yet cared about what to install). Regards, CH On 2015-05-15 09:30, david.coud...@inria.fr wrote: > Hello, > > When I try to access http://www.sagemath.org/packages/upstream/ I get error > 404 > Furthermore, as soon as you are on that error page, the root dir is changed to > http://www.sagemath.org/packages/upstream/ > > One side effect is that we are currently unable to download > http://www.sagemath.org/packages/upstream/configure/configure-84.tar.gz > and so to make a fresh install. > > Do you know how to solve this issue? > > Thanks, > David. > > > 19:36:47 michele@Lena:~/Programmi$ git clone > git://github.com/sagemath/sage.git > Cloning into 'sage'... > remote: Counting objects: 303086, done. > remote: Total 303086 (delta 0), reused 0 (delta 0), pack-reused 303086 > Receiving objects: 100% (303086/303086), 94.04 MiB | 304.00 KiB/s, > done. > Resolving deltas: 100% (219932/219932), done. > Checking connectivity... done. > 19:45:00 michele@Lena:~/Programmi$ cd sage > 19:45:09 michele@Lena:~/Programmi/sage$ git branch > * master > 19:45:11 michele@Lena:~/Programmi/sage$ make > mkdir -p logs > ./bootstrap -d > make[1]: Entering directory '/home/michele/Programmi/sage' > rm -rf config configure build/Makefile-auto.in > make[1]: Leaving directory '/home/michele/Programmi/sage' > ./bootstrap: line 29: aclocal: command not found > Bootstrap failed, downloading required files instead. > find: `/home/michele/Programmi/sage/local/var/lib/sage/installed': No > such file or directory > http://www.sagemath.org/packages/upstream/configure/configure-84.tar.gz: > 2015-05-14 19:45:15 ERROR 404: Not Found. > Error: downloading configure-84.tar.gz failed > Makefile:164: recipe for target 'configure' failed > make: *** [configure] Error 1 > 19:45:15 michele@Lena:~/Programmi/sage$ make distclean && make > Deleting package build directories... > rm -rf local/var/tmp/sage/build > cd src/doc && make clean > make[1]: Entering directory '/home/michele/Programmi/sage/src/doc' > Deleting generated docs... > rm -rf en/reference/*/sage > rm -rf en/reference/*/sagenb > rm -rf en/reference/sage > rm -rf en/reference/sagenb > rm -rf output > make[1]: Leaving directory '/home/michele/Programmi/sage/src/doc' > cd src && make clean > make[1]: Entering directory '/home/michele/Programmi/sage/src' > Deleting Sage library build artifacts... > rm -f c_lib/.sconsign.dblite > find c_lib -name '*.os' | xargs rm -f > find c_lib -name '*.so' | xargs rm -f > find c_lib -name '*.dylib' | xargs rm -f > rm -rf build > find . -name '*.pyc' | xargs rm -f > make[1]: Leaving directory '/home/michele/Programmi/sage/src' > Deleting miscellaneous artifacts generated by build system ... > rm -rf logs > rm -rf dist > rm -rf tmp > rm -f aclocal.m4 config.log config.status confcache > rm -rf autom4te.cache > rm -f build/Makefile build/Makefile-auto > rm -f .BUILDSTART > Deleting all remaining output from build system ... > rm -rf local > mkdir -p logs > ./bootstrap -d > make[1]: Entering directory '/home/michele/Programmi/sage' > rm -rf config configure build/Makefile-auto.in > make[1]: Leaving directory '/home/michele/Programmi/sage' > ./bootstrap: line 29: aclocal: command not found > Bootstrap failed, downloading required files instead. > find: `/home/michele/Programmi/sage/local/var/lib/sage/installed': No > such file or directory > http://www.sagemath.org/packages/upstream/configure/configure-84.tar.gz: > 2015-05-14 19:47:26 ERROR 404: Not Found. > Error: downloading configure-84.tar.gz failed > Makefile:164: recipe for target 'configure' failed > make: *** [configure] Error 1 > > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email > to sage-devel+unsubscr...@googlegroups.com > <mailto:sage-devel+unsubscr...@googlegroups.com>. > To post to this group, send email to sage-devel@googlegroups.com > <mailto:sage-devel@googlegroups.com>. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- Univ.-Prof. Dr. Clemens Heuberger Alpen-Adria-Universität Klagenfurt Institut für Mathematik, Universitätsstraße 65-67, 9020 Klagenfurt, Austria Tel: +43 463 2700 3121 Fax: +43 463 2700 99 3121 clemens.heuber...@aau.at http://wwwu.aau.at/cheuberg -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.