From owner-freebsd-stable Sat Jul 5 09:22:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA10360 for stable-outgoing; Sat, 5 Jul 1997 09:22:32 -0700 (PDT) Received: from venus.net (venus.net [205.243.72.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA10355 for ; Sat, 5 Jul 1997 09:22:30 -0700 (PDT) Received: from localhost (ve1-p2.venus.net [205.243.75.5]) by venus.net (8.7.1/8.7.3) with SMTP id MAA20444 for ; Sat, 5 Jul 1997 12:27:38 -0400 (EDT) Date: Sat, 5 Jul 1997 11:22:23 -0500 (EST) From: Andre LeClaire X-Sender: leclaire@localhost Reply-To: Andre LeClaire To: stable@FreeBSD.ORG Subject: Make world failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I made a fresh install from the 2.2.2 CDROM, ran CVSup with the tag RELENG_2_2, then did a make world. Result: cd /usr/src/usr.bin/xinstall && make depend && make -DNOINFO -DNOMAN -DNOPROFILE all install cleandir obj rm -f .depend mkdep -f .depend -a /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c /usr/src/usr.bin/xinstall/xinstall.c cc -O2 -m486 -pipe -c /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function `flags_to_string': /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:72: `UF_NOUNLINK' undeclared (first use this function) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:72: (Each undeclared identifier is reported only once /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:72: for each function it appears in.) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:82: `SF_NOUNLINK' undeclared (first use this function) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function `string_to_flags': /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:141: `SF_NOUNLINK' undeclared (first use this function) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:150: `UF_NOUNLINK' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *1 Stop. I poked around in the mailing list archives, but couldn't find any clues. Did I miss something? Andre