From owner-freebsd-current@FreeBSD.ORG Wed Apr 6 03:48:12 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 359CE16A4CE for ; Wed, 6 Apr 2005 03:48:12 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D56E43D41 for ; Wed, 6 Apr 2005 03:48:12 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j363mAP9007689; Tue, 5 Apr 2005 20:48:10 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j363mAAG007688; Tue, 5 Apr 2005 20:48:10 -0700 (PDT) (envelope-from sgk) Date: Tue, 5 Apr 2005 20:48:10 -0700 From: Steve Kargl To: "M. Warner Losh" Message-ID: <20050406034810.GA7637@troutmask.apl.washington.edu> References: <20050405191250.GA77900@troutmask.apl.washington.edu> <20050405.131539.68100853.imp@bsdimp.com> <20050405214518.GB77900@troutmask.apl.washington.edu> <20050405.213028.01118653.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050405.213028.01118653.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i 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 03:48:12 -0000 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} -- Steve