#8567: Specify the location of iconv for 'gd'
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
Replying to [comment:19 drkirkby]:
> Another way to solve the fallout from updating R, will probably be to
add
>
{{{
if [ "x$UNAME" != xSunOS ] && [ "x$UNAME" != xCYGWIN ] then ;
exit 0
fi
}}}
>
> to the top of the *iconv* spkg-install file.
Informally (that is, I threw together a quick spkg), this works on at
least one of the linux boxes I had troubles with before, and it also works
on sage.math. I haven't tested it on Solaris, and I probably won't have
time to; I don't have access to a Windows/Cygwin machine. I would suggest
that the spkg-install file actually say
{{{
if [ "x$UNAME" != xSunOS ] && [ "x$UNAME" != xCYGWIN ] ; then
echo "Not installing iconv -- on systems other than Solaris and Cygwin,
use the system's iconv"
exit 0
fi
}}}
Or something like that -- I'm not sure exactly what the message should
say.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8567#comment:26>
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.