From owner-freebsd-gnome@FreeBSD.ORG Sun May 23 15:30:28 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C16916A4CF for ; Sun, 23 May 2004 15:30:28 -0700 (PDT) Received: from fed1rmmtao06.cox.net (fed1rmmtao06.cox.net [68.230.241.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7AF43D46 for ; Sun, 23 May 2004 15:30:27 -0700 (PDT) (envelope-from bobhamm49@cox.net) Received: from cox.net ([68.101.171.211]) by fed1rmmtao06.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040523223009.EIDA10012.fed1rmmtao06.cox.net@cox.net> for ; Sun, 23 May 2004 18:30:09 -0400 Message-ID: <40B1268D.6070809@cox.net> Date: Sun, 23 May 2004 15:32:45 -0700 From: Robert Hamm User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mozilla-1.6 4,2 Installation failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2004 22:30:28 -0000 Setup: FreeBSD 5.2.1 (i386) fresh install. Problem: The code compiles and links fine, but fails in the installation when it tries to cpio the files to the target directory. The reason for failure is that {CPIO} is undefined and returns nothing. Solution: Add a definition for CPIO. It looks like it belongs in /usr/ports/Mk/bsd.port.mk. I believe the same problem is true with the latest release as well.