Changes between Initial Version and Version 1 of Ticket #29223


Ignore:
Timestamp:
Apr 21, 2011, 5:42:27 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29223 – Description

    initial v1  
    66one day.  I think I did a control+c to cancel it sometime in the middle.
    77Next day, I did
     8{{{
    89$ sudo port install mplayer
     10}}}
    911again.
    1012
     
    1214With the first one, the m4 install was interrupted.
    1315Now, however, you can see from the gist that it was saying
    14 ":debug:main Skipping completed org.macports.fetch (m4)"
     16{{{
     17:debug:main Skipping completed org.macports.fetch (m4)
     18}}}
    1519
    1620then attempting to build from:
     
    1822/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_m4/work/m4-1.4.16
    1923
     24{{{
    2025$ ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_m4/work/
    2126.CC_PRINT_OPTIONS   .macports.m4.state  m4-1.4.15/ 
     27}}}
    2228
    2329So basically it appears to be skipping the fetch phase because 1.4.15 had already been fetched (and unpacked), then trying to go ahead and build 1.4.16, which of course fails.