From owner-freebsd-stable@FreeBSD.ORG Thu Jan 23 22:48:53 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E411339 for ; Thu, 23 Jan 2014 22:48:53 +0000 (UTC) Received: from nskntqsrv02p.mx.bigpond.com (nskntqsrv02p.mx.bigpond.com [61.9.168.234]) by mx1.freebsd.org (Postfix) with ESMTP id BBDFA157D for ; Thu, 23 Jan 2014 22:48:52 +0000 (UTC) Received: from nskntcmgw07p ([61.9.169.167]) by nskntmtas06p.mx.bigpond.com with ESMTP id <20140123213726.PIJP2028.nskntmtas06p.mx.bigpond.com@nskntcmgw07p> for ; Thu, 23 Jan 2014 21:37:26 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.113.247]) by nskntcmgw07p with BigPond Outbound id HZdR1n00Z5LKYmq01ZdRvS; Thu, 23 Jan 2014 21:37:26 +0000 X-Authority-Analysis: v=2.0 cv=bJiU0YCZ c=1 sm=1 a=YibVxx38Z+cwdCKSMcELyg==:17 a=1YbsQLIiAAQA:10 a=8nJEP1OIZ-IA:10 a=GHIR_BbyAAAA:8 a=Riqtkc8RWkEA:10 a=6I5d2MoRAAAA:8 a=Vn_gFmM7ZkBmJsY6r-oA:9 a=wPNLvfGTeEIA:10 a=SV7veod9ZcQA:10 a=YibVxx38Z+cwdCKSMcELyg==:117 Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id s0NLaYrn064338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 24 Jan 2014 08:36:35 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Message-ID: <52E18B5F.9060604@heuristicsystems.com.au> Date: Fri, 24 Jan 2014 08:36:31 +1100 From: Dewayne Geraghty User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: compile error on 9-stable References: <20140123135150.a44c35a4.gerrit.kuehn@aei.mpg.de> In-Reply-To: <20140123135150.a44c35a4.gerrit.kuehn@aei.mpg.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 22:48:53 -0000 On 23/01/2014 11:51 PM, Gerrit Kühn wrote: > Hi all, > > I just updated my sources on 9-stable, and the kernel won't compile > anymore. buildkernel stops with > > --- > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/fs/nfs/nfs_commonkrpc.c > In file included from /usr/src/sys/rpc/rpc.h:70, > from /usr/src/sys/fs/nfs/nfs_commonkrpc.c:61: > /usr/src/sys/rpc/svc.h:330: error: field 'sp_lock' has incomplete type > *** [nfs_commonkrpc.o] Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** [buildkernel] Error code 1 > > Stop in /usr/src. > *** [buildkernel] Error code 1 > > Stop in /usr/src. > --- > > > Are there any suggestions how to fix this? > > > cu > Gerrit > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > Gerrit, It sometimes pays to have a look at the more recent changes at http://lists.freebsd.org/pipermail/svn-src-stable-9/2014-January/ when building base fails. This addresses your issue 005955.html In this case, Alexander (mav) has corrected the situation, (Thanks Mav). Update your base, and you should be fine. Dewayne.