From owner-freebsd-current Sun Jun 14 11:55:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12733 for freebsd-current-outgoing; Sun, 14 Jun 1998 11:55:49 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12728 for ; Sun, 14 Jun 1998 11:55:46 -0700 (PDT) (envelope-from bruce@zuhause.mn.org) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id NAA22037 for freebsd-current@freebsd.org; Sun, 14 Jun 1998 13:55:44 -0500 (CDT) Received: (from bruce@localhost) by zuhause.mn.org (8.8.8/8.8.7) id NAA19626; Sun, 14 Jun 1998 13:49:42 -0500 (CDT) From: Bruce Albrecht Date: Sun, 14 Jun 1998 13:49:40 -0500 (CDT) To: freebsd-current@FreeBSD.ORG Subject: build error in fsck from cvsup of today X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13700.6822.360477.811451@zuhause.zuhause.mn.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG make -j6 give the following errors: ===> sbin/fsck --- dir.o --- --- inode.o --- --- main.o --- --- pass1.o --- --- pass1b.o --- --- pass2.o --- --- dir.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/dir.c --- inode.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/inode.c /usr/src/sbin/fsck/inode.c: In function `ckinode': /usr/src/sbin/fsck/inode.c:73: warning: comparison between signed and unsigned --- main.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/main.c --- pass1.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/pass1.c --- pass1b.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/pass1b.c --- pass2.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/pass2.c --- pass1.o --- /usr/src/sbin/fsck/pass1.c: In function `checkinode': --- pass3.o --- --- pass1.o --- /usr/src/sbin/fsck/pass1.c:169: warning: comparison between signed and unsigned --- pass3.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/pass3.c --- pass1.o --- /usr/src/sbin/fsck/pass1.c:234: `uoff_t' undeclared (first use this function) /usr/src/sbin/fsck/pass1.c:234: (Each undeclared identifier is reported only once /usr/src/sbin/fsck/pass1.c:234: for each function it appears in.) --- pass4.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/pass4.c --- pass5.o --- cc -O -pipe -W -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/pass5.c --- dir.o --- /usr/src/sbin/fsck/dir.c: In function `expanddir': --- pass1.o --- *** Error code 1 --- dir.o --- /usr/src/sbin/fsck/dir.c:587: `uoff_t' undeclared (first use this function) --- pass5.o --- /usr/src/sbin/fsck/pass5.c: In function `pass5': /usr/src/sbin/fsck/pass5.c:92: warning: comparison between signed and unsigned --- dir.o --- /usr/src/sbin/fsck/dir.c:587: (Each undeclared identifier is reported only once --- pass5.o --- /usr/src/sbin/fsck/pass5.c:226: warning: comparison between signed and unsigned /usr/src/sbin/fsck/pass5.c:233: warning: comparison between signed and unsigned --- dir.o --- /usr/src/sbin/fsck/dir.c:587: for each function it appears in.) /usr/src/sbin/fsck/dir.c:589: warning: comparison between signed and unsigned --- inode.o --- /usr/src/sbin/fsck/inode.c: In function `allocino': /usr/src/sbin/fsck/inode.c:604: `uoff_t' undeclared (first use this function) /usr/src/sbin/fsck/inode.c:604: (Each undeclared identifier is reported only once /usr/src/sbin/fsck/inode.c:604: for each function it appears in.) --- dir.o --- /usr/src/sbin/fsck/dir.c:603: warning: comparison between signed and unsigned --- pass5.o --- /usr/src/sbin/fsck/pass5.c:52: warning: `savednrpos' might be used uninitialized in this function --- inode.o --- *** Error code 1 --- dir.o --- *** Error code 1 3 errors *** 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