#14042: Failure in "R --version" test in sage/misc/interpreter.py
----------------------------+-----------------------------------------------
       Reporter:  jdemeyer  |         Owner:  jason   
           Type:  defect    |        Status:  new     
       Priority:  blocker   |     Milestone:  sage-5.7
      Component:  misc      |    Resolution:          
       Keywords:            |   Work issues:          
Report Upstream:  N/A       |     Reviewers:          
        Authors:            |     Merged in:          
   Dependencies:            |      Stopgaps:          
----------------------------+-----------------------------------------------

Comment (by jhpalmieri):

 I think that this is a combination of a bad use of split and Sage not
 relocating correctly. On my OS X 10.8.2 box, I see
 {{{
 sage -t  "devel/sage/sage/misc/interpreter.py"
 dyld: Library not loaded:
 
/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-5.7.beta1/local/lib/libgomp.1.dylib
   Referenced from:
 
/Users/palmieri/Desktop/Sage_stuff/sage_builds/sage-5.7.beta1/local/lib/R//bin/exec/R
   Reason: image not found
 }}}
 But notice that the referenced library is supposed to be in
 `sage_builds/clean/...` while Sage has actually been moved to
 `sage_builds/...`.

 So: the use of split should be fixed here. The rest of this is perhaps
 covered by #9668.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14042#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to