Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 15:16:52 -0400
From:      taxman <taxman@acd.net>
To:        Craig Rodrigues <rodrigc@attbi.com>, freebsd-stable@freebsd.org
Subject:   Re: 4.8 buildworld compilation problem: kdump
Message-ID:  <200304181516.52754.taxman@acd.net>
In-Reply-To: <20030418174223.GA11179@attbi.com>
References:  <20030418174223.GA11179@attbi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304181516.52754.taxman>