#10436: #10303 gives problems with sage -ba-force
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.6.1
Component: build | Keywords: SAGE64
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
I think running sage-check-64 earlier in sage-build would fix it (if we
keep #10303). Something like this patch:
{{{
#!diff
diff -r 3d7bb3a7774e sage-build
--- a/sage-build
+++ b/sage-build
@@ -82,6 +82,13 @@ if [ ! -d "$SAGE_ROOT/devel/sage" ]; the
exit 1
fi
+# Check whether this seems to a 64-bit build:
+source "$SAGE_LOCAL"/bin/sage-check-64
+
+if [ $? -ne 0 ]; then
+ exit 1
+fi
+
if [ $DO_BUILD_ALL = 1 ]; then
CUR=`pwd`
cd "$SAGE_ROOT/devel/sage/sage"
@@ -98,11 +105,4 @@ if [ $DO_BUILD_ALL = 1 ]; then
cd "$CUR"
fi
-# Check whether this seems to a 64-bit build:
-source "$SAGE_LOCAL"/bin/sage-check-64
-
-if [ $? -ne 0 ]; then
- exit 1
-fi
-
build "sage"
}}}
But it's the end of the quarter here, I have final exams to prepare, etc.,
so I don't have any more time to work on this now.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10436#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.