From owner-freebsd-current@FreeBSD.ORG Fri Sep 6 17:29:39 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEA0564C for ; Fri, 6 Sep 2013 17:29:39 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 599FE210D for ; Fri, 6 Sep 2013 17:29:39 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1VHzqd-0002EG-L7; Sat, 07 Sep 2013 00:29:31 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r86HTssS050427; Sat, 7 Sep 2013 00:29:54 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r86HTnd6050406; Sat, 7 Sep 2013 00:29:49 +0700 (NOVT) (envelope-from danfe) Date: Sat, 7 Sep 2013 00:29:49 +0700 From: Alexey Dokuchaev To: hiren panchasara Subject: Re: Cross-buildkernel (i386->amd64) is broken? Message-ID: <20130906172949.GA49387@regency.nsu.ru> References: <20130906151252.GA28654@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Fri, 06 Sep 2013 17:33:51 +0000 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Sep 2013 17:29:39 -0000 On Fri, Sep 06, 2013 at 10:08:20AM -0700, hiren panchasara wrote: > On Fri, Sep 6, 2013 at 8:12 AM, Alexey Dokuchaev wrote: > > Hi there, > > > > I've been trying to cross-build an amd64 kernel on i386 host on recent > > -CURRENT for a while, and it fails like this: > > Not entirely sure but you _probably_ need to make toolchain first? Hmm, now that you've mentioned it, I vaguely recall that when not doing complete 'make world', that might be in order. Thanks, I will try it tomorrow. ./danfe