Changes between Initial Version and Version 1 of Ticket #40998


Ignore:
Timestamp:
Oct 27, 2013, 8:16:56 PM (11 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers libgcc).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40998

    • Property Cc jeremyhu@… added
    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port @4.8.1 removed
    • Property Keywords Mavericks libgcc pointer_t removed
  • Ticket #40998 – Description

    initial v1  
    1 Macports' Mavericks 2.2.1 package has been removed and reinstalled several times.   Xcode license has been accepted several times.   xcode-select --install has been installed.  I've also done the normal selfupdate step.  From what I've seen I've covered most of what other people who have reported simpler problems with libgcc and gcc4x compile errors have done.  From what I can see, this does not resemble the error in 40857 or 40810, for example.
     1Macports' Mavericks 2.2.1 package has been removed and reinstalled several times.   Xcode license has been accepted several times.   xcode-select --install has been installed.  I've also done the normal selfupdate step.  From what I've seen I've covered most of what other people who have reported simpler problems with libgcc and gcc4x compile errors have done.  From what I can see, this does not resemble the error in #40857 or #40810, for example.
    22
    33Attempts to install GCC 4.8 and 4.7 have been blocked by the same error each time with the following error in the libgcc build.   (each attempt has been preceded by a clean of gcc48/gcc47 and libgcc)
     
    77Note that fortran is a critical requirement for me.  I should not disable this.  Additionally installing gcc48 on macports a month ago met with no error. 
    88
     9{{{
    910/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/libgcc/work/gcc-4.8.1/gcc/fortran/module.c:110:1: error: conflicting declaration 'typedef enum pointer_t pointer_t'
    1011 pointer_t;
     
    1920                          ^
    2021make[3]: *** [fortran/module.o] Error 1
     22}}}