#4360 closed defect (fixed)
BUG: iTerm 0.8.1_0 install failed--error copying during destroot
Reported by: | cthe24@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | markd@… | |
Port: | iTerm |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I tried to install iTerm using:
%: sudo port install -dv iTerm
It failed, with this error (see log file for more):
Error: 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
I found iTerm.app in .../build/Default/, and edited the Portfile accorrdingly. Below is the contents of Portfile.diff (created according to instructions in docs):
--- Portfile 2005-04-08 17:38:38.000000000 -0400 +++ Portfile.1 2005-08-09 15:24:51.000000000 -0400 @@ -29,6 +29,6 @@ destroot { xinstall -d -m 755 ${destroot}/Applications/DarwinPorts - file copy ${build.dir}/build/${name}.app \ + file copy ${build.dir}/build/Default/${name}.app \ ${destroot}/Applications/DarwinPorts/${name}.app }
Attachments (1)
Change History (9)
Changed 19 years ago by cthe24@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 19 years ago by cthe24@…
Summary: | iTerm install failed--error copying during destroot → BUG: iTerm 0.8.1_0 install failed--error copying during destroot |
---|
comment:3 Changed 19 years ago by joe@…
(In reply to comment #2)
Looks like this same bug reappears in 0.8.2...
Edit: 0.8.2 doesn't exist (my mistake), but this bug still does.. I guess this diff file hasn't been committed yet.
comment:4 Changed 19 years ago by bfulgham@…
See also bug #6330, which has a more "complete" patch for this problem.
comment:5 Changed 19 years ago by bfulgham@…
blocked: | → 6330 |
---|
comment:6 Changed 19 years ago by waqar@…
Status: | new → assigned |
---|
comment:7 Changed 19 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Update to 0.8.2 and fix committed to CVS.
comment:8 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | iTerm added |
Note: See
TracTickets for help on using
tickets.
This is my Portfile.diff to resolve this bug.