From owner-freebsd-stable Sun Jul 6 00:56:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA13336 for stable-outgoing; Sun, 6 Jul 1997 00:56:33 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA13299 for ; Sun, 6 Jul 1997 00:55:40 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id RAA19719; Sun, 6 Jul 1997 17:37:16 +1000 Date: Sun, 6 Jul 1997 17:37:16 +1000 From: Bruce Evans Message-Id: <199707060737.RAA19719@godzilla.zeta.org.au> To: Harlan.Stenn@pfcs.com, msmith@atrad.adelaide.edu.au Subject: Re: stat_flags.c stops make world Cc: edsweeney@caro.net, freebsd-stable@FreeBSD.ORG Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Just before this gets out of hand, this is _NOT_ the problem. > >The problem is that install(1) is built very early on, before the includes >are installed (for obvious reasons). > >install(1) needs these flags defined, so you have to manually run >'make includes' before building the world. Another is that install doesn't really know about the new flags. The build fails because ls knows about them and an ls module is used. It should fail for xinstall.c too :-). Bruce