From owner-freebsd-current Thu Oct 15 10:33:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26431 for freebsd-current-outgoing; Thu, 15 Oct 1998 10:33:45 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from fhut.fingerhut.com (fhut.fingerhut.com [204.221.45.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26418 for ; Thu, 15 Oct 1998 10:33:41 -0700 (PDT) (envelope-from Bruce.Albrecht@seag.fingerhut.com) Received: from gw002e0.seag.fingerhut.com (intmail [151.210.152.6]) by fhut.fingerhut.com (8.9.1/8.9.1) with ESMTP id MAA22122; Thu, 15 Oct 1998 12:33:21 -0500 (CDT) Received: from seag.fingerhut.com (GF007E0.SEAG.fingerhut.com [151.210.140.7]) by gw002e0.seag.fingerhut.com (8.8.8/8.8.8) with SMTP id MAA18697; Thu, 15 Oct 1998 12:33:20 -0500 (CDT) Received: from gf006e0.seag.fingerhut.com by seag.fingerhut.com (SMI-8.6/SMI-SVR4) id MAA00327; Thu, 15 Oct 1998 12:33:17 -0500 Received: by gf006e0.seag.fingerhut.com (SMI-8.6/SMI-SVR4) id MAA01407; Thu, 15 Oct 1998 12:33:15 -0500 From: Bruce Albrecht MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <13862.12762.329486.287365@fingerhut.com> Date: Thu, 15 Oct 1998 12:33:14 -0500 (CDT) To: Bruce Evans Cc: bruce@zuhause.mn.org, freebsd-current@FreeBSD.ORG Subject: Re: New build problem? In-Reply-To: <199810150534.PAA05419@godzilla.zeta.org.au> References: <199810150534.PAA05419@godzilla.zeta.org.au> X-Mailer: VM 6.62 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bruce Evans writes: > >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'. That was the problem. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message