#9460: Many Maxima-related doctest failures on sage.math
-----------------------+----------------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.5
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by mpatel):
Could the problem be building Sage from a script? I get the failures if I
build 4.5.alpha4 with
{{{
#!sh
#!/bin/bash
X=20
export MAKE="make -j$X"
VER=4.5.alpha4
unset SAGE_CHECK SAGE_PARALLEL_SPKG_BUILD
#export SAGE_CHECK="check"
export SAGE_PARALLEL_SPKG_BUILD="yes"
TAG="-j$X"
[ ! -z "$SAGE_PARALLEL_SPKG_BUILD" ] && TAG="$TAG-par"
[ ! -z "$SAGE_CHECK" ] && TAG="$TAG-chk"
cd $HOME/scratch/tmp
OLDDIR="sage-$VER"
NEWDIR="$OLDDIR$TAG"
rm -rf $OLDDIR $NEWDIR
tar xvf /home/release/sage-$VER/sage-$VER.tar
mv $OLDDIR $NEWDIR
cd $NEWDIR
nice -n 19 time make build
}}}
but ''not'' if I build with
{{{
#!sh
$ nohup nice -n 19 env MAKE="make -j20" SAGE_PARALLEL_SPKG_BUILD="yes"
make build &
}}}
The same happens even if I ''do not'' build with
`SAGE_PARALLEL_SPKG_BUILD="yes"`. The four builds are
[http://sage.math.washington.edu/home/mpatel/stmp/ here].
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9460#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.