From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 13 02:38:03 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936BF106566C for ; Wed, 13 Jan 2010 02:38:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 526C58FC13 for ; Wed, 13 Jan 2010 02:38:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id DD5157BFD4; Wed, 13 Jan 2010 15:21:54 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fNn8k6HiQe2v; Wed, 13 Jan 2010 15:21:50 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 13 Jan 2010 15:21:50 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id C4CE611432; Wed, 13 Jan 2010 15:21:49 +1300 (NZDT) Date: Wed, 13 Jan 2010 15:21:49 +1300 From: Andrew Thompson To: Mars G Miro Message-ID: <20100113022149.GF63408@citylink.fud.org.nz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-hackers@freebsd.org Subject: Re: Cross-building amd64->i386 fails at RESCUE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 02:38:03 -0000 On Wed, Jan 13, 2010 at 09:35:53AM +0800, Mars G Miro wrote: > Hi List! > > Has anyone successfully cross-built amd64->i386 in 8.0? I tried > but got these: > http://pastebin.com/f1cafe40d . All the time. You didnt mention how you are doing the build, I use % make buildworld buildkernel TARGET=i386 You may want to clear out your /usr/obj and try again. Andrew