From owner-freebsd-stable@FreeBSD.ORG Mon May 24 11:59:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80DCA1065670 for ; Mon, 24 May 2010 11:59:17 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2001:470:1f0b:105e::1ea]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7268FC13 for ; Mon, 24 May 2010 11:59:17 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id C44C170C45 for ; Mon, 24 May 2010 11:59:15 +0000 (UTC) From: Stefan Bethke Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 24 May 2010 13:59:14 +0200 Message-Id: <323EFFEC-C17C-46AF-AF7C-281863F041C3@lassitu.de> To: FreeBSD Stable Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) Subject: make world fails in usr.sbin/config? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 11:59:17 -0000 I have a feeling I screwed something up, but I can't find anything wrong = locally. # uname -a FreeBSD diesel.lassitu.de 8.0-STABLE FreeBSD 8.0-STABLE #9 r204100: Sat = Feb 20 09:53:14 CET 2010 = root@diesel.lassitu.de:/usr/obj/usr/src/sys/DIESEL amd64 # svn info Path: . URL: svn://svn.freebsd.org/base/stable/8 Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 208493 Node Kind: directory Schedule: normal Last Changed Author: mav Last Changed Rev: 208492 Last Changed Date: 2010-05-24 13:01:56 +0200 (Mon, 24 May 2010) [...] =3D=3D=3D> usr.sbin/config (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.sbin/config created for = /usr/src/usr.sbin/config yacc -d /usr/src/usr.sbin/config/config.y cp y.tab.c config.c lex -t /usr/src/usr.sbin/config/lang.l > lang.c file2c 'char kernconfstr[] =3D {' ',0};' < = /usr/src/usr.sbin/config/kernconf.tmpl > kernconf.c rm -f .depend mkdep -f .depend -a -I. -I/usr/src/usr.sbin/config = -I/usr/obj/usr/src/tmp/legacy/usr/include config.c = /usr/src/usr.sbin/config/main.c lang.c = /usr/src/usr.sbin/config/mkmakefile.c = /usr/src/usr.sbin/config/mkheaders.c = /usr/src/usr.sbin/config/mkoptions.c kernconf.c echo config: /usr/lib/libc.a /usr/lib/libl.a /usr/lib/libsbuf.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O2 -pipe -I. -I/usr/src/usr.sbin/config = -I/usr/obj/usr/src/tmp/legacy/usr/include -c config.c config.c:214: error: expected '=3D', ',', ';', 'asm' or '__attribute__' = before '*' token config.c:215: error: expected '=3D', ',', ';', 'asm' or '__attribute__' = before 'yyval' config.c:216: error: expected '=3D', ',', ';', 'asm' or '__attribute__' = before 'yylval' config.c:219: error: expected '=3D', ',', ';', 'asm' or '__attribute__' = before '*' token /usr/src/usr.sbin/config/config.y: In function 'yyerror': /usr/src/usr.sbin/config/config.y:312: error: 'yyfile' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y:312: error: (Each undeclared = identifier is reported only once /usr/src/usr.sbin/config/config.y:312: error: for each function it = appears in.) /usr/src/usr.sbin/config/config.y:312: error: 'yyline' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y: In function 'yywrap': /usr/src/usr.sbin/config/config.y:318: error: 'found_defaults' = undeclared (first use in this function) /usr/src/usr.sbin/config/config.y:319: error: 'PREFIX' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y:319: error: 'stdin' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y:319: warning: comparison between = pointer and integer /usr/src/usr.sbin/config/config.y:321: error: 'yyfile' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y:322: error: 'yyline' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y: In function 'newfile': /usr/src/usr.sbin/config/config.y:337: error: dereferencing pointer to = incomplete type /usr/src/usr.sbin/config/config.y:340: error: dereferencing pointer to = incomplete type /usr/src/usr.sbin/config/config.y:341: error: 'fntab' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y:341: error: 'f_next' undeclared (first = use in this function) /usr/src/usr.sbin/config/config.y: At top level: /usr/src/usr.sbin/config/config.y:348: warning: 'struct device_head' = declared inside parameter list e type y.tab.c: In function 'yygrowstack': y.tab.c:382: error: 'YYSTYPE' undeclared (first use in this function) y.tab.c:382: error: 'newvs' undeclared (first use in this function) y.tab.c:397: error: 'yyvs' undeclared (first use in this function) y.tab.c:397: error: expected expression before ')' token y.tab.c:402: error: 'yyvsp' undeclared (first use in this function) y.tab.c: In function 'yyparse': y.tab.c:456: error: 'yyvsp' undeclared (first use in this function) y.tab.c:456: error: 'yyvs' undeclared (first use in this function) y.tab.c:488: error: 'yylval' undeclared (first use in this function) y.tab.c:569: error: 'yyval' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/usr.sbin/config. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --=20 Stefan Bethke Fon +49 151 14070811