From owner-freebsd-current Fri Jul 2 11: 5:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 818AA15892 for ; Fri, 2 Jul 1999 11:05:32 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id LAA24090; Fri, 2 Jul 1999 11:05:16 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 2 Jul 1999 11:05:16 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Greg Lehey Cc: freebsd-current@FreeBSD.ORG Subject: vinum stopping world build In-Reply-To: <19990702110233.J87392@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I consistently get the following during a 'make world' on the most recent -current: ===> sbin/vinum cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/v.c /usr/src/sbin/vinum/v.c:263: `vinum_concat' undeclared here (not in a function) /usr/src/sbin/vinum/v.c:263: initializer element for `funkeys[26].fun' is not constant /usr/src/sbin/vinum/v.c:264: `vinum_stripe' undeclared here (not in a function) /usr/src/sbin/vinum/v.c:264: initializer element for `funkeys[27].fun' is not constant /usr/src/sbin/vinum/v.c:265: `vinum_mirror' undeclared here (not in a function) /usr/src/sbin/vinum/v.c:265: initializer element for `funkeys[28].fun' is not constant *** Error code 1 Stop. *** Error code 1 Still happens even after I delete /usr/obj. I also did a 'make clean' in /usr/src just for fun. I'm not doing anything unusual, here is my make.conf: CFLAGS= -O -pipe NOPROFILE= true COPTFLAGS= -O -pipe USA_RESIDENT= YES TOP_TABLE_SIZE= 101 Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message