From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 24 03:02:56 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6839C16A4CE for ; Thu, 24 Feb 2005 03:02:56 +0000 (GMT) Received: from gizmo09bw.bigpond.com (gizmo09bw.bigpond.com [144.140.70.19]) by mx1.FreeBSD.org (Postfix) with SMTP id EE9AE43D53 for ; Thu, 24 Feb 2005 03:02:54 +0000 (GMT) (envelope-from a.reilly@lake.com) Received: (qmail 29825 invoked from network); 24 Feb 2005 03:02:53 -0000 Received: from unknown (HELO bwmam03.bigpond.com) (144.135.24.75) by gizmo09bw.bigpond.com with SMTP; 24 Feb 2005 03:02:53 -0000 Received: from cpe-138-130-185-56.nsw.bigpond.net.au ([138.130.185.56]) by bwmam03.bigpond.com(MAM REL_3_4_2a 26/8710547) with SMTP id 8710547; Thu, 24 Feb 2005 13:02:53 +1000 Received: (qmail 29128 invoked from network); 24 Feb 2005 03:02:53 -0000 Received: from lak141456-2.gw.connect.com.au (HELO ?192.168.10.106?) (210.8.129.185) by localhost with SMTP; 24 Feb 2005 03:02:53 -0000 In-Reply-To: <20050224020611.GA38712@dragon.nuxi.com> References: <20050224020611.GA38712@dragon.nuxi.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <17eee29a1434ef542d68e96f28dc4341@lake.com> Content-Transfer-Encoding: 7bit From: Andrew Reilly Date: Thu, 24 Feb 2005 14:02:50 +1100 To: obrien@freebsd.org X-Mailer: Apple Mail (2.619.2) cc: freebsd-emulation@freebsd.org Subject: Re: Bug in linux_base-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andrew-freebsd@areilly.bpc-users.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 03:02:56 -0000 On 24/02/2005, at 13:06, David O'Brien wrote: > We're missing strip(1), which is used in the Acroread install: > > $ grep strip /usr/ports/print/acroread/Makefile > -@${LINUXBASE}/usr/bin/strip > ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread > > Anyone know which RPM we need to add to linux_base-8 to get strip(1)? I don't know the answer to this question, but suspect that it might be somewhere in a compiler tool-set, that one wouldn't necessarily want to have to install as a prerequisite for installing pre-compiled Acroread. I've just looked at the Makefile: what does this line buy us? Wouldn't an appropriate fix for a failing acroread port build be to simply remove the call to LINUXBASE...strip altogether? Cheers, -- Andrew