From owner-freebsd-small Wed Jan 31 2:14:10 2001 Delivered-To: freebsd-small@freebsd.org Received: from relay.ioffe.rssi.ru (relay.ioffe.rssi.ru [194.85.224.33]) by hub.freebsd.org (Postfix) with ESMTP id 2816537B65D for ; Wed, 31 Jan 2001 02:13:47 -0800 (PST) Received: from astro.ioffe.rssi.ru (astro.ioffe.rssi.ru [194.85.229.130]) by relay.ioffe.rssi.ru (8.9.1/8.9.1) with ESMTP id NAA14386; Wed, 31 Jan 2001 13:12:34 +0300 (MSK) Received: by astro.ioffe.rssi.ru (8.9.3/Clnt-2.14-AS-eef) id NAA83965; Wed, 31 Jan 2001 13:12:31 +0300 (MSK) Date: Wed, 31 Jan 2001 13:12:31 +0300 (MSK) From: Alexey Koptsevich To: Josef Karthauser Cc: Andy Tien , Alexander Prohorenko , small@FreeBSD.ORG Subject: Re: picobsd build fail In-Reply-To: <20010131095616.F5149@tao.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Josef, > cvsup and do the following: > > # cd /usr/src/usr.sbin/crunch/crunchgen > # make obj && make depend && make && make install > > That should fix it. OK, thanks! Now I have the following. May I circumvent it without upgrading the system to stable? Thanks, Alex ===> rtquery /usr/src/bin/sh/arith_lex.l:48: y.tab.h: No such file or directory /usr/src/bin/sh/arith_lex.l: In function `yylex': /usr/src/bin/sh/arith_lex.l:61: `ARITH_NUM' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:61: (Each undeclared identifier is reported only once /usr/src/bin/sh/arith_lex.l:61: for each function it appears in.) /usr/src/bin/sh/arith_lex.l:62: `ARITH_LPAREN' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:63: `ARITH_RPAREN' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:64: `ARITH_OR' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:65: `ARITH_AND' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:66: `ARITH_BOR' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:67: `ARITH_BXOR' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:68: `ARITH_BAND' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:69: `ARITH_EQ' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:70: `ARITH_NE' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:71: `ARITH_GT' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:72: `ARITH_GE' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:73: `ARITH_LT' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:74: `ARITH_LE' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:75: `ARITH_LSHIFT' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:76: `ARITH_RSHIFT' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:77: `ARITH_MUL' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:78: `ARITH_DIV' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:79: `ARITH_REM' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:80: `ARITH_ADD' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:81: `ARITH_SUB' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:82: `ARITH_BNOT' undeclared (first use in this function) /usr/src/bin/sh/arith_lex.l:83: `ARITH_NOT' undeclared (first use in this function) *** Error code 1 Stop in /opt/src/release/picobsd/net/crunch1. *** Error code 1 Stop in /opt/src/release/picobsd/net/crunch1. --> Error 1 code crunch Error while building ../net/crunch1... -> Aborting ./stage1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message