#17169: Upgrade to GCC 4.8.3
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  86b8ba086e3917e90a31457507eac6fc5b9c23f4
  u/vbraun/upgrade_to_gcc_4_8_3      |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 What happens is that GCC builds stage 2 with debug symbols, stage 3
 without debug symbols. Then GCC checks that the code is identical using
 some tools from binutils. This checks are indeed broken on some systems.

 The line in `spkg-install`
 {{{
 # Disable bootstrap-debug, since it doesn't work on an OS X 10.4 PPC
 # machine, nor on some Solaris machine. bootstrap-debug only does
 # additional checks during the build, so it is safe not to use it.
 MAKE="$MAKE BUILD_CONFIG="
 }}}
 is supposed to disable that, but apparently this disabling no longer
 works.

--
Ticket URL: <http://trac.sagemath.org/ticket/17169#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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to