[sage-devel] Re: Building Sage from source fails on Slackware 13.0 x86_64

2010-05-24 Thread geep999
On May 23, 5:22 pm, leif wrote: > > If you find the time, you could try running "./sage -testall", "./sage > -testall -long" or e.g. "make testlong"/"make ptestlong" (the latter > runs tests in parallel). > (The "standard" tests shouldn't take much more than an hour, with > "long" tests enabled, p

[sage-devel] Re: Building Sage from source fails on Slackware 13.0 x86_64

2010-05-23 Thread geep999
Mea culpa. I hadn't got into the Sage way of doing things and didn't realize that the build would be alongside the Sage source tree created from sage-4.4.2.tar. Maybe README.txt should mention this. Or it's somewhere and I haven't noticed it. For some reason I thought it was going to build under $

[sage-devel] Re: Building Sage from source fails on Slackware 13.0 x86_64

2010-05-23 Thread geep999
On May 23, 12:50 am, Robert Bradshaw wrote: > That's almost certainly testing your system Python. > > Try the above using the python inside $SAGE_ROOT/local/bin and see if   > it gives anything different. The interesting part will be the   > traceback it gives (or not). > > - Robert > It was usin

[sage-devel] Re: Building Sage from source fails on Slackware 13.0 x86_64

2010-05-22 Thread geep999
On May 22, 11:27 pm, Robert Bradshaw wrote: > > This is sounding a lot like the issues we had on OpenSolaris (that   > were never completely/correctly resolved, specifically hashlib is   > blamed when unrelated stuff goes wront). Could you run > >      SAGE_ROOT/local/bin/python -c "import hashlib

[sage-devel] Re: Building Sage from source fails on Slackware 13.0 x86_64

2010-05-22 Thread geep999
On May 22, 10:22 pm, William Stein wrote: > Try installing the Sage optional openssl spkg, then continuing your build: > > ./sage -f openssl-0.9.8d.p1.spkg; make > > William > Tried it. Seemed to install OK - /space/software/Source/sage/ sage-4.4.2/spkg/installed/openssl-0.9.8d.p1 - appeared con

[sage-devel] Re: Building Sage from source fails on Slackware 13.0 x86_64

2010-05-22 Thread geep999
On May 22, 2:17 pm, "Nathan O'Treally" wrote: > Oops, try building without "-j4" (i.e., sequential) > > -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 option

[sage-devel] Building Sage from source fails on Slackware 13.0 x86_64

2010-05-22 Thread geep999
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 M