From owner-freebsd-stable@FreeBSD.ORG Sun May 23 14:08:57 2010 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 BC7681065672 for ; Sun, 23 May 2010 14:08:57 +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 413B08FC1F for ; Sun, 23 May 2010 14:08:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.4/8.14.4) with ESMTP id o4NE8tF0059724; Sun, 23 May 2010 18:08:55 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 23 May 2010 18:08:55 +0400 (MSD) From: Dmitry Morozovsky To: Ronald van der Pol In-Reply-To: Message-ID: References: <20100523130203.GA22200@rvdp.org> 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.5 (woozle.rinet.ru [0.0.0.0]); Sun, 23 May 2010 18:08:55 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: sys/modules/geom/geom_part/geom_part_apm compilation error 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, 23 May 2010 14:08:57 -0000 On Sun, 23 May 2010, Dmitry Morozovsky wrote: DM> RvdP> I want to try the ix(4) 10GE driver on -STABLE. I am compiling -STABLE DM> RvdP> on a test server. I cvsup'd -STABLE in a clean /usr/src. Compiling DM> RvdP> world went fine. Kernel stops with this error: DM> RvdP> DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c:131: error: 'G_PART_ALIAS_APPLE_BOOT' undeclared (first use in this function) DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c:131: error: (Each undeclared identifier is reported only once DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c:131: error: for each function it appears in.) DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c:141: error: 'G_PART_ALIAS_APPLE_UFS' undeclared (first use in this function) DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c: In function 'g_part_apm_type': DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c:453: error: 'G_PART_ALIAS_APPLE_BOOT' undeclared (first use in this function) DM> RvdP> /usr/src/sys/modules/geom/geom_part/geom_part_apm/../../../../geom/part/g_part_apm.c:457: error: 'G_PART_ALIAS_APPLE_UFS' undeclared (first use in this function) DM> RvdP> *** Error code 1 DM> DM> yep, it's broken now. DM> DM> Wait for a few hours, or try to integrate SVN change 200534 (to DM> /sys/geom/part/*). Of course, you can also strip down module list to only needed with something like MODULES_OVERRIDE="ipfw dummynet" (see output of kldstat) in your /etc/make.conf -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------