Date: Wed, 12 Sep 2001 13:26:09 -0400 From: Steve Shorter <steve@nomad.lets.net> To: freebsd-stable@freebsd.org Subject: 4.4RC buildworld compile errors Message-ID: <20010912132609.A53995@nomad.lets.net>
next in thread | raw e-mail | index | archive | help
Howdy! I cvsuped RELENG_4 today and did a buildworld from a 4.3-RELEASE system. I got a number of compiler warnings concerning redefined macros and other stuff that I have not experienced with other buildworlds (like with 4.3) Is there some other issue that needs to be addressed when doing a buildworld in this context, or what am I missing... Oh..yeh... Is it best/neccessary to buildworld 4.4 on 4.3 and then rebuild 4.4 on the new 4.4 so that all binarys are running on the system that they were built on. Here is a sample of compiler warnings etc. thanx -steve ===> cc1plus yacc -d -o parse.c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parse.y yacc: 30 shift/reduce conflicts yacc: 42 reduce/reduce conflicts ===> 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 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 /usr/obj/usr/src/i386/usr/include/machine/i4b_isppp.h:43, from ioctl.c:45: /usr/obj/usr/src/i386/usr/include/netinet/ip.h:68: warning: `IP_MF' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:659: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:170: warning: `IPOPT_SECUR_UNCLASS' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:707: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:171: warning: `IPOPT_SECUR_CONFID' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:710: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:172: warning: `IPOPT_SECUR_EFTO' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:713: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:173: warning: `IPOPT_SECUR_MMMM' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:716: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:174: warning: `IPOPT_SECUR_RESTR' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:719: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:175: warning: `IPOPT_SECUR_SECRET' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:722: warning: this is the location of the previous definition /usr/obj/usr/src/i386/usr/include/netinet/ip.h:176: warning: `IPOPT_SECUR_TOPSECRET' redefined /usr/obj/usr/src/i386/usr/include/netinet/ip_compat.h:725: warning: this is the location of the previous definition To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010912132609.A53995>