From owner-freebsd-current@FreeBSD.ORG Fri Sep 14 06:46:51 2007 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3890216A417 for ; Fri, 14 Sep 2007 06:46:51 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (mx1.vega.ru [87.242.77.163]) by mx1.freebsd.org (Postfix) with ESMTP id E8D3513C458 for ; Fri, 14 Sep 2007 06:46:50 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=53312 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IW4gf-000FMR-C8; Fri, 14 Sep 2007 06:29:57 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.1/8.14.1) with ESMTP id l8E6TZTa002244; Fri, 14 Sep 2007 10:29:35 +0400 (MSD) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.1/8.14.1/Submit) id l8E6TZe6002243; Fri, 14 Sep 2007 10:29:35 +0400 (MSD) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Fri, 14 Sep 2007 10:29:35 +0400 From: Ruslan Ermilov To: Brooks Talley Message-ID: <20070914062935.GB2058@team.vega.ru> References: <20070914001247.C484@fw.reifenberger.com> <29536115.52741189723672473.JavaMail.root@zmail.illuminati.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <29536115.52741189723672473.JavaMail.root@zmail.illuminati.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: current@FreeBSD.org Subject: Re: Building a 32 bit chroot on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Sep 2007 06:46:51 -0000 On Thu, Sep 13, 2007 at 03:47:52PM -0700, Brooks Talley wrote: > ----- "Michael Reifenberger" wrote: > > On Thu, 13 Sep 2007, Brooks Talley wrote: > > > > > Date: Thu, 13 Sep 2007 14:02:04 -0700 (PDT) > > > From: Brooks Talley > > > To: freebsd-current > > > Subject: Building a 32 bit chroot on amd64? > > > > > > Hi, everyone. I'm trying to build a 32 bit chroot on a 7.0-CURRENT > > amd64 installation. The sources are up to date. > > > > > > "make TARGET_ARCH=i386 buildworld" fails partway through with the > > message: > > > > > > > Could you try: > > make TARGET_ARCH=i386 TARGET_CPUTYPE=i386 buildworld > > Well, that's different at least. This time it breaks libgcc, with the clearly wrong but not surprising message that i386 doesn't support the x86_64 instruction set :) > What's in your /etc/make.conf and /etc/src.conf? Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer