Changes between Initial Version and Version 1 of Ticket #32804, comment 7
- Timestamp:
- Sep 1, 2020, 8:19:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32804, comment 7
initial v1 3 3 The 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): 4 4 5 {{{ 5 6 Last login: Mon Jan 23 09:25:44 on ttys004 6 7 im06:~$ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/main.log … … 127 128 :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 128 129 im06:~ 129 130 }}} 130 131 131 132 I tried also 132 133 134 {{{ 133 135 sudo port clean f2c 134 136 sudo port install f2c configure.compiler=llvm-gcc-4.2 137 }}} 135 138 136 139 and in the log the error is again similar 137 140 141 {{{ 138 142 ... 139 143 :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 }}} 140 145 141 146 Then tried 142 147 148 {{{ 143 149 sudo port clean f2c 144 150 sudo port install apple-gcc42 145 151 sudo port install f2c configure.compiler=apple-gcc-4.2 configure.cxx=g++-apple-4.2 152 }}} 146 153 147 154 obtaining 148 155 156 {{{ 149 157 ... 150 158 :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 151 159 ... 152 160 ... 153 154 161 }}}