Date: Fri, 02 Jul 1999 20:04:49 +0200 From: Johan Karlsson <k@numeri.campus.luth.se> To: freebsd-current@freebsd.org Cc: grog@freebsd.org Subject: buildworld fails in sbin/vinum Message-ID: <199907021804.UAA06785@numeri.campus.luth.se>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907021804.UAA06785>