From owner-freebsd-sparc64@freebsd.org Sun Sep 6 12:30:32 2015 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0FFD9CCAE8 for ; Sun, 6 Sep 2015 12:30:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CE39031B for ; Sun, 6 Sep 2015 12:30:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CCECC9CCAE7; Sun, 6 Sep 2015 12:30:32 +0000 (UTC) Delivered-To: sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC7A59CCAE6 for ; Sun, 6 Sep 2015 12:30:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C102031A; Sun, 6 Sep 2015 12:30:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id BF1BE1805; Sun, 6 Sep 2015 12:30:32 +0000 (UTC) Date: Sun, 6 Sep 2015 12:30:32 +0000 From: Alexey Dokuchaev To: Mark Cave-Ayland Cc: sparc64@freebsd.org Subject: Re: Trying to cross-build FreeBSD 10 release ISOs for sparc64 Message-ID: <20150906123032.GA3711@FreeBSD.org> References: <53F87DC9.9020800@ilande.co.uk> <20150906095626.GA50266@FreeBSD.org> <55EC2A9A.9000501@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55EC2A9A.9000501@ilande.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 12:30:33 -0000 On Sun, Sep 06, 2015 at 12:59:22PM +0100, Mark Cave-Ayland wrote: > I had exactly the same problem, and eventually John pointed me in the > right direction: > > https://lists.freebsd.org/pipermail/freebsd-sparc64/2015-June/009606.html > > If I kldload the geom_part_vtoc8 module then I can build from a > cross-compile environment setup on x86 and all is well. Yeah, I've found your reply few moments after I've hit 'send' button. Now I see what went wrong: I've tried kldload'ing it of course, but it told me $ kldload /boot/kernel/geom_part_vtoc8.ko kldload: can't load /boot/kernel/geom_part_vtoc8.ko: module already loaded or in kernel So I thought, hm, perhaps it's in GENERIC. And of course I didn't look in dmesg buffer: KLD geom_part_vtoc8.ko: depends on kernel - not available or version mismatch Being lazy to type `geom_part_vtoc8.ko' by hand, I've relied on shell tab completion and totally forgot that I've booted `kernel.old', not `kernel'. Sorry for the noise. ./danfe