From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 15:36:40 2003 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 3E18437B401 for ; Fri, 28 Mar 2003 15:36:40 -0800 (PST) Received: from grant.org (grant.org [64.56.118.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F9643FCB for ; Fri, 28 Mar 2003 15:36:39 -0800 (PST) (envelope-from mgrant@grant.org) Received: from grant.org (localhost [127.0.0.1]) by grant.org (8.12.6/8.12.6) with ESMTP id h2SNaaWg028987 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 28 Mar 2003 18:36:38 -0500 (EST) (envelope-from mgrant@grant.org) Received: (from mgrant@localhost) by grant.org (8.12.6/8.12.6/Submit) id h2SNaZAo028984; Fri, 28 Mar 2003 18:36:35 -0500 (EST) Date: Fri, 28 Mar 2003 18:36:35 -0500 (EST) Message-Id: <200303282336.h2SNaZAo028984@grant.org> From: Michael Grant To: matt@gsicomp.on.ca cc: freebsd-questions@freebsd.org Subject: Re: Why won't linux_base install for me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 23:36:42 -0000 Try upgrading your version of rpm from the ports collection. Michael Grant > I'm running 4.7-R with a recent (~1 week) ports tree, and the install > of > linux_base is failing for me. > > root@gabby# make install > ===> Installing for linux_base-7.1_2 > kern.fallback_elf_brand: 3 -> 3 > glibc-common-2.2.4-31.i386.rpm > glibc-2.2.4-31.i386.rpm > execution of glibc-2.2.4-31 script failed, exit status 0 > *** Error code 1 > > This this is all RPM gunk, I have no idea how to figure out what is > failing. > > Does anyone have any tips?