can you do "make" ? (perhaps it will produce a state in which "make distclean" will work...)
On Sunday, April 3, 2016 at 5:44:30 PM UTC+1, Vivien R wrote: > > Hi, > > I want to obtain the latest development version of Sage. I pulled with git > the newest changes from trac ( I already had a compiled Sage installation, > but it was one year old). Now trying "make distclean" raises an error: > > $ make distclean > make -j4 -l5.5 build/make/Makefile > make[1]: entrant dans le répertoire « /home/vivien/sage-git » > ./bootstrap -d > make[2]: entrant dans le répertoire « /home/vivien/sage-git » > rm -rf config configure build/make/Makefile-auto.in > make[2]: quittant le répertoire « /home/vivien/sage-git » > ./bootstrap: ligne 29: aclocal : commande introuvable > Bootstrap failed, downloading required files instead. > Attempting to download package configure-156.tar.gz from mirrors > Downloading the Sage mirror list > ************************************************************************ > Traceback (most recent call last): > [...] > > ImportError: /home/vivien/sage-git/local/lib/python2.7/lib-dynload/_io.so: > undefined symbol: _PyLong_AsInt > ************************************************************************ > Error downloading configure-156.tar.gz > ************************************************************************ > Error: downloading configure-156.tar.gz failed > make[1]: *** [configure] Erreur 1 > make[1]: quittant le répertoire « /home/vivien/sage-git » > make: *** [build-clean] Erreur 2 > > > I googled the error message concerning "aclocal" and found out that a > similar issue was raised 2 years ago (see > https://groups.google.com/forum/#!msg/sage-release/K3gjrAkoyOY/KGvkIGXc1GEJ > and > http://sage-devel.narkive.com/IhJijX8H/problem-with-configure-23-on-6-2-rc0 > ; > see also the ticket http://trac.sagemath.org/ticket/18414 > which may be relevant). > > But I did not understand how to solve the issue. Any help would be welcome! > > Thanks! > -- > Vivien > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
