From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 20:32:07 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 D01CA16A4CE for ; Sat, 29 Jan 2005 20:32:07 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEC043D1D for ; Sat, 29 Jan 2005 20:32:07 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27397 invoked from network); 29 Jan 2005 20:32:07 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Jan 2005 20:32:06 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1161F84; Sat, 29 Jan 2005 15:32:05 -0500 (EST) Sender: lowell@be-well.ilk.org To: m.hauber@mchsi.com References: <200501291136.48157.m.hauber@mchsi.com> From: Lowell Gilbert Date: 29 Jan 2005 15:32:04 -0500 In-Reply-To: <200501291136.48157.m.hauber@mchsi.com> Message-ID: <44d5vo2czf.fsf@be-well.ilk.org> Lines: 53 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: break in /sysutils/dar? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 20:32:08 -0000 Mike Hauber writes: > 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. It just built and for me; perhaps you forgot to install as root?