Date: Thu, 10 Jul 1997 01:51:07 -0700 (PDT) From: Simon Shapiro <Shimon@i-Connect.Net> To: FreeBSD-Hackers@freebsd.org Subject: Make World Explodes Message-ID: <XFMail.970710015107.Shimon@i-Connect.Net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970710015107.Shimon>