#9343: Upgrade PARI to svn snapshot 12577 - a pre-release of PARI 2.4.3.
-----------------------------+----------------------------------------------
Reporter: was | Owner: jdemeyer
Type: enhancement | Status: closed
Priority: blocker | Milestone: sage-4.6
Component: packages | Resolution: fixed
Keywords: | Author: Robert Bradshaw, John Cremona,
Jeroen Demeyer, William Stein, David Kirkby
Upstream: N/A | Reviewer: Robert Bradshaw, John Cremona,
Jeroen Demeyer, William Stein, David Kirkby, François Bissey, Leif Leonhardy
Merged: sage-4.6.alpha0 | Work_issues:
-----------------------------+----------------------------------------------
Comment(by drkirkby):
Replying to [comment:392 leif]:
> Replying to [comment:302 jdemeyer]:
> > I found out what prevents PARI/GP from compiling on Solaris. The
problem is that {{{/bin/sh}}} from Solaris doesn't know about {{{test -e
<filename>}}}.
>
> It should, since {{{test -e ...}}} is POSIX (2004).
>
> Dave, what shell is {{{/bin/sh}}} there?
{{{/bin/sh}}} is a borne shell, but it is '''not''' POSIX compatible,
since to make it POSIX compatible would break backwards compatibility in
Solaris.
There are however other shells, such as {{{/usr/xpg4/bin/sh}}} which are
POSIX compatible. Hence there is a need to work around the Solaris shell
{{{/bin/sh}}}, and do not assume that it is POSIX compatible, since it is
not.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9343#comment:393>
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.