From owner-freebsd-stable Sun Jul 13 21:02:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA25953 for stable-outgoing; Sun, 13 Jul 1997 21:02:41 -0700 (PDT) Received: from mail.itw.net (mail.itw.net [206.138.122.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25947 for ; Sun, 13 Jul 1997 21:02:38 -0700 (PDT) Received: from babumpabajard (babump.itw.com [206.138.122.76]) by mail.itw.net (8.8.0/8.7.3) with SMTP id AAA12275 for ; Mon, 14 Jul 1997 00:02:26 -0400 Message-Id: <3.0.32.19970714000158.00932cb0@mail.itw.com> X-Sender: babump@mail.itw.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 14 Jul 1997 00:02:04 -0400 To: freebsd-stable@FreeBSD.ORG From: Babumpabajard Subject: Make world on stable Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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