From owner-freebsd-hackers Thu Jul 10 01:51:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA15693 for hackers-outgoing; Thu, 10 Jul 1997 01:51:02 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id BAA15680 for ; Thu, 10 Jul 1997 01:50:57 -0700 (PDT) Received: (qmail 17873 invoked by uid 1000); 10 Jul 1997 08:51:07 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD X-PRIORITY: 2 (High) Priority: urgent Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 10 Jul 1997 01:51:07 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: FreeBSD-Hackers@freebsd.org Subject: Make World Explodes Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk RELENG_2_2, as of tonightdoes the following naughty things: mkdep -f .depend -a /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c /usr/src/2.2/src/usr.bin/xinstall/xinstall.c cc -O -c /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function `flags_to_string': /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:72: `UF_NOUNLINK' undeclared (first use this function) ... ===> sbin/fsck cc -O -W -c /usr/src/2.2/src/sbin/fsck/dir.c In file included from /usr/src/2.2/src/sbin/fsck/dir.c:48: /usr/src/2.2/src/sbin/fsck/fsck.h:62: parse error before `ufs_daddr_t' /usr/src/2.2/src/sbin/fsck/fsck.h:62: warning: no semicolon at end of struct or union ... This repeats in many, many files in this directory, as well as fsdb, quotacheck. ===> sbin/i386/mount_msdos cc -O -D_NEW_VFSCONF -I/usr/src/2.2/src/sbin/i386/mount_msdos/../../mount -c /usr/src/2.2/src/sbin/i386/mount_msdos/mount_msdos.c In file included from /usr/src/2.2/src/sbin/i386/mount_msdos/mount_msdos.c:40: /usr/include/msdosfs/msdosfsmount.h:62: field `pm_bpb' has incomplete type /usr/include/msdosfs/msdosfsmount.h:83: field `pm_export' has incomplete type ... ===> lkm/syscons/blank cc -O -DLKM -I/usr/src/2.2/src/lkm/syscons/blank/.. -I/usr/src/2.2/src/lkm/syscons/blank/../../../sys -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/2.2/src/lkm/syscons/blank/../../sys -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -c /usr/src/2.2/src/lkm/syscons/blank/blank_saver.c ld -r -o tmp.o blank_saver.o symorder -c symb.tmp tmp.o symorder: 1 symbol not found: _blank_saver_mod *** Error code 1 (continuing) ... This also appears in daemon, fade, green, snake, star. Any suggestions are welcome. Simon