Changes between Initial Version and Version 1 of Ticket #32804, comment 7


Ignore:
Timestamp:
Sep 1, 2020, 8:19:51 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32804, comment 7

    initial v1  
    33The full log with the default compiler is given below. The same failure occurs using llvm-gcc-4.2 or apple-gcc42 (I added just the two error messages at the bottom, but can add the full log if needed):
    44
     5{{{
    56Last login: Mon Jan 23 09:25:44 on ttys004
    67im06:~$ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/main.log
     
    127128:notice:build Log for f2c is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/main.log
    128129im06:~
    129 
     130}}}
    130131
    131132I tried also
    132133
     134{{{
    133135sudo port clean f2c
    134136sudo port install f2c configure.compiler=llvm-gcc-4.2
     137}}}
    135138
    136139and in the log the error is again similar
    137140
     141{{{
    138142...
    139143:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816" && /usr/bin/make -j8 -w all -f makefile.u CC="/Developer/usr/bin/llvm-gcc-4.2 -arch x86_64" CFLAGS="-O2" " returned error 2
     144}}}
    140145
    141146Then tried
    142147
     148{{{
    143149sudo port clean f2c
    144150sudo port install apple-gcc42
    145151sudo port install f2c configure.compiler=apple-gcc-4.2 configure.cxx=g++-apple-4.2
     152}}}
    146153
    147154obtaining
    148155
     156{{{
    149157...
    150158:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816" && /usr/bin/make -j8 -w all -f makefile.u CC="/opt/local/bin/gcc-apple-4.2 -arch x86_64" CFLAGS="-O2" " returned error 2
    151159...
    152160...
    153 
    154 
     161}}}