Changes between Initial Version and Version 1 of Ticket #33475


Ignore:
Timestamp:
Mar 5, 2012, 5:07:05 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

As the error message says, you should submit a bug report to the developers of GCC (not to MacPorts).

Note that we also have a port gcc47 for the next version of GCC already in development; you could try that and see if this is a problem that has already been fixed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33475

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port 4.6.3 removed
  • Ticket #33475 – Description

    initial v1  
    11Building mess 0.145 (www.mess.org) with gcc 4.6.3 fails. System PowerPC G4 on OS X 10.5.8 and MacPorts 2.0.4. Apple gcc 4.2.1 does well.
    22
     3{{{
    34make VERBOSE=1 NOWERROR=1
    45
     
    1415
    1516src/osd/sdl/debugosx.m: In function 'void* operator new(std::size_t, const char*, int)':
    16 '''src/osd/sdl/debugosx.m:2340:1: internal compiler error: in objc_eh_runtime_type, at objc/objc-next-runtime-abi-01.c:2824'''
     17src/osd/sdl/debugosx.m:2340:1: internal compiler error: in objc_eh_runtime_type, at objc/objc-next-runtime-abi-01.c:2824
    1718
    1819Please submit a full bug report,
     
    2021See <http://gcc.gnu.org/bugs.html> for instructions.
    2122make: *** [obj/sdl/osd/sdl/debugosx.o] Error 1
     23}}}