Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 1997 11:22:23 -0500 (EST)
From:      Andre LeClaire <leclaire@venus.net>
To:        stable@FreeBSD.ORG
Subject:   Make world failure
Message-ID:  <Pine.BSF.3.96.970705110545.153A-100000@localhost>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970705110545.153A-100000>