From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 12:47:05 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED56B16A419 for ; Wed, 13 Feb 2008 12:47:05 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id A4C1813C46E for ; Wed, 13 Feb 2008 12:47:05 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=dPJI9YM5UiS6cOl53moG0YCZlrG+A2ajgkgxatfPlKAGiW7alkb6BKHxLY1H5H7jayejBuOAayn/FbJXf9ZRl/ebPVXuvCp5mJtaMgolLnhngvdRsUwHpDT9KahH0565Z60iAP39mR+AtX2EvZvB4Rk7pvspuNcdGevVKE21MAo=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JPH0y-0007ST-4E; Wed, 13 Feb 2008 15:47:04 +0300 Date: Wed, 13 Feb 2008 15:47:02 +0300 From: Eygene Ryabinkin To: Ian FREISLICH Message-ID: References: <20080213100221.GA9786@asgard.home> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_40 Cc: marcel@freebsd.org, freebsd-current@freebsd.org Subject: Re: FreeBSD RELENG_7 doesn't build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 13 Feb 2008 12:47:06 -0000 Ian, Wed, Feb 13, 2008 at 01:44:47PM +0200, Ian FREISLICH wrote: > The real error is reported in my mail "[patch] RELENG_7 buildworld > failure in sbin/gpt/migrate.c" > > I'm willing to bet if you cd /usr/src/sbin/gpt and "make" it will > fail. Try the patch in that mail message. Worked for me. I had used the latest disklabel.h, the diff with the RELENG_7's one can be obtained from http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/disklabel.h.diff?r1=1.110;r2=1.108) >From the end-user perspective, this is identical to your patch, but it might be better to commit the full diff to sync with the HEAD's disklabel.h -- this should not hurt, judging by the commit history: http://lists.freebsd.org/pipermail/cvs-all/2007-December/239628.html http://lists.freebsd.org/pipermail/cvs-all/2007-December/239630.html Thank you! -- Eygene