From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 14 19:01:16 2015 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FCCFE73; Sun, 14 Jun 2015 19:01:16 +0000 (UTC) (envelope-from mark.cave-ayland@ilande.co.uk) Received: from s16892447.onlinehome-server.info (s16892447.onlinehome-server.info [82.165.15.123]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4C4C47; Sun, 14 Jun 2015 19:01:14 +0000 (UTC) (envelope-from mark.cave-ayland@ilande.co.uk) Received: from 5ec26862.skybroadband.com ([94.194.104.98] helo=[192.168.1.87]) by s16892447.onlinehome-server.info with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1Z4D9a-0000ul-Lj; Sun, 14 Jun 2015 20:01:11 +0100 Message-ID: <557DCF54.7020606@ilande.co.uk> Date: Sun, 14 Jun 2015 20:00:36 +0100 From: Mark Cave-Ayland User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: John Baldwin , freebsd-sparc64@freebsd.org References: <53F73E6F.9080805@ilande.co.uk> <2084808.1lxSgnvf69@ralph.baldwin.cx> <557ADCAB.9020409@FreeBSD.org> <557B6116.70900@ilande.co.uk> <557C1162.3000106@FreeBSD.org> <557D82F8.50908@ilande.co.uk> <557DA6D5.4070800@FreeBSD.org> In-Reply-To: <557DA6D5.4070800@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 94.194.104.98 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on s16892447.onlinehome-server.info X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham version=3.3.2 Subject: Re: PCI range checking under qemu-system-sparc64 X-SA-Exim-Version: 4.2.1 (built Sun, 08 Jan 2012 02:45:44 +0000) X-SA-Exim-Scanned: Yes (on s16892447.onlinehome-server.info) 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, 14 Jun 2015 19:01:16 -0000 On 14/06/15 17:07, John Baldwin wrote: >> Does the latest HEAD contain a fix for this error or have I >> misconfigured something? > > Did you do 'make TARGET=sparc64 kernel-toolchain' first? Ah no - I just tried your instructions as printed as I'm not overly familiar with FreeBSD. With the above statement run first, I'm now able to complete the kernel build but still can't seem to create the resulting ISO: # sh -c '/usr/src/release/sparc64/mkisoimages.sh -b "test" sparc64.iso /home/iso/sparc64' Calculated size of `/tmp/bootfs.hw5OWSVF/bootfs.img': 524288 bytes, 4 inodes Extent size set to 8192 /tmp/bootfs.hw5OWSVF/bootfs.img: 0.5MB (1024 sectors) block size 8192, fragment size 1024 using 1 cylinder groups of 0.50MB, 64 blks, 64 inodes. super-block backups (for fsck -b #) at: 32, Populating `/tmp/bootfs.hw5OWSVF/bootfs.img' Image `/tmp/bootfs.hw5OWSVF/bootfs.img' complete 16+0 records in 16+0 records out 8192 bytes transferred in 0.000296 secs (27664846 bytes/sec) 1081+1 records in 1082+0 records out 354549760 bytes transferred in 16.762809 secs (21150975 bytes/sec) 1+1 records in 2+0 records out 655360 bytes transferred in 0.001468 secs (446447794 bytes/sec) 2+0 records in 2+0 records out 655360 bytes transferred in 0.001868 secs (350833321 bytes/sec) gpart: scheme 'VTOC8': Invalid argument gpart: No such geom: md1. gpart: No such geom: md1. ATB, Mark.