Changes between Initial Version and Version 1 of Ticket #29223
- Timestamp:
- Apr 21, 2011, 5:42:27 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29223 – Description
initial v1 6 6 one day. I think I did a control+c to cancel it sometime in the middle. 7 7 Next day, I did 8 {{{ 8 9 $ sudo port install mplayer 10 }}} 9 11 again. 10 12 … … 12 14 With the first one, the m4 install was interrupted. 13 15 Now, 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 }}} 15 19 16 20 then attempting to build from: … … 18 22 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_m4/work/m4-1.4.16 19 23 24 {{{ 20 25 $ ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_m4/work/ 21 26 .CC_PRINT_OPTIONS .macports.m4.state m4-1.4.15/ 27 }}} 22 28 23 29 So 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.