From owner-freebsd-current Sat Aug 26 12: 5:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from smtp.email.msn.com (cpimssmtpu02.email.msn.com [207.46.181.18]) by hub.freebsd.org (Postfix) with ESMTP id 5A80837B43C for ; Sat, 26 Aug 2000 12:05:32 -0700 (PDT) Received: from lando - 63.15.0.188 by email.msn.com with Microsoft SMTPSVC; Sat, 26 Aug 2000 12:04:52 -0700 From: "James Johnson" To: Subject: break in usr.bin/kdump Date: Sat, 26 Aug 2000 12:04:06 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've been tracking -CURRENT for a while.. Whenever I attempt to build the world I get the following break: # make buildworld ===> usr.bin/kdump cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../. . -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/kdump/kdump.c sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include > ioctl.c In file included from :67: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined /usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../. . -I/usr/obj/usr/src/i386/usr/include -c ioctl.c In file included from ioctl.c:97: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined /usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition In file included from ioctl.c:37: /usr/obj/usr/src/i386/usr/include/dev/usb/rio500_usb.h:35: redefinition of `struct RioCommand' *** Error code 1 Stop in /usr/src/usr.bin/kdump. *** Error code 1 # I do own one of the rio500 devices and have installed the rio500 audio package in the past (have since cleaned it..) I usually just comment out struct RioCommand from include/dev/usb/rio500_usb.h this goes away, feeling this was a common break but since it has been reoccuring I feel that I should mention it. Anyone have ideas to figure out why this is occuring on only this box? Thanks -- James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message