From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 16:32:37 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0208416A4CE for ; Sat, 29 Jan 2005 16:32:37 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29CC43D1F for ; Sat, 29 Jan 2005 16:32:36 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from wizard.valleygate.net (12-219-204-24.client.mchsi.com[12.219.204.24]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20050129163236m9200fjkt9e>; Sat, 29 Jan 2005 16:32:36 +0000 From: Mike Hauber To: freebsd-questions@freebsd.org Date: Sat, 29 Jan 2005 11:36:47 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501291136.48157.m.hauber@mchsi.com> Subject: break in /sysutils/dar? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 16:32:37 -0000 I'm trying to install the /sysutils/dar port (so I can install kdar). Build is fine, but I get the following when trying to 'make install': >>> ... make install-exec-hook cd //usr/local/bin ; upx -9 dar dar_xform dar_slave dar_manager dar_cp Ultimate Packer for eXecutables Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 UPX 1.25 Markus F.X.J. Oberhumer & Laszlo Molnar Jun 29th 2004 File size Ratio Format Name -------------------- ------ ----------- ----------- upx: dar: IOException: file is write protected -- skipped upx: dar_xform: IOException: file is write protected -- skipped upx: dar_slave: IOException: file is write protected -- skipped upx: dar_manager: IOException: file is write protected -- skipped upx: dar_cp: IOException: file is write protected -- skipped Packed 0 files. *** Error code 1 Stop in /usr/ports/sysutils/dar/work/dar-2.1.5/src/dar_suite. *** Error code 1 Stop in /usr/ports/sysutils/dar/work/dar-2.1.5/src/dar_suite. *** Error code 1 Stop in /usr/ports/sysutils/dar/work/dar-2.1.5/src/dar_suite. *** Error code 1 Stop in /usr/ports/sysutils/dar/work/dar-2.1.5/src. *** Error code 1 Stop in /usr/ports/sysutils/dar/work/dar-2.1.5. *** Error code 1 Stop in /usr/ports/sysutils/dar. wizard# <<< Any ideas (am I doing something wrong), or should this be reported as a bug? I've googled it and checked the project's forum but didn't find anything. Thanks, Mike