#6532: Make R build with recommended packages
------------------------+---------------------------------------------------
Reporter: wdj | Owner: jason
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: packages | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by pjeremy):
At least on FreeBSD, r-2.10.1 is more broken than r-2.9.2. Neither
version correctly detects libiconv. The older version at least reports
that it's missing a required library during configuration and aborts. The
new version just continues on and compilation fails when it can't #include
iconv.h.
In addition, spkg-install still contains the following quoting errors:
{{{
CFLAGS="-I$SAGE_LOCAL/include -L$SAGE_LOCAL/lib/ "$CFLAGS; export CFLAGS
LDFLAGS="-L$SAGE_LOCAL/lib/ "$LDFLAGS; export LDFLAGS
}}}
which should be written as:
{{{
CFLAGS="-I$SAGE_LOCAL/include -L$SAGE_LOCAL/lib/ $CFLAGS"; export CFLAGS
LDFLAGS="-L$SAGE_LOCAL/lib/ $LDFLAGS"; export LDFLAGS
}}}
I'm not giving this a negative review as overall, it is no worse than it
was before.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6532#comment:8>
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.