From owner-freebsd-current Mon Jul 14 22:22:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06165 for current-outgoing; Mon, 14 Jul 1997 22:22:29 -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 WAA06157 for ; Mon, 14 Jul 1997 22:22:25 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id PAA05824; Tue, 15 Jul 1997 15:18:06 +1000 Date: Tue, 15 Jul 1997 15:18:06 +1000 From: Bruce Evans Message-Id: <199707150518.PAA05824@godzilla.zeta.org.au> To: bde@zeta.org.au, smp@csn.net Subject: Re: Make world broken Cc: freebsd-current@FreeBSD.ORG, roberto@keltia.freenix.fr Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >cc -O -pipe -c /src/src/usr.sbin/pstat/pstat.c >> >/src/src/usr.sbin/pstat/pstat.c:55: miscfs/union/union.h: No such file or directory >> >> This is because not all the headers in sys are installed (yet). > >Meaning that someone is still working on something? Or do you mean >"not all NEW headers were installed into the proper path at that moment" >and that another pass of "make world" would work? No. No. I mean that sys/miscfs/*/*.h etc. is never installed in /usr/include. Bruce