From owner-freebsd-stable@FreeBSD.ORG Sat Oct 4 02:58:35 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 E324C16A4B3 for ; Sat, 4 Oct 2003 02:58:35 -0700 (PDT) Received: from smtp10.wxs.nl (smtp10.wxs.nl [195.121.6.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA91E43FE0 for ; Sat, 4 Oct 2003 02:58:34 -0700 (PDT) (envelope-from pblok@inter.NL.net) Received: from bsdpc (ip503cf841.speed.planet.nl [80.60.248.65]) by smtp10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HM80088N8WQYM@smtp10.wxs.nl> for freebsd-stable@freebsd.org; Sat, 04 Oct 2003 11:55:39 +0200 (MEST) Date: Sat, 04 Oct 2003 11:57:28 +0200 From: "Peter J. Blok" In-reply-to: <20031001182105.D74468@carver.gumbysoft.com> To: Doug White , "Peter J. Blok" Message-id: <200310041157.28557.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: <200309282124.30813.pblok@inter.NL.net> <20031001182105.D74468@carver.gumbysoft.com> cc: freebsd-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: Sat, 04 Oct 2003 09:58:36 -0000 Hi Doug, I did a make includes but it wasn't fixing the include files in netinet or other sub-directories below /usr/include. When I removed /usr/include before a make includes everything was present, but the make world failed again. So the conclusion was: my cvsup'ed tree was corrupt. My cvsup didn't update anything nor was it complaining about things when I called it again. All my systems are time synched. It was until I removed /usr/include and /usr/src and did the same cvsup it was ok again. I was using cvsup2.freebsd.org and haven't tried others. Peter On Thursday 02 October 2003 03:22, Doug White wrote: > On Sun, 28 Sep 2003, Peter J. Blok wrote: > > Hi, I was under the impression a successful make world was updating > > include files in /usr/include/netinet too. > > > > When I have a good make world, the files in /usr/include have new time > > stamps, but the ones in netinet have not! > > Are you sure the files are different? > > You can try doing 'make includes' from /usr/src/ to see if it fixes your > compile issues. This forcibly reinstalls the header files. > > Also check that your checkout is complete. > > > Am I missing something here? My current stable doesn't compille properly > > it fails in kdump on a missing ioctlcmd_t typedef. > > > > Peter > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"