From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 15:40:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 856C216A4CE; Tue, 31 Aug 2004 15:40:11 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C5843D31; Tue, 31 Aug 2004 15:40:11 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7VFdmN1071724; Tue, 31 Aug 2004 09:39:48 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i7VFdmSv071721; Tue, 31 Aug 2004 09:39:48 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Tue, 31 Aug 2004 09:39:48 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Andre Guibert de Bruet In-Reply-To: <20040831112257.B5951@alpha.siliconlandmark.com> Message-ID: <20040831093846.R59291@pooker.samsco.org> References: <20040831145833.GA33987@ip.net.ua> <76429.1093964750@critter.freebsd.dk> <20040831112257.B5951@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Poul-Henning Kamp cc: current@freebsd.org cc: peter@freebsd.org Subject: Re: /coda/coda_fbsd.c:215: error: `NVCODA' undeclared when building kernel. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 31 Aug 2004 15:40:11 -0000 On Tue, 31 Aug 2004, Andre Guibert de Bruet wrote: > > On Tue, 31 Aug 2004, Ruslan Ermilov wrote: > > > On Tue, Aug 31, 2004 at 05:05:50PM +0200, Poul-Henning Kamp wrote: > >> > >> The problem is that NVCODA is not defined for the coda module. > >> > >> This is a fallout from peter@'s config(8) work. > >> > > Yes, but my fix to sys/modules/coda/Makefile was supposed to fix it. > > Breakage occurs even when using freshly clean'ed sources. > > Regards, > Andy It should be fixed now that both coda and coda5 have been addressed. If it's not, make sure that you have rev 1.2 of /sys/modules/coda5/Makefile. Scott