Re: buildworld is broken(src/bin/sh)

2002-05-30 Thread MOCHIZUKI Akihide/$BK>7n><=((B

I don't know why, but /usr/bin/awk is hardlinked to /usr/bin/nawk on my notepc.
So, I make that /usr/bin/awk is hardlinked to /usr/bin/gawk( not /usr/bin/nawk).
And buildworld on my notepc(5-current) is fine.

Thank you.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: buildworld is broken(src/bin/sh)

2002-05-29 Thread Igor Roboul

On Mon, May 27, 2002 at 08:34:18PM +0900, MOCHIZUKI Akihide/??? wrote:

 #define TENDCASE 9
 #define TENDBQUOTE :
 #define TREDIR ;
 #define TWORD 
 #define TIF =
I think that there are problem with awk's printing of numbers.
':' is just '9'+1
so awk tries print numbers from 10 to 15 same way as it prints
numbers from 0 to 9 (by adding ascii code of '0')
 

-- 
Igor Roboul, System administrator at Speech Technology Center
http://www.speechpro.com http://www.speechpro.ru

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



buildworld is broken(src/bin/sh)

2002-05-27 Thread MOCHIZUKI Akihide/$BK>7n><=((B

Hello all.

I make buildworld and buildkernel after cvsup at May 25th on my 4-stable
box(cvsuped and make buildworld, buildkernel, installkernel and
installworld at May 25th ).

No error,so I make installkernel and installworld on ThinkPad i1124. And
(re)buildworld on ThinkPad(5-current) for same cvsuped 5-current source
tree. I got,

--
 stage 4: building everything..
--
.
.
.
=== bin/sh
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/alias.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/bltin/echo.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/histedit.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/mail.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/memalloc.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/miscbltin.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/test/test.c
gzip -cn /pub/download/freebsd/src/bin/sh/sh.1  sh.1.gz
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
arith.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
arith_lex.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
builtins.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/cd.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/error.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/main.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/options.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/redir.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/show.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
nodes.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/eval.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/exec.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/expand.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/input.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/jobs.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/mystring.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/output.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/parser.c
cc -O3 -pipe -march=pentiumpro -DSHELL -I. -I/pub/download/freebsd/src/bin/sh-c 
/pub/download/freebsd/src/bin/sh/trap.c
/pub/download/freebsd/src/bin/sh/parser.c: In function `list':
/pub/download/freebsd/src/bin/sh/parser.c:209: case label does not reduce to an 
integer constant
/pub/download/freebsd/src/bin/sh/parser.c: In function `command':
/pub/download/freebsd/src/bin/sh/parser.c:309: syntax error before ';' token
/pub/download/freebsd/src/bin/sh/parser.c: At top level:
/pub/download/freebsd/src/bin/sh/parser.c:314: syntax error before '++' token
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2


% cat /usr/obj/pub/download/freebsd/src/bin/sh/token.h
#define TEOF 0.0
#define TNL 1
#define TSEMI 2
#define TBACKGND 3
#define TAND 4
#define TOR 5
#define TPIPE 6
#define TLP 7
#define TRP 8
#define TENDCASE 9
#define TENDBQUOTE :
#define TREDIR ;
#define TWORD 
#define TIF =
#define TTHEN 
#define TELSE ?
#define TELIF 16
#define TFI 17
#define TWHILE 18
#define TUNTIL 19
#define TFOR 20
#define TDO 21
#define TDONE 22
#define TBEGIN 23
#define TEND 24
#define TCASE 25
#define TESAC 26
#define TNOT 27
.
.
.

It's happend from 2( or 3) weeks ago.

And, I give up and disable to make src/bin/sh, make process is stalled at: