Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 21:35:12 -0800
From:      Gord Broom <Gordon.Broom@home.com>
To:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: make buildworld fails
Message-ID:  <01012321552400.75594@ardbeg>
In-Reply-To: <Pine.BSF.4.31.0101231313170.57825-100000@pcle2.cc.univie.ac.at>
References:  <Pine.BSF.4.31.0101231313170.57825-100000@pcle2.cc.univie.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help

--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
<Gordon dot Broom at home dot com>

--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




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