#10187: Update ecl and maxima
-------------------------------------------------------------------------------+
   Reporter:  vbraun                                                           
|       Owner:  tbd                                     
       Type:  defect                                                           
|      Status:  needs_work                              
   Priority:  major                                                            
|   Milestone:  sage-4.6.1                              
  Component:  packages                                                         
|    Keywords:                                          
     Author:  Volker Braun, David Kirkby                                       
|    Upstream:  Workaround found; Bug reported upstream.
   Reviewer:  Karl-Dieter Crisman, David Kirkby, Volker Braun, Leif Leonhardy  
|      Merged:                                          
Work_issues:                                                                   
|  
-------------------------------------------------------------------------------+

Comment(by drkirkby):

 Replying to [comment:106 leif]:
 > Dave, how does changing
 > {{{
 > #!sh
 > FOO="$with_spaces/foo/bar"
 > }}}
 > to
 > {{{
 > #!sh
 > FOO="${with_spaces}/foo/bar"
 > }}}
 > solve the problem with spaces?
 >

 What's wrong with it?

 {{{
 drkir...@laptop:~$ cat tt
 #!/bin/sh
 SAGE_LOCAL="/this path has/some spaces in/it"
 FULL_PATH="${SAGE_LOCAL}/local/lib"
 echo "$FULL_PATH"

 drkir...@laptop:~$ ./tt
 /this path has/some spaces in/it/local/lib
 }}}

 As far as I can tell, that basically shows that what we have will permit
 spaces. If not, please explain why and provide an alternative.

 > `SPKG.txt` contains some unterminated sentence (''"Added -with-gmp-
 prefix="$SAGE_LOCAL" --with-system-gmp=yes --enable-boehm=system to the
 line invoking the configure script. These..."'' ?)

 I was finishing that at about 3 AM local time. I'll sort out that minor
 issue, and any others you can see, once we agree how to handle the spaces
 in the path

 Dave

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