Opened 19 years ago

Closed 18 years ago

Last modified 8 years ago

#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)

Portfile.diff (343 bytes) - added by cthe24@… 19 years ago.
This is my Portfile.diff to resolve this bug.

Download all attachments as: .zip

Change History (9)

Changed 19 years ago by cthe24@…

Attachment: Portfile.diff added

This is my Portfile.diff to resolve this bug.

comment:1 Changed 19 years ago by cthe24@…

Summary: iTerm install failed--error copying during destrootBUG: iTerm 0.8.1_0 install failed--error copying during destroot

comment:2 Changed 19 years ago by joe@…

Looks like this same bug reappears in 0.8.2...

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 18 years ago by bfulgham@…

See also bug #6330, which has a more "complete" patch for this problem.

comment:5 Changed 18 years ago by bfulgham@…

blocked: 6330

comment:6 Changed 18 years ago by waqar@…

Status: newassigned

comment:7 Changed 18 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: assignedclosed

Update to 0.8.2 and fix committed to CVS.

comment:8 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: iTerm added
Note: See TracTickets for help on using tickets.