From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 24 02:06:12 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 31A9D16A4CE for ; Thu, 24 Feb 2005 02:06:12 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A89FB43D49 for ; Thu, 24 Feb 2005 02:06:11 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1O26B9g038783 for ; Wed, 23 Feb 2005 18:06:11 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1O26BBn038782 for freebsd-emulation@freebsd.org; Wed, 23 Feb 2005 18:06:11 -0800 (PST) (envelope-from obrien) Date: Wed, 23 Feb 2005 18:06:11 -0800 From: "David O'Brien" To: freebsd-emulation@freebsd.org Message-ID: <20050224020611.GA38712@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i Subject: Bug in linux_base-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.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 02:06:12 -0000 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)?