From owner-freebsd-current Mon Mar 6 17:17:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from mojave.worldwide.lemis.com (dialup98.sydney.net.au [202.61.208.38]) by hub.freebsd.org (Postfix) with ESMTP id 8A7F537BD4C for ; Mon, 6 Mar 2000 17:17:29 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id MAA01170; Tue, 7 Mar 2000 12:17:48 +1100 (EST) (envelope-from grog) Date: Tue, 7 Mar 2000 12:17:48 +1100 From: Greg Lehey To: Martin Dieringer Cc: current@FreeBSD.ORG Subject: Re: vinum: CDEV_MAJOR undeclared Message-ID: <20000307121748.J346@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dieringe@physik.fu-berlin.de on Mon, Mar 06, 2000 at 11:13:17PM +0100 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 6 March 2000 at 23:13:17 +0100, Martin Dieringer wrote: > > when making buildworld, I get an error: > > ===> sbin/vinum > cc -O2 -pipe -m486 -I/usr/src/sbin/vinum/../../sys -Wall -DVINUMDEBUG > -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sbin/vinum/v.c > /usr/src/sbin/vinum/v.c: In function `make_devices': > /usr/src/sbin/vinum/v.c:494: `CDEV_MAJOR' undeclared (first use in this > function) > /usr/src/sbin/vinum/v.c:494: (Each undeclared identifier is reported only > once > /usr/src/sbin/vinum/v.c:494: for each function it appears in.) > *** Error code 1 > 1 error > > Am I missing some headerfile? I cvsup-ed current yesterday and did an > install-world about a week ago. You appear to be missing the latest version (1.26) of v.c, committed on 29 February: revision 1.26 date: 2000/02/29 06:21:38; author: grog; state: Exp; lines: +9 -11 Don't print any error message if we can't open the history file. This replaces an older attempt to silence vinum(8) when started in single-user mode. Add entries for vinum_raid[45]. Replace the preprocessor variable name CDEV_MAJOR with VINUM_CDEV_MAJOR. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message