From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:34:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71AF316A4CE; Fri, 31 Dec 2004 00:34:57 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 286EF43D1F; Fri, 31 Dec 2004 00:34:57 +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 iBV0YuUA029410; Thu, 30 Dec 2004 16:34:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBV0Yu5G029409; Thu, 30 Dec 2004 16:34:56 -0800 (PST) (envelope-from obrien) Date: Thu, 30 Dec 2004 16:34:56 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231003456.GB23359@dragon.nuxi.com> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412301941.iBUJf2kF035884@repoman.freebsd.org> User-Agent: Mutt/1.4.1i 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 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:34:57 -0000 On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > trevor 2004-12-30 19:41:02 UTC > > FreeBSD ports repository > > Modified files: > emulators/linux_base-8 Makefile > Log: > On amd64, the installation script contained in the glibc RPM fails. > Work around this by using the --noscripts option. > > PR: 75645 > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > Revision Changes Path > 1.94 +1 -0 ports/emulators/linux_base-8/Makefile > http://cvsweb.freebsd.org/ports/emulators/linux_base-8/Makefile.diff?r1=1.93&r2=1.94 Please back this out -- it is wrong as you didn't add code to manually do all the things glibc's script does. There is a reason I have't made this change -- it gives the perception that this port now cleanly installs and runs on AMD64 -- it doesn't (even with this change). I've put a lot of time into trying to polish the linux32 compat experience on FreeBSD/AMD64 and this undoes some of that effort. -- -- David (obrien@FreeBSD.org)