From owner-freebsd-current@FreeBSD.ORG Mon Mar 24 17:48:50 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A91D106564A for ; Mon, 24 Mar 2008 17:48:50 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECC08FC1D for ; Mon, 24 Mar 2008 17:48:50 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id m2OHmk77086324; Mon, 24 Mar 2008 10:48:46 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id m2OHmklD086323; Mon, 24 Mar 2008 10:48:46 -0700 (PDT) (envelope-from david) Date: Mon, 24 Mar 2008 10:48:46 -0700 From: David Wolfskill To: Chuck Robey Message-ID: <20080324174846.GL75023@bunrab.catwhisker.org> References: <47E55BD0.2000101@chuckr.org> <20080324164814.GA86990@dragon.NUXI.org> <47E7E283.5070406@chuckr.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sWvRP97dwRHm9fX+" Content-Disposition: inline In-Reply-To: <47E7E283.5070406@chuckr.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd.org@catwhisker.org, freebsd-current@freebsd.org Subject: Re: patching X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 17:48:50 -0000 --sWvRP97dwRHm9fX+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 24, 2008 at 01:18:59PM -0400, Chuck Robey wrote: > ... > > In otherwords, you have stale files in ${DESTDIR}/usr/include. >=20 > Thanks, David, I'd found it a couple days ago, actually it was pointed di= rectly > to in an earlier email. I had somehow pulled a really old copy of tablet= .h from > my cvs archive onto my system.... Something I've been doing for a while to avoid that is to augment the steps listed in src/UPDATING by prefixing the "make installworld" with rm -fr /usr/include.old && mv /usr/include{,.old} so once "make installworld" has completed, /usr/include is fresh. I have had very few breaks -- even in CURRENT -- over the years since adopting the approach. (And I generally track CURRENT daily.) Note that the approach is not appropriate for a machine that has /usr/include updated outside of the "make installworld" process -- but my machines don't have that issue. (Still, note that I "move aside" the old /usr/include, just in case....) Peace, david --=20 David H. Wolfskill david@catwhisker.org I submit that "conspiracy" would be an appropriate collective noun for cats. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --sWvRP97dwRHm9fX+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkfn6X0ACgkQmprOCmdXAD1a7wCdGVNS1vFau87tRrERTQAvj2RD BPIAn22SQh56OTvDQG6inmkRwMHbLOUt =SsIA -----END PGP SIGNATURE----- --sWvRP97dwRHm9fX+--