Date: Wed, 2 Sep 1998 01:35:15 -0700 (PDT) From: "Jan B. Koum " <jkb@best.com> To: stable@FreeBSD.ORG Subject: make world died Message-ID: <Pine.BSF.4.02A.9809020115001.8826-100000@shell6.ba.best.com>
next in thread | raw e-mail | index | archive | help
Hi all, Just did CVSup on a fresh (2.2.7) system. Running make world died: cc -O -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/compile_et/compile_et.c cc -O -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err -I/usr/obj/usr/src/tmp/usr/include -c error_table.c In file included from /usr/src/usr.bin/compile_et/error_table.y:72: error_table.h:8: conflicting types for `YYSTYPE' /usr/src/usr.bin/compile_et/error_table.y:10: previous declaration of `YYSTYPE' error_table.h:9: conflicting types for `yylval' error_table.c:121: previous declaration of `yylval' /usr/src/usr.bin/compile_et/error_table.y: In function `char_to_num': /usr/src/usr.bin/compile_et/error_table.y:198: `ERRCODE_RANGE' undeclared (first use this function) /usr/src/usr.bin/compile_et/error_table.y:198: (Each undeclared identifier is reported only once /usr/src/usr.bin/compile_et/error_table.y:198: for each function it appears in.) /usr/src/usr.bin/compile_et/error_table.y: In function `set_table_num': /usr/src/usr.bin/compile_et/error_table.y:230: `BITS_PER_CHAR' undeclared (first use this function) /usr/src/usr.bin/compile_et/error_table.y:234: `ERRCODE_RANGE' undeclared (first use this function) error_table.c: In function `yygrowstack': error_table.c:325: warning: assignment from incompatible pointer type error_table.c:326: warning: assignment from incompatible pointer type error_table.c: In function `yyparse': error_table.c:390: incompatible types in assignment error_table.c:431: incompatible types in assignment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Odd thing is.. Going throug my CVSup logs I find: c src/usr.bin/compile_et/et_name.c,v RELENG_2_2 . 2#871#19#8688036454#21503#444 c src/usr.bin/compile_et/init_et.c,v RELENG_2_2 . 2#871#19#8688036464#27243#444 C src/usr.bin/compile_et/mit-sipb-copyright.h,v RELENG_2_2 . 2#871#19#9010270884#15053#444 1.1 95.01.14.22.29.34 2#871#19#7901225743#7693#644 c src/usr.bin/compile_et/perror.c,v RELENG_2_2 . 2#871#19#8688036464#27073#444 D src/usr.bin/compile_et/test etc.. However, most of those files are not in /usr/src/usr.bin/compile_et now. What does c, C, D letter at the beginign mean? I guess I should rtfm that cvsup man page now. :) -- Yan 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?Pine.BSF.4.02A.9809020115001.8826-100000>