#12347: make install broken in Sage 4.8
------------------------+---------------------------------------------------
   Reporter:  zimmerma  |          Owner:  GeorgSWeber
       Type:  defect    |         Status:  new        
   Priority:  major     |      Milestone:  sage-5.0   
  Component:  build     |       Keywords:             
Work_issues:            |       Upstream:  N/A        
   Reviewer:            |         Author:             
     Merged:            |   Dependencies:             
------------------------+---------------------------------------------------

Comment(by zimmerma):

 I tried your patch and got:
 {{{
 sed -i -e
 "s|^#SAGE_ROOT=/path/.*SAGE_ROOT=\"/usr/local/sage-4.8a/sage\"|;q"
 "/usr/local/sage-4.8a/sage/sage"
 sed: -e expression #1, char 62: unterminated `s' command
 make: *** [install] Error 1
 }}}
 Did you really test your patch?
 {{{
 [root@coing sage-4.8]# diff Makefile.orig Makefile
 152c152
 <       python local/bin/sage-hardcode_sage_root $(DESTDIR)/sage/sage
 "$(DESTDIR)"/sage
 ---
 >       sed -i -e
 "s|^#SAGE_ROOT=/path/.*$|SAGE_ROOT=\"$(DESTDIR)/sage\"|;q"
 "$(DESTDIR)/sage/sage"
 }}}
 Paul

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12347#comment:3>
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.

Reply via email to