#11605: Typos in PARI's spkg-install (2.4.3.alpha.p5)
------------------------+---------------------------------------------------
Reporter: leif | Owner: tbd
Type: defect | Status: new
Priority: critical | Milestone: sage-4.7.1
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Someone should have noticed this:
{{{
./spkg-install: line 185: [: missing `]'
Installing PARI/GP...
}}}
Here's the culprit:
{{{
#!sh
build()
{
...
$MAKE $PARI_MAKEFLAGS gp
if [ $? -ne 0]; then
echo >&2 "Error: building PARI/GP failed."
fi
}
}}}
Note that also an `exit 1`(!) is missing there.
(Two patches apply with fuzz 2 btw.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11605>
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.