Date: Mon, 24 Mar 2008 09:48:14 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Chuck Robey <chuckr@chuckr.org> Cc: freebsd-current@freebsd.org Subject: Re: patching Message-ID: <20080324164814.GA86990@dragon.NUXI.org> In-Reply-To: <47E55BD0.2000101@chuckr.org> References: <47E55BD0.2000101@chuckr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
--
-- David (obrien@FreeBSD.org)
Q: Because it reverses the logical flow of conversation.
A: Why is top-posting (putting a reply at the top of the message) frowned upon?
Let's not play "Jeopardy-style quoting"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080324164814.GA86990>
