From owner-freebsd-stable@FreeBSD.ORG Sun May 24 13:47:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22E3106566C for ; Sun, 24 May 2009 13:47:09 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 671048FC08 for ; Sun, 24 May 2009 13:47:09 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n4ODl7rp005460; Sun, 24 May 2009 17:47:07 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 24 May 2009 17:47:07 +0400 (MSD) From: Dmitry Morozovsky To: "Svein Skogen (listmail accont)" In-Reply-To: <4A193AE1.5080505@stillbilde.net> Message-ID: References: <4A193AE1.5080505@stillbilde.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Sun, 24 May 2009 17:47:08 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: Compiling world+kernel in RELENG_7 right now X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 13:47:10 -0000 On Sun, 24 May 2009, Svein Skogen (listmail accont) wrote: SSla> For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot: SSla> SSla> btxld -v -E 0x2000 -f bin -b SSla> /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o SSla> zfsboot.ld -P 1 zfsboot.bin SSla> btxld: zfsboot.ldr: Invalid argument SSla> *** Error code 2 SSla> SSla> Stop in /usr/src/sys/boot/i386/zfsboot. SSla> *** Error code 1 SSla> SSla> This is from an amd64-platform host. SSla> SSla> Any timetable on when we'll be able to build world again? Is there an SSla> option to tell FreeBSD just to ignore the zfsboot altogether (I don't SSla> need it. ZFS inside vmware esx/i 3.5-4.0 simply does not work properly) Yes, it's last minute kmacy's change. As a band-aid, try to apply the following patch: Index: sys/boot/i386/Makefile =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/Makefile,v retrieving revision 1.21.2.2 diff -u -r1.21.2.2 Makefile --- sys/boot/i386/Makefile 23 May 2009 19:54:18 -0000 1.21.2.2 +++ sys/boot/i386/Makefile 24 May 2009 13:46:08 -0000 @@ -1,6 +1,6 @@ # $FreeBSD: src/sys/boot/i386/Makefile,v 1.21.2.2 2009/05/23 19:54:18 kmacy Exp $ -SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot zfsboot \ +SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \ kgzldr libi386 libfirewire loader # special boot programs, 'self-extracting boot2+loader' -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------