From owner-freebsd-stable@FreeBSD.ORG Wed Oct 1 10:17:56 2003 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 C902516A4B3 for ; Wed, 1 Oct 2003 10:17:56 -0700 (PDT) Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4388C43FE9 for ; Wed, 1 Oct 2003 10:17:55 -0700 (PDT) (envelope-from pblok@inter.NL.net) Received: from bsdpc (ip503cf841.speed.planet.nl [80.60.248.65]) by smtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HM3004DZ9LEQU@smtp02.wxs.nl> for stable@freebsd.org; Wed, 01 Oct 2003 19:22:28 +0200 (MEST) Date: Wed, 01 Oct 2003 19:17:51 +0200 From: "Peter J. Blok" In-reply-to: <200309281934.h8SJYF7g000746@bunrab.catwhisker.org> To: David Wolfskill , Peter.Blok@inter.NL.net Message-id: <200310011917.52025.pblok@inter.NL.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.3 References: <200309281934.h8SJYF7g000746@bunrab.catwhisker.org> cc: stable@freebsd.org Subject: Re: make world 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: Wed, 01 Oct 2003 17:17:56 -0000 Removing /usr/include was not enough to fix the problem. I had to remove /usr/src and do a full cvsup to get rid of my compile error. Peter On Sunday 28 September 2003 21:34, David Wolfskill wrote: > >Date: Sun, 28 Sep 2003 21:24:30 +0200 > > From: "Peter J. Blok" > > >To: freebsd-stable@freebsd.org, pblok@inter.NL.net > >Subject: make world > > > >Hi, I was under the impression a successful make world was updating > > include files in /usr/include/netinet too. > > Yes. > > >When I have a good make world, the files in /usr/include have new time > > stamps, but the ones in netinet have not! > > Hmmm.... Maybe you have a bad file in there. > > >Am I missing something here? My current stable doesn't compille properly > > it fails in kdump on a missing ioctlcmd_t typedef. > > I had no problems: > > bunrab(4.9-P)[2] uname -a > FreeBSD bunrab.catwhisker.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #51: > Sun Sep 28 08:58:00 PDT 2003 > root@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/BUNRAB i386 > bunrab(4.9-P)[3] > > Part of the process I use, just after the "mergemaster -p" that > follows "make installkernel" is > > rm -fr /usr/include.old && mv /usr/include /usr/include.old > > then continuing with "make installworld" as usual. > > But in my case, I know that there is nothing in /usr/include that was > not put there by "make installworld" anyway. > > Peace, > david