Changes between Initial Version and Version 8 of Ticket #4360


Ignore:
Timestamp:
Mar 24, 2016, 2:11:26 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4360

    • Property Status changed from new to closed
    • Property Cc markd@… added
    • Property Summary changed from iTerm install failed--error copying during destroot to BUG: iTerm 0.8.1_0 install failed--error copying during destroot
    • Property Resolution changed from to fixed
    • Property Port iTerm added
    • Property Blocked changed from to 6330
  • Ticket #4360 – Description

    initial v8  
    11I tried to install iTerm using:
     2{{{
    23%: sudo port install -dv iTerm
     4}}}
    35
    46It failed, with this error (see log file for more):
    5 Error: Target com.apple.destroot returned: error copying "/opt/local/var/db/dports/build/
    6 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_iTerm/
    7 work/iTerm/build/iTerm.app": no such file or directory
     7{{{
     8Error: Target com.apple.destroot returned: error copying "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_iTerm/work/iTerm/build/iTerm.app": no such file or directory
     9}}}
    810
    911I found iTerm.app in .../build/Default/, and edited the Portfile accorrdingly. Below is the contents of
    1012Portfile.diff (created according to instructions in docs):
    1113
     14{{{
    1215--- Portfile    2005-04-08 17:38:38.000000000 -0400
    1316+++ Portfile.1  2005-08-09 15:24:51.000000000 -0400
     
    2023                ${destroot}/Applications/DarwinPorts/${name}.app
    2124 }
     25}}}