patching

David O'Brien obrien at freebsd.org
Mon Mar 24 09:48:18 PDT 2008


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 at 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"


More information about the freebsd-current mailing list