Changes between Initial Version and Version 1 of Ticket #33442


Ignore:
Timestamp:
Mar 2, 2012, 2:52:50 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33442

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port f2c added
  • Ticket #33442 – Description

    initial v1  
    33The relevant part of the log is below
    44
    5 
    6 ...[[BR]]
    7 
    8 ...[[BR]]
    9 
     5{{{
     6...
     7...
    108:debug:build Assembled 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="/usr/bin/clang -arch x86_64" CFLAGS="-O2"'
    11 
    129:debug:build Executing command line:  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="/usr/bin/clang -arch x86_64" CFLAGS="-O2"
    13 
    1410:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816'
    15 
    1611:info:build /usr/bin/clang -arch x86_64 -O2 -o xsum xsum.c
    17 
    1812:info:build make: *** No rule to make target `README', needed by `xsum.out'.  Stop.
    1913...
    2014...
    21 [[BR]]
    22 [[BR]]
     15}}}
    2316
    24 With reference to the above log, this allows to go on and install f2c after the first install fails:[[BR]]
     17With reference to the above log, this allows to go on and install f2c after the first install fails:
    2518
    26 
    27 cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816[[BR]]
    28 
    29 sudo ln -s readme README[[BR]]
    30 
     19{{{
     20cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816
     21sudo ln -s readme README
    3122sudo port install f2c
    32 
     23}}}