From owner-freebsd-stable Wed Sep 12 10:31:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from spitfire.velocet.net (spitfire.velocet.net [216.138.223.227]) by hub.freebsd.org (Postfix) with ESMTP id 80BFC37B406 for ; Wed, 12 Sep 2001 10:31:26 -0700 (PDT) Received: from nomad.tor.lets.net (H74.C220.tor.velocet.net [216.138.220.74]) by spitfire.velocet.net (Postfix) with SMTP id 2A22244A9AE for ; Wed, 12 Sep 2001 13:31:25 -0400 (EDT) Received: (qmail 54020 invoked by uid 1001); 12 Sep 2001 17:26:09 -0000 Date: Wed, 12 Sep 2001 13:26:09 -0400 From: Steve Shorter To: freebsd-stable@freebsd.org Subject: 4.4RC buildworld compile errors Message-ID: <20010912132609.A53995@nomad.lets.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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