From owner-freebsd-current Wed Oct 14 22:34:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06152 for freebsd-current-outgoing; Wed, 14 Oct 1998 22:34:42 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06145 for ; Wed, 14 Oct 1998 22:34:34 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA05419; Thu, 15 Oct 1998 15:34:03 +1000 Date: Thu, 15 Oct 1998 15:34:03 +1000 From: Bruce Evans Message-Id: <199810150534.PAA05419@godzilla.zeta.org.au> To: bruce@zuhause.mn.org, freebsd-current@FreeBSD.ORG Subject: Re: New build problem? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I was looking at this further, and it looks to me like the problem is >that the make depend for /usr/src/lib/csu/i386 is looking for >the includes in /usr/obj/usr/src/tmp/usr/include instead of >/usr/obj/aout/usr/src/tmp/usr/include. The reason why it got further >in the previous build is because I hadn't started out with a totally >empty /usr/obj, and I think it was finding an old param.h. > >Is this something that needs to be fixed before the release? I >suspect that it may not be an issue for elf builds on an elf machine, >but I haven't gotten far enough to check. I was hoping to upgrade my >system from source, but maybe I'll have to resort to installing the >3.0 release. You apparently have a stale .depend file in the source directory. The `make clean' step won't remove this if an obj directory exists. `make clean' can be run twice to first rm -rf any obj directories and then to clean the source tree, but `make world' only runs it once since this is sufficient for files created by `make world', modulo bugs in (possibly previous versions of) `make world'. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message