From owner-freebsd-current@FreeBSD.ORG Sat Sep 7 07:16:33 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 821D13F3 for ; Sat, 7 Sep 2013 07:16:33 +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 293032F8C for ; Sat, 7 Sep 2013 07:16:32 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1VICkn-0000X3-0f; Sat, 07 Sep 2013 14:16:21 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r877Gia1094973; Sat, 7 Sep 2013 14:16:44 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r877Gd53094972; Sat, 7 Sep 2013 14:16:39 +0700 (NOVT) (envelope-from danfe) Date: Sat, 7 Sep 2013 14:16:38 +0700 From: Alexey Dokuchaev To: hiren panchasara , current@freebsd.org Subject: Re: Cross-buildkernel (i386->amd64) is broken? Message-ID: <20130907071638.GA93948@regency.nsu.ru> References: <20130906151252.GA28654@regency.nsu.ru> <20130906172949.GA49387@regency.nsu.ru> <20130906174649.GC68682@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130906174649.GC68682@funkthat.com> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Sat, 07 Sep 2013 11:36:16 +0000 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: Sat, 07 Sep 2013 07:16:33 -0000 On Fri, Sep 06, 2013 at 10:46:49AM -0700, John-Mark Gurney wrote: > Alexey Dokuchaev wrote this message on Sat, Sep 07, 2013 at 00:29 +0700: > > 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. > > or make kernel-toolchain if you don't want to build as much.. Right, that's what I need. I'm having problems with amd64 kernel panicing immediately on boot on my Lenovo E5500 based workstation, while with i386, things are fine. So I want just the kernel right now, nothing else. ./danfe