From owner-freebsd-stable Tue Jan 23 21:55:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.rdc2.bc.home.com (mail1.rdc2.bc.home.com [24.2.10.84]) by hub.freebsd.org (Postfix) with ESMTP id EACE937B400 for ; Tue, 23 Jan 2001 21:55:25 -0800 (PST) Received: from ardbeg ([24.77.8.34]) by mail1.rdc2.bc.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010124055524.BFYD25505.mail1.rdc2.bc.home.com@ardbeg> for ; Tue, 23 Jan 2001 21:55:24 -0800 From: Gord Broom Reply-To: Gordon.Broom@home.com To: Subject: Re: make buildworld fails Date: Tue, 23 Jan 2001 21:35:12 -0800 X-Mailer: KMail [version 1.0.28] Content-Type: Multipart/Mixed; charset="ISO-8859-1"; boundary="Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ" References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01012321552400.75594@ardbeg> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/plain Content-Transfer-Encoding: 7bit On Tue, 23 Jan 2001, Lukas Ertl wrote: > On Tue, 23 Jan 2001, Simon Loader wrote: > > > "make buildworld" constantly fails on my 4.2-STABLE machine. I cvsup'ed > freshly, but the problem persists. Here is the error log: > I haven't had a clean "make buildworld" yet since I upgraded to 4.2 (4.2-STABLE/ 250MB / 530 MB swap), and it's been dying two hours in or so (script(1) is handy here), I've attached an abridged error log below. executive summary [...] ===> usr.sbin/setkey [...] cc -O -pipe -g -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../sys/netkey -DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I. -I/usr/obj/usr/src/i386/usr/include -c parse.c cc -O -pipe -g -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../sys/netkey -DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I. -I/usr/obj/usr/src/i386/usr/include -c token.c /usr/src/usr.sbin/setkey/token.l: In function `yylex': /usr/src/usr.sbin/setkey/token.l:122: `ADD' undeclared (first use in this function) [similarly for 'DELETE', 'FLUSH', 'DUMP', etc.] Silly me assumed that something called "STABLE" would actually compile :-) Anyone had any success in cvsup / make buildworld? I certainly haven't (oh, my cvsupfile's attached as well). I have no idea what state my system is in now, because I ended up (after an unsuccesful but naively-trusting "make world") reinstalling the "bin" distribution from the CD. This was after discovering that my kernel/rc.firewall/ipfw configuration was mismatched (but boy was I secure :-), and attempting to follow the instructions in /usr/src/UPDATING. Sigh. Not a happy camper. Gord Broom --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/plain; name="error-log" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="error-log" Script started on Tue Jan 23 19:25:08 2001 ardbeg# make buildworld [... lots and lots of stuff deleted (available on request) ...] ===> usr.sbin/setkey cc -O -pipe -g -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../sys/netkey -DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I. -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/setkey/setkey.c cc -O -pipe -g -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../sys/netkey -DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I. -I/usr/obj/usr/src/i386/usr/include -c parse.c cc -O -pipe -g -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../lib/libipsec -I/usr/src/usr.sbin/setkey/../../sys/netkey -DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I. -I/usr/obj/usr/src/i386/usr/include -c token.c /usr/src/usr.sbin/setkey/token.l: In function `yylex': /usr/src/usr.sbin/setkey/token.l:122: `ADD' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:122: (Each undeclared identifier is reported only once /usr/src/usr.sbin/setkey/token.l:122: for each function it appears in.) /usr/src/usr.sbin/setkey/token.l:123: `DELETE' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:124: `GET' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:125: `FLUSH' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:126: `DUMP' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:129: `SPDADD' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:130: `SPDDELETE' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:131: `SPDDUMP' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:132: `SPDFLUSH' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:133: `F_POLICY' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:145: `yylval' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:148: `PL_REQUESTS' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:150: `EOT' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:153: `PR_AH' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:154: `PR_ESP' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:157: `PR_IPCOMP' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:160: `F_AUTH' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:161: `ALG_AUTH' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:168: `F_ENC' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:169: `ALG_ENC' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:175: `ALG_ENC_DESDERIV' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:176: `ALG_ENC_DES32IV' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:179: `F_COMP' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:180: `ALG_COMP' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:183: `F_RAWCPI' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:186: `F_MODE' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:189: `F_REQID' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:190: `F_EXT' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:191: `EXTENSION' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:194: `NOCYCLICSEQ' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:195: `F_REPLAY' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:196: `F_LIFETIME_HARD' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:197: `F_LIFETIME_SOFT' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:201: `UP_PROTO' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:219: `DECSTRING' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:228: `ADDRESS' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:235: `PREFIX' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:245: `PORT' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:250: `PORTANY' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:264: `HEXSTRING' undeclared (first use in this function) /usr/src/usr.sbin/setkey/token.l:276: `QUOTEDSTRING' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/usr.sbin/setkey. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ardbeg# exit Script done on Tue Jan 23 21:34:21 2001 --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/plain; name="cvsupfile" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="cvsupfile" # $Id: //depot/users/gord/ardbeg/cvsupfile#2 $ *default host=cvsup.ca.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix src-all src-crypto src-secure *default tag=. ports-all doc-all --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message