Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Oct 2003 19:17:51 +0200
From:      "Peter J. Blok" <pblok@inter.NL.net>
To:        David Wolfskill <david@catwhisker.org>, Peter.Blok@inter.NL.net
Cc:        stable@freebsd.org
Subject:   Re: make world
Message-ID:  <200310011917.52025.pblok@inter.NL.net>
In-Reply-To: <200309281934.h8SJYF7g000746@bunrab.catwhisker.org>
References:  <200309281934.h8SJYF7g000746@bunrab.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <pblok@inter.NL.net>
>
> >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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310011917.52025.pblok>