On 22 Mai, 14:08, geep999 <peter.graham.gard...@googlemail.com> wrote: > Hi, > 1/ Trying to build Sage from source fails on Slackware 13.0 x86_64. > Linux 2.6.29.6 #3 SMP Mon Dec 7 15:01:06 CST 2009 x86_64 Intel(R) > Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux > gcc (GCC) 4.3.3. 4GB RAM. > I executed these commands: > cd /space/software/Source/sage/sage-4.4.2 > export MAKE="make -j4" > export DESTDIR="/space3/sage" > export SAGE_CHECK="no" > installwatch -o pgwatch.make.sage make > > I used DESTDIR as I have lots of space on that disk, but only about > 1.7Gb free on my default disk. > I use installwatch to monitor where everything is located in case of > crazy install problems. > > 2/ The relevant bit near the end of /space/software/Source/sage/ > sage-4.4.2/install.log is: > Creating directory /space/software/Source/sage/sage-4.4.2/local/share/ > man/man1 > /bin/ginstall -c -m 644 ./Misc/python.man \ > > /space3/sage/space/software/Source/sage/sage-4.4.2/local/share/man/ > man1/python.1 > make[2]: Leaving directory `/space/software/Source/sage/sage-4.4.2/ > spkg/build/python-2.6.4.p7/src' > Sleeping for three seconds before testing python > hashlib module failed to import > > real 2m31.823s > user 1m56.968s > sys 0m23.896s > sage: An error occurred while installing python-2.6.4.p7
Your disk won't be filled up in that time ;-) [Sorry, no immediate idea what went wrong.] > 3/ The on-screen error message was: > ./sage -docbuild all html 2>&1 | tee -a dochtml.log > python: can't open file '/space/software/Source/sage/sage-4.4.2/devel/ > sage/doc/common/builder.py': [Errno 2] No such file or directory Forget that (last) message, unfortunately (IMHO) target 'all' depends on 'build' and 'doc', i.e. the doc build is attempted even if the build failed (and *will* fail), so for build tests do "make build". -Leif -- 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