#9896: upgrading from 4.5.3 to 4.6.alpha0 fails on OS X 10.6
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |       Owner:  GeorgSWeber
       Type:  defect      |      Status:  needs_info 
   Priority:  blocker     |   Milestone:  sage-4.6   
  Component:  build       |    Keywords:             
     Author:              |    Upstream:  N/A        
   Reviewer:              |      Merged:             
Work_issues:              |  
--------------------------+-------------------------------------------------

Comment(by jhpalmieri):

 I'm not sure where the 4.5.3 is coming from.  If I do {{{./sage
 -ipython}}}:
 {{{
 In [1]: import distutils.sysconfig

 In [2]: s=''.join([str(x) for x in
 distutils.sysconfig.get_config_vars().values()])

 In [3]: s.find('4.5')
 Out[3]: -1
 }}}
 So the string '4.5' is not in any value of any variable listed by
 {{{get_config_vars}}}.  (By inspection it wasn't in LDFLAGS.)  I'm
 assuming that running {{{./sage -ipython}}} sets all of the variables the
 same way as during the {{{./sage -b}}} process, but I suppose this could
 be wrong.

 So where does 4.5.3 come from?  Is there some file which stores it which
 needs to be rebuilt?  I notice that devel/sage/module_list.pyc is old and
 seems to refer to the absolute path, but rebuilding it didn't help.  Any
 other ideas?

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