From owner-freebsd-current@FreeBSD.ORG Wed Apr 6 04:35:29 2005 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 E09C616A4CE for ; Wed, 6 Apr 2005 04:35:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF0043D39 for ; Wed, 6 Apr 2005 04:35:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j364YjFl055200; Tue, 5 Apr 2005 22:34:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 05 Apr 2005 22:35:06 -0600 (MDT) Message-Id: <20050405.223506.71088171.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu From: "M. Warner Losh" In-Reply-To: <20050406034810.GA7637@troutmask.apl.washington.edu> References: <20050405214518.GB77900@troutmask.apl.washington.edu> <20050405.213028.01118653.imp@bsdimp.com> <20050406034810.GA7637@troutmask.apl.washington.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: LIB32 support breaks world 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: Wed, 06 Apr 2005 04:35:30 -0000 In message: <20050406034810.GA7637@troutmask.apl.washington.edu> Steve Kargl writes: : On Tue, Apr 05, 2005 at 09:30:28PM -0600, M. Warner Losh wrote: : > In message: <20050405214518.GB77900@troutmask.apl.washington.edu> : > : : > : Yes. I have WITH_LIB32 in /etc/make.conf. The above is : > : a "make buildworld" (ie., no -j 2). I haven't tried to : > : back out your commit, yet. Too much to do, too little : > : time. : > : > It built just fine for me... : > : : Peter Wemm committed a fix an hour or so ago. : >From his commit message, it appears that your : commit uncovered a ${MACHINE} or a missing : ${MACHINE} I'm guessing this is why I didn't see it. Cross building sets things explicitly, or I'm on i386 already... Warner