From owner-freebsd-current Fri Jul 2 11: 5: 1 1999 Delivered-To: freebsd-current@freebsd.org Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id 7BBD115715; Fri, 2 Jul 1999 11:04:52 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.9.3/8.9.3) with ESMTP id UAA06785; Fri, 2 Jul 1999 20:04:49 +0200 (CEST) (envelope-from k@numeri.campus.luth.se) Message-Id: <199907021804.UAA06785@numeri.campus.luth.se> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-current@freebsd.org Cc: grog@freebsd.org Subject: buildworld fails in sbin/vinum Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Fri, 02 Jul 1999 20:04:49 +0200 From: Johan Karlsson Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi When trying to build a newly updated world I get the following error, whi= ch I = belive was introduced in the latest commit by grog. The case may be that vext.h did not get commited. = (eg. I think "extern int stats" should be "extern int sflag" now) = /K =3D=3D=3D> 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 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/list.c 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/../../sys/dev/v= inum/v inumparser.c 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/../../sys/dev/v= inum/v inumutil.c /usr/src/sbin/vinum/list.c: In function `vinum_list': /usr/src/sbin/vinum/list.c:87: `sflag' undeclared (first use in this func= tion) /usr/src/sbin/vinum/list.c:87: (Each undeclared identifier is reported on= ly = once /usr/src/sbin/vinum/list.c:87: for each function it appears in.) /usr/src/sbin/vinum/list.c: In function `vinum_ldi': /usr/src/sbin/vinum/list.c:181: `sflag' undeclared (first use in this fun= ction) /usr/src/sbin/vinum/list.c: In function `vinum_lvi': /usr/src/sbin/vinum/list.c:273: `sflag' undeclared (first use in this fun= ction) 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/commands.c /usr/src/sbin/vinum/v.c:263: `vinum_concat' undeclared here (not in a fun= ction) /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 fun= ction) /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 fun= ction) /usr/src/sbin/vinum/v.c:265: initializer element for `funkeys[28].fun' is= not = constant gzip -cn /usr/src/sbin/vinum/vinum.8 > vinum.8.gz /usr/src/sbin/vinum/list.c: In function `vinum_lpi': /usr/src/sbin/vinum/list.c:392: `sflag' undeclared (first use in this fun= ction) /usr/src/sbin/vinum/list.c: In function `vinum_lsi': /usr/src/sbin/vinum/list.c:545: `sflag' undeclared (first use in this fun= ction) /usr/src/sbin/vinum/list.c: In function `listconfig': /usr/src/sbin/vinum/list.c:627: `sflag' undeclared (first use in this fun= ction) *** Error code 1 *** Error code 1 /usr/src/sbin/vinum/commands.c: In function `genvolname': /usr/src/sbin/vinum/commands.c:1208: `objectname' undeclared (first use i= n = this function) /usr/src/sbin/vinum/commands.c:1208: (Each undeclared identifier is repor= ted = only once /usr/src/sbin/vinum/commands.c:1208: for each function it appears in.) /usr/src/sbin/vinum/commands.c: In function `vinum_concat': /usr/src/sbin/vinum/commands.c:1292: `objectname' undeclared (first use i= n = this function) /usr/src/sbin/vinum/commands.c:1331: warning: implicit declaration of fun= ction = `find_drive_by_devname' /usr/src/sbin/vinum/commands.c:1331: warning: assignment makes pointer fr= om = integer without a cast /usr/src/sbin/vinum/commands.c: In function `vinum_stripe': /usr/src/sbin/vinum/commands.c:1406: `objectname' undeclared (first use i= n = this function) /usr/src/sbin/vinum/commands.c:1409: warning: assignment makes pointer fr= om = integer without a cast /usr/src/sbin/vinum/commands.c:1425: warning: implicit declaration of fun= ction = `min' /usr/src/sbin/vinum/commands.c:1466: warning: assignment makes pointer fr= om = integer without a cast /usr/src/sbin/vinum/commands.c: In function `vinum_mirror': /usr/src/sbin/vinum/commands.c:1541: `sflag' undeclared (first use in thi= s = function) /usr/src/sbin/vinum/commands.c:1563: `objectname' undeclared (first use i= n = this function) /usr/src/sbin/vinum/commands.c:1566: warning: assignment makes pointer fr= om = integer without a cast /usr/src/sbin/vinum/commands.c:1635: warning: assignment makes pointer fr= om = integer without a cast *** Error code 1 3 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message