#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):
Replying to [comment:9 leif]:
> Replying to [comment:2 mpatel]:
> > The four builds are [http://sage.math.washington.edu/home/mpatel/stmp/
here].
>
> Did you compare the build trees?
>
Yes. As far as I can tell, the non-binary differences are simple path
differences. For example, the output of
{{{
#!sh
diff -purN sage-4.5.alpha4-j20-env sage-4.5.alpha4-j20 2>&1 | grep -v
"Binary files"
}}}
includes
{{{
#!diff
--- sage-4.5.alpha4-j20-env/local/bin/maxima 2010-07-08
02:40:13.000000000 -0700
+++ sage-4.5.alpha4-j20/local/bin/maxima 2010-07-08
01:11:55.000000000 -0700
@@ -9,10 +9,10 @@ setup_vars() {
if [ -z "$MAXIMA_VERSION" ]; then
MAXIMA_VERSION=5.20.1
fi
- prefix=`unixize
"/mnt/usb1/scratch/mpatel/tmp/sage-4.5.alpha4-j20-env/local"`
+ prefix=`unixize "/home/mpatel/scratch/tmp/sage-4.5.alpha4-j20/local"`
exec_prefix=`unixize "${prefix}"`
PACKAGE=maxima
- top_srcdir=`unixize
"/mnt/usb1/scratch/mpatel/tmp/sage-4.5.alpha4-j20-env/spkg/build/maxima-5.20.1.p1/src"`
+ top_srcdir=`unixize
"/home/mpatel/scratch/tmp/sage-4.5.alpha4-j20/spkg/build/maxima-5.20.1.p1/src"`
libdir=`unixize "${exec_prefix}/lib"`
if [ -n "$MAXIMA_LAYOUT_AUTOTOOLS" ]; then
layout_autotools="$MAXIMA_LAYOUT_AUTOTOOLS"
}}}
Note: `/home/mpatel/scratch` is a symbolic link to `/scratch/mpatel`,
which expands to `/mnt/usb1/scratch/mpatel/`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9460#comment:11>
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.