From owner-freebsd-stable Wed Sep 2 01:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15205 for freebsd-stable-outgoing; Wed, 2 Sep 1998 01:36:17 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from shell6.ba.best.com (shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15200 for ; Wed, 2 Sep 1998 01:36:16 -0700 (PDT) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.9.0/8.9.0/best.sh) with SMTP id BAA10308 for ; Wed, 2 Sep 1998 01:35:16 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Wed, 2 Sep 1998 01:35:15 -0700 (PDT) From: "Jan B. Koum " X-Sender: jkb@shell6.ba.best.com To: stable@FreeBSD.ORG Subject: make world died Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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