From owner-freebsd-stable@FreeBSD.ORG Fri Apr 18 12:17:53 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D7E37B401 for ; Fri, 18 Apr 2003 12:17:53 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F5043FE0 for ; Fri, 18 Apr 2003 12:17:52 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.99.163 ([207.179.99.163]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 18 Apr 2003 15:18:24 -0400 From: taxman To: Craig Rodrigues , freebsd-stable@freebsd.org Date: Fri, 18 Apr 2003 15:16:52 -0400 User-Agent: KMail/1.5 References: <20030418174223.GA11179@attbi.com> In-Reply-To: <20030418174223.GA11179@attbi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304181516.52754.taxman@acd.net> X-OriginalArrivalTime: 18 Apr 2003 19:18:29.0253 (UTC) FILETIME=[4B1CCB50:01C305DF] Subject: Re: 4.8 buildworld compilation problem: kdump X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 19:17:53 -0000 On Friday 18 April 2003 01:42 pm, Craig Rodrigues wrote: > Hi, > > I have a 4.7-RELEASE system. If you're going release to release, usually might as well ask on -questions instead of -stable. Good thing you included your supfile. I think that narrowed it down. You've got an extra line in it: > I used the following cvsupfile to update my system: > > *default host=cvsup2.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4_8 > *default delete use-rel-suffix > > src-all here's the extra line: > *default tag=. This defines a second tag and . is -current so my guess is that overode your first tag and got you -current sources. I can't verify that by looking at your build error but others might be able to. Try deleting that last line, cvsupping, and run buildworld again. Tim > > > I then proceeded to do: > cd /usr/src > make buildworld > > I got a bunch of errors which occurred when building kdump: > > =========================================================================== >============================================= ===> usr.bin/kdump^M > sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include > > ioctl.c^M In file included from :20:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:860: > warning: `EATAUSRCMD' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:265: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:861: > warning: `DPT_SIGNATURE' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:269: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:862: > warning: `DPT_NUMCTRLS' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:274: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:863: > warning: `DPT_CTRLINFO' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:276: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:864: > warning: `DPT_SYSINFO' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:282: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:865: > warning: `DPT_BLINKLED' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:288: > warning: this is the location of the previous definition^M > In file included from :21:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:381: > warning: `LUN_MASK' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:138: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:382: > warning: `TARGET_MASK' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:135: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:383: > warning: `BUS_MASK' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:136: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:384: > warning: `HBA_MASK' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:137: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:386: > warning: `minor2lun' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:143: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:387: > warning: `minor2target' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:140: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:388: > warning: `minor2bus' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:141: > warning: this is the location of the previous defi nition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:389: > warning: `minor2hba' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:142: > warning: this is the location of the previous defi nition^M > In file included from > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/boot/dosboot/disklabe >.h:392,^M from :39:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/boot/dosboot/cdefs.h: >60: warning: `__CONCAT' redefined^M > /usr/obj/usr/src/i386/usr/include/sys/cdefs.h:66: warning: this is the > location of the previous definition^M In file included from :40:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/ibcs2/ibcs2_socksys.h >:31: i386/ibcs2/ibcs2_types.h: No such file or directory^M > In file included from > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/include/i4b_isppp.h:4 >3,^M from :49:^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:68: warning: `IP_MF' > redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:835: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:170: warning: > `IPOPT_SECUR_UNCLASS' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:883: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:171: warning: > `IPOPT_SECUR_CONFID' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:886: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:172: warning: > `IPOPT_SECUR_EFTO' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:889: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:173: warning: > `IPOPT_SECUR_MMMM' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:892: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:174: warning: > `IPOPT_SECUR_RESTR' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:895: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:175: warning: > `IPOPT_SECUR_SECRET' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:898: warning: this is the locati on of the previous definition^M > /usr/obj/usr/src/i386/usr/include/netinet/ip.h:176: warning: > `IPOPT_SECUR_TOPSECRET' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:901: warning: this is the locati on of the previous definition^M > In file included from :67:^M > usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:51 >: opt_pcvt.h: No such file or directory^M In file included from > /usr/obj/usr/src/i386/usr/include/sys/param.h:104,^M from > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:5 >8,^M from :67:^M > /usr/obj/usr/src/i386/usr/include/machine/limits.h:71: warning: `INT_MAX' > redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/include/if_wl_wavelan >.h:149: warning: this is the location of th e previous definition^M > In file included from > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:5 >8,^M from :67:^M > /usr/obj/usr/src/i386/usr/include/sys/param.h:214: warning: `MAX' > redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/i >p_compat.h:319: warning: this is the locati on of the previous definition^M > In file included from :67:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:1 >00: i386/isa/pcvt/pcvt_conf.h: No such file or directory^M > In file included from :67:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:1 >04: dev/kbd/kbdreg.h: No such file or direc tory^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:1 >05: dev/kbd/atkbdcreg.h: No such file or di rectory^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:1 >15: i386/isa/isa_device.h: No such file or directory^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:1 >21: i386/isa/icu.h: No such file or directo ry^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:1 >29: i386/isa/isa.h: No such file or directo ry^M > In file included from :67:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:2 >59: #error "Supported keyboard scancode set s are 1 and 2 only (for > now)!!!"^M > In file included from :102:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/sys/memrange.h:19: > warning: `MDF_ACTIVE' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/pccard/cardinfo.h:115: > warning: this is the location of the previous definition^M > In file included from :114:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/sys/wormio.h:102: warning: > `CDRIOCBLANK' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/sys/cdrio.h:88: warning: > this is the location of the previous definit ion^M > rm -f .depend^M > mkdep -f .depend -a -I/usr/src/usr.bin/kdump/../ktrace > -I/usr/src/usr.bin/kdump/../.. /usr/src/usr.bin/kdump/kdump .c ioctl.c > /usr/src/usr.bin/kdump/../ktrace/subr.c^M > In file included from ioctl.c:44:^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:860: > warning: `EATAUSRCMD' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:265: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:861: > warning: `DPT_SIGNATURE' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:269: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:862: > warning: `DPT_NUMCTRLS' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:274: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:863: > warning: `DPT_CTRLINFO' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:276: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:864: > warning: `DPT_SYSINFO' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:282: > warning: this is the location of the previous definition^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:865: > warning: `DPT_BLINKLED' redefined^M > /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:288: > warning: this is the location of the previous definition^M > > =========================================================================== >============================================= > > > How can I fix this problem? > > Thanks.