Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 1997 15:44:57 -0400 (EDT)
From:      John Dowdal <jdowdal@destiny.erols.com>
To:        Babumpabajard <babump@itw.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Make world on stable
Message-ID:  <Pine.BSF.3.95q.970714154338.13077C-100000@destiny.erols.com>
In-Reply-To: <3.0.32.19970714000158.00932cb0@mail.itw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
To fix this error, type "make includes" before doing "make world".  The
system first tries to compile xinstall before it installs the new include
files, but needs the new includes to compile xinstall.  Doh!

John


On Mon, 14 Jul 1997, Babumpabajard wrote:

> 
> 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?Pine.BSF.3.95q.970714154338.13077C-100000>