From owner-freebsd-stable@FreeBSD.ORG Sun Apr 25 14:12:13 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561D616A4CE; Sun, 25 Apr 2004 14:12:13 -0700 (PDT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4353643D53; Sun, 25 Apr 2004 14:12:13 -0700 (PDT) (envelope-from mike@inbox.lv) Received: from pool0296.cvx36-bradley.dialup.earthlink.net ([216.244.19.41] helo=ringworm.mojavegreen.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BHqv6-000028-00; Sun, 25 Apr 2004 14:12:12 -0700 Received: by ringworm.mojavegreen.com (Postfix, from userid 1000) id BC81B8455; Sun, 25 Apr 2004 14:08:22 -0700 (PDT) From: "Michael C. Shultz" Organization: Mojave Green Software co. To: "Simon L. Nielsen" Date: Sun, 25 Apr 2004 14:08:20 -0700 User-Agent: KMail/1.6.1 References: <200404252056.i3PKuNpE060553@freefall.freebsd.org> In-Reply-To: <200404252056.i3PKuNpE060553@freefall.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404251408.20625.ringworm@inbox.lv> cc: freebsd-stable@freebsd.org Subject: Re: i386/65965: make buildworld fails for STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 21:12:13 -0000 On Sunday 25 April 2004 01:56 pm, you wrote: > Synopsis: make buildworld fails for STABLE > > State-Changed-From-To: open->closed > State-Changed-By: simon > State-Changed-When: Sun Apr 25 13:55:53 PDT 2004 > State-Changed-Why: > During buildworld a new set of headers is created/installed for use > during build, so should give the correct updated header. > It sounds like you have some old stuff in your build environment. Try > removing your /usr/obj tree, running 'make cleandir', and then retry > the build. > > For the development branches it is also better just to write a mail to > the appropriate list (freebsd-stable in this case) instead of sending > PR's for stuff like this (build errors and so on). > > I just did test buildworld of 4-STABLE (on a 4.9-R) and that > succeeded, so I'm closing the PR. > > In any case, thanks for the effort. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=65965 I remove /usr/obj and run make cleandir twice everytime I run make buildworld and did so this time. So maybe the "create/installed for use during build" is missing something? It seems too early for you to close this with out making some effort to solve the problem. Why was the /usr/include/net/if.h on my system still missing IFCAP_POLLING? During make build world? -Mike