Changes between Initial Version and Version 1 of Ticket #30479


Ignore:
Timestamp:
Jul 30, 2011, 11:57:44 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the entire main.log and/or report this bug to the developers of gcc as the error message stated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30479

    • Property Owner changed from macports-tickets@… to mww@…
  • Ticket #30479 – Description

    initial v1  
    11This fails on fully patched (including xcode) 10.6 on an i7 4 core MBP, default installation of MacPorts:
    22
    3 {{{sudo port install -d gcc45}}}
     3{{{
     4sudo port install -d gcc45
     5}}}
    46
    57The only irregularity I'm aware of is commenting out the LLVM check in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gmp
     
    810looking at logs, it seems to fall over here:
    911
    10 {{{/usr/bin/make -j5 -w bootstrap}}}
     12{{{
     13/usr/bin/make -j5 -w bootstrap
     14}}}
    1115
    1216here's where it seems to realise it's gone wrong:
    1317
    14 ''checking whether the GNU Fortran compiler is working... no
    15 783 configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching /opt/local/var/macports    /build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc45/gcc45/work/build/x86_64-apple-darwin10/    libgfortran/config.log''
     18{{{
     19checking whether the GNU Fortran compiler is working... no
     20783 configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching /opt/local/var/macports    /build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc45/gcc45/work/build/x86_64-apple-darwin10/    libgfortran/config.log
     21}}}