From owner-freebsd-current@FreeBSD.ORG Mon Mar 24 17:25:49 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 684B7106564A for ; Mon, 24 Mar 2008 17:25:49 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id 28C7E8FC15 for ; Mon, 24 Mar 2008 17:25:49 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 25326 invoked from network); 24 Mar 2008 17:25:48 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 24 Mar 2008 17:25:48 -0000 Message-ID: <47E7E283.5070406@chuckr.org> Date: Mon, 24 Mar 2008 13:18:59 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: obrien@freebsd.org, Chuck Robey , freebsd-current@freebsd.org References: <47E55BD0.2000101@chuckr.org> <20080324164814.GA86990@dragon.NUXI.org> In-Reply-To: <20080324164814.GA86990@dragon.NUXI.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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:25:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David O'Brien wrote: > On Sat, Mar 22, 2008 at 03:19:44PM -0400, Chuck Robey wrote: >> Here's the part of kdump where it broke: >> ===> usr.bin/kdump (all) > .. >> In file included from ioctl.c:127: >> /usr/obj/usr/src/tmp/usr/include/sys/tablet.h:93: error: redefinition of 'struct >> synapticshw' > > The kdump build includes all .h's visiable to it. If you 'cd > /usr/src/usr.bin/kdump && make' it will look at every > /usr/include/sys/*.h you have - including old obsolete ones. > > In otherwords, you have stale files in ${DESTDIR}/usr/include. > Thanks, David, I'd found it a couple days ago, actually it was pointed directly to in an earlier email. I had somehow pulled a really old copy of tablet.h from my cvs archive onto my system. I have been working on a USB driver for a graphic tablet, I can't really see how I pulled that file from the archive, but that's doubtlessly the thing which I did, and removing it fixed the build, I just had assumed it was one of the occaisonal breakages in current because I thought I hadn't touched it directly, I needed to be given a reason to overcome my silly assumption. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH5+KDz62J6PPcoOkRAsb9AJ9gRHhnaM9u5PFxsc5ZHtVddzwSiACgkrPT z//Q6wF14Pow+6hyfLfI3BM= =gEF6 -----END PGP SIGNATURE-----