From owner-freebsd-current Tue Jan 26 19:40:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17306 for freebsd-current-outgoing; Tue, 26 Jan 1999 19:40:38 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17279; Tue, 26 Jan 1999 19:40:31 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.2/8.9.2/Netplex) with ESMTP id LAA09860; Wed, 27 Jan 1999 11:40:17 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199901270340.LAA09860@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: sef@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: kdump/ktrace broken in -current In-reply-to: Your message of "Tue, 26 Jan 1999 18:20:56 PST." <199901270220.SAA50280@time.cdrom.com> Date: Wed, 27 Jan 1999 11:40:17 +0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jordan K. Hubbard" wrote: > ===> kdump > cc -O -pipe -I/a/time/src/usr.bin/kdump/../ktrace -I/a/time/src/usr.bin/kdump /../.. -c /a/time/src/usr.bin/kdump/kdump.c > /bin/sh /a/time/src/usr.bin/kdump/mkioctls > ioctl.c > cc -O -pipe -I/a/time/src/usr.bin/kdump/../ktrace -I/a/time/src/usr.bin/kdump /../.. -c ioctl.c > In file included from ioctl.c:66: > /usr/include/pccard/cardinfo.h:57: redeclaration of `enum cardstate' > /usr/include/pccard/cardinfo.h:57: conflicting types for `noslot' > /usr/include/pccard/card.h:57: previous declaration of `noslot' > /usr/include/pccard/cardinfo.h:57: conflicting types for `empty' > /usr/include/pccard/card.h:57: previous declaration of `empty' I had this problem.. There is a stray file in /usr/include/pccard - card.h should not be there, and the generator script for ktrace/kdump/truss finds it. === revision 1.9 date: 1997/11/18 21:03:57; author: nate; state: dead; lines: +0 -0 - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with the card.h that config builds. [ Repository renaming done in the background to save the card.h history ] === > JFYI.. > > - Jordan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Cheers, -Peter -- Peter Wemm Netplex Consulting "No coffee, No workee!" :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message