On 12/11/2015 01:39 PM, William Stein wrote:
Any thoughts?  How did other people report success?

That's a good question, and I don't have a good answer.

I downloaded from the MIT mirror and the guts of my script are below, $1 would be "6.10.rc0." The fix for #17875 may not be needed anymore, I haven't checked. I just re-did

~/sage-dev-images/sage-6.10.rc0$ make doc-html

with no preliminary cleaning or anything and it finished without error.

I do have  logs/pkgs/conway_polynomials-0.4.p0.log

And  upstream/conway_polynomials-0.4.tar.bz2

Anybody can poke around in:
https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/sage-6.10.rc0

I hope some of this helps.

Rob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Follow Trac #17875, notably upstream pull request
chmod og-rwx ~/.sage/.python-eggs

# unpack it
cd ${HOME}/sage-dev-images
tar -xvf /tmp/sage-$1.tar.gz
cd sage-$1

# parallel build with 2 core machine
export MAKE="make -j3"
export SAGE_PARALLEL_SPKG_BUILD="yes"
make ptestlong

--
You received this message because you are subscribed to the Google Groups 
"sage-release" 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-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to