From owner-freebsd-current Wed Jun 14 21:29:06 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20343 for current-outgoing; Wed, 14 Jun 1995 21:29:06 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA20336 for ; Wed, 14 Jun 1995 21:29:04 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id VAA14027; Wed, 14 Jun 1995 21:29:04 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id VAA11334; Wed, 14 Jun 1995 21:29:14 -0700 Message-Id: <199506150429.VAA11334@corbin.Root.COM> To: clary@elec.uq.oz.au (Clary Harridge) cc: freebsd-current@freebsd.org Subject: Re: kernel build fails, NMBCLUSTERS undefined In-reply-to: Your message of "Thu, 15 Jun 95 11:43:49 +1000." <9506150133.AA13645@s1.elec.uq.edu.au> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 14 Jun 1995 21:29:05 -0700 Sender: current-owner@freebsd.org Precedence: bulk >Current release dated Jun 13 fails to build a kernel. > >cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DDISKLESS -DI486_CPU -DNCONS=4 -DUCONSOLE -DCOMPAT_43 -DUSER_LDT -DMSDOSFS -DNFS -DINET -DMATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DTIMEZONE=0 -DDST=0 -DMAXUSERS=10 param.c >param.c:89: `NMBCLUSTERS' undeclared here (not in a function) >*** Error code 1 > >Is there a fix for this please? I think either your sources are incompletely updated or you didn't re-"config" before building the new kernel. Lines 89 and 90 in the current param.c (rev. 1.9) are a blank line and a comment. -DG