Date: Wed, 12 Sep 2001 21:02:48 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Steve Shorter <steve@nomad.tor.lets.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.4RC buildworld compile errors Message-ID: <20010912210248.B48899@sunbay.com> In-Reply-To: <20010912132609.A53995@nomad.lets.net>; from steve@nomad.tor.lets.net on Wed, Sep 12, 2001 at 01:26:09PM -0400 References: <20010912132609.A53995@nomad.lets.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 12, 2001 at 01:26:09PM -0400, Steve Shorter wrote: > 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. > This is not required. > ===> 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 > Not sure about this. > ===> 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 > These are normal -- kdump's Makefile scans the entire /usr/include for sysctl defines. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age 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?20010912210248.B48899>