#11706: tachyon-0.98.9.p3 fails to build on ppc64 SUSE Linux power 7 (silius on
skynet)
-----------------------+----------------------------------------------------
Reporter: was | Owner: drkirkby
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.2
Component: porting | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------+----------------------------------------------------
Comment(by leif):
P.S., for the record:
This:
{{{
#!sh
...
cp compile/*/tachyon "$SAGE_LOCAL/bin"
exit 0
}}}
should also be
{{{
#!sh
...
cp compile/*/tachyon "$SAGE_LOCAL/bin"
exit $?
}}}
An appropriate error message in case `cp` failed would be better. The exit
codes of other `cp` commands aren't checked either.
(This has been in before of course.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11706#comment:4>
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.