Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 1997 00:02:04 -0400
From:      Babumpabajard <babump@itw.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Make world on stable
Message-ID:  <3.0.32.19970714000158.00932cb0@mail.itw.com>

next in thread | raw e-mail | index | archive | help

I recentlydeleted, my /usr/src direcotry and CVSup'ed the entire tree to
stable
I then used the tutorial on www.freebsd.org to upgrade my system.  When I
make world, I get the follow errors making xinstall.

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)


Does anyone know what I'm doing wrong?  My system is very close to the
2.2.2-RELEASE defaults, and my source tree is fresh.  I don't think
xinstall has anything to do with X Windows, but just incase, I do not have
X Windows install on my system.  How can I get make world to complete?

-Michael



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.32.19970714000158.00932cb0>