#9201: Add missing R modules and make `spkg-check` pass on Solaris
-----------------------+----------------------------------------------------
Reporter: mpatel | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone:
Component: solaris | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------+----------------------------------------------------
Comment(by kcrisman):
Thanks, John. Looks like the problems are quite similar still.
Here is one example of something bad, pretty much identical to in the
ticket description.
{{{
Loading required package: Matrix
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/home/palmieri/mark2/sage-4.7.1.rc1/spkg/r-2.10.1.p4/src/library/Matrix/libs/Matrix.so':
ld.so.1: R: fatal: libgcc_s.so.1: open failed: No such file or directory
Error : require(Matrix, save = FALSE) is not TRUE
ERROR: installing package indices failed
* removing
'/home/palmieri/mark2/sage-4.7.1.rc1/spkg/r-2.10.1.p4/src/library/Matrix'
}}}
John, I assume that libgcc_s.so.1 exists and everything is like David said
in [comment:3 comment 3]?
If changing the various paths doesn't help, I don't know what would. My
guess is that something in the spkg's install is causing us to not find
those for some reason, perhaps something to do with the fixes at #8274. I
was hoping I could help more :(
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9201#comment:15>
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.