From owner-freebsd-current@FreeBSD.ORG Mon Aug 16 18:53:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6373F16A4CE for ; Mon, 16 Aug 2004 18:53:45 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6144F43D1F for ; Mon, 16 Aug 2004 18:53:44 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 4C425FD099 for ; Mon, 16 Aug 2004 11:53:43 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00615-01 for ; Mon, 16 Aug 2004 11:53:42 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 8EFC4FD011 for ; Mon, 16 Aug 2004 11:53:42 -0700 (PDT) From: Sean McNeil To: freebsd-current@freebsd.org Content-Type: text/plain Message-Id: <1092682422.2957.21.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 16 Aug 2004 11:53:42 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: linux32 compatability and ports linux_base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 18:53:45 -0000 I was attempting to install the linux_base ports with the new compatability and had some failures. I finally got it to install by adding --noscripts to RPMFLAGS and executing it as make MACHINE_ARCH=i386 FALLBACK_ELF_MIB=kern.elf32.fallback_brand instal For some reason the scripts would exit with a status of 1. I was not able to get verbose output from the scripts to find out why. Cheers, Sean