From owner-freebsd-current Thu May 25 20: 7:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id B10CC37BE2A; Thu, 25 May 2000 20:06:55 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id TAA24272; Thu, 25 May 2000 19:55:11 -0700 (PDT) Message-ID: <392DE861.867E9418@telocity.com> Date: Thu, 25 May 2000 22:58:41 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: -current , -questions Subject: Kernel making problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running 5.0 source from 5/19/00, I cvsupped tonight, as I have the last few nights. I'm able to do a make buildworld, but I get errors on doing at "make depend" for the kernel. Did I miss something recently with this aicasm_gram.y file or is this still in the works? error shown below is the last bits of my "make depend". I know it's barfing on SCSI code, but I need my ahc driver. -Otter cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c aicasm_gram.c In file included from ../../dev/aic7xxx/aicasm_gram.y:40: ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' In file included from ../../dev/aic7xxx/aicasm_gram.y:41: ../../dev/aic7xxx/aicasm_symbol.h:61: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:109: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:126: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:127: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:128: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:137: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:138: syntax error before `struct' In file included from ../../dev/aic7xxx/aicasm_gram.y:42: ../../dev/aic7xxx/sequencer.h:72: syntax error before `struct' ../../dev/aic7xxx/aicasm_gram.y: In function `initialize_symbol': ../../dev/aic7xxx/aicasm_gram.y:1062: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `type_check': ../../dev/aic7xxx/aicasm_gram.y:1329: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:1331: structure has no member named `sle_next' ../../dev/aic7xxx/aicasm_gram.y: In function `make_expression': ../../dev/aic7xxx/aicasm_gram.y:1352: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `is_download_const': ../../dev/aic7xxx/aicasm_gram.y:1405: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:1406: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `yyparse': ../../dev/aic7xxx/aicasm_gram.y:410: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:446: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:596: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:691: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:693: structure has no member named `tqh_last' ../../dev/aic7xxx/aicasm_gram.y:716: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:718: structure has no member named `tqh_last' ../../dev/aic7xxx/aicasm_gram.y:737: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:750: structure has no member named `slh_first' *** Error code 1 Stop in /usr/src/sys/compile/kashmir. *** Error code 1 Stop in /usr/src/sys/compile/kashmir. kashmir# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message