From owner-freebsd-stable@FreeBSD.ORG Sun May 24 17:30:45 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 848BA106564A for ; Sun, 24 May 2009 17:30:45 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id 0F69B8FC2E for ; Sun, 24 May 2009 17:30:44 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz9 with SMTP id 9so2721129bwz.43 for ; Sun, 24 May 2009 10:30:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7Iib/Hfa6mSOyakqVfpyHzhaSgld3k7qPlBUtu37NIQ=; b=s0ArRPETA/dLGIwqQGC3o66/W5vVtNycZzHrT6OE/40XBU0L0J4nZb37GzXPEEf9sh YSE8YlX0paXSJAshxNnEe74w4AG78DoVeJt3s6njozwfjRmkh+vbMH7VHbGogoDZNwvq zUoSkzv0VU986GCRnfrkyKcu5YI5ywq63PMZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Ut1UmwZw+HR/iQS7hri3AMgHE/V9MMrRh44am2H//JurLn1prmVFNAL7rxx3k8Zo5v k2A5mvat5T7x6LOX5HMtnsd+PH+aM2yfeDxWZZQL7sEU11YjKDwL4sSPVbO0MJsz8Fgu URZIiqfr8wkktokqoU3ldbwvPJ1alaO3SMZfA= MIME-Version: 1.0 Received: by 10.204.100.71 with SMTP id x7mr5961245bkn.130.1243186244116; Sun, 24 May 2009 10:30:44 -0700 (PDT) In-Reply-To: <32e63b220905240943g963c6ady9dd7dfef67174b8b@mail.gmail.com> References: <32e63b220905240943g963c6ady9dd7dfef67174b8b@mail.gmail.com> Date: Sun, 24 May 2009 13:30:44 -0400 Message-ID: <4ad871310905241030v51a7ade9t2bca3bfb56bdef9@mail.gmail.com> From: Glen Barber To: Andrew Klaus Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: Building 7.2-STABLE from 7.2-RELEASE 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 17:30:45 -0000 Hi, Andrew On Sun, May 24, 2009 at 12:43 PM, Andrew Klaus wrot= e: > I'm trying to build a 7.2-STABLE buildworld right after I do a fresh inst= all > of 7.2-RELEASE. The kernel compiles (and boots) properly, without issue, > however when I try to do a buildworld, I get the following error: > > objcopy -S -O binary zfsboot.out zfsboot.bin > btxld -v -E 0x2000 -f bin -b > /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr =A0-= o > zfsboot.ld -P 1 zfsboot.bin > btxld: zfsboot.ldr: Invalid argument > *** Error code 2 > > Stop in /usr/src/sys/boot/i386/zfsboot. > *** Error code 1 > > > I know they introduced some new zfsboot stuff into the -Stable branch - > could that have anything to do with it? > Absolutely. Bernhard Schmidt just reported a patch that was seemingly successful a few emails back. --=20 Glen Barber