Package: kernel-source-2.6.6 Version: 2.6.6-2 I was trying to build a kernel with "Adaptec AIC7xxx Fast -> U160 support" (CONFIG_SCSI_AIC7xxx). "Build Adapter firmware Kernel Build" (CONFIG_AIC7xxx_BUILD_FIRMWARE) was enabled. (Probably the problem?) Did "make oldconfig" before (by using my old .config from kernel-source-2.6.6-1)
During make the following messages occured: make -C drivers/scsi/aic7xxx/aicasm *** Install db development libraries yacc -d -b aicasm_gram aicasm_gram.y mv aicasm_gram.tab.c aicasm_gram.c mv aicasm_gram.tab.h aicasm_gram.h yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y mv aicasm_macro_gram.tab.c aicasm_macro_gram.c mv aicasm_macro_gram.tab.h aicasm_macro_gram.h yacc -d -b aicasm_gram aicasm_gram.y mv aicasm_gram.tab.c aicasm_gram.c mv aicasm_gram.tab.h aicasm_gram.h yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y mv aicasm_macro_gram.tab.c aicasm_macro_gram.c mv aicasm_macro_gram.tab.h aicasm_macro_gram.h lex -oaicasm_scan.c aicasm_scan.l lex -Pmm -oaicasm_macro_scan.c aicasm_macro_scan.l gcc -I/usr/include -I. aicasm.c aicasm_symbol.c aicasm_gram.c aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasm -ldb aicasm_symbol.c:48:19: aicdb.h: No such file or directory aicasm_symbol.c:63: error: parse error before '*' token aicasm_symbol.c:63: warning: data definition has no type or storage class aicasm_symbol.c: In function `symbol_delete': aicasm_symbol.c:87: error: `DBT' undeclared (first use in this function) aicasm_symbol.c:87: error: (Each undeclared identifier is reported only once aicasm_symbol.c:87: error: for each function it appears in.) aicasm_symbol.c:87: error: parse error before "key" aicasm_symbol.c:89: error: `key' undeclared (first use in this function) aicasm_symbol.c:91: error: request for member `del' in something not a structure or union aicasm_symbol.c: In function `symtable_open': aicasm_symbol.c:134: error: `DB_HASH' undeclared (first use in this function) aicasm_symbol.c:135: warning: assignment makes pointer from integer without a cast aicasm_symbol.c: In function `symtable_close': aicasm_symbol.c:148: error: `DBT' undeclared (first use in this function) aicasm_symbol.c:148: error: parse error before "key" aicasm_symbol.c:151: error: request for member `seq' in something not a structure or union aicasm_symbol.c:151: error: `key' undeclared (first use in this function) aicasm_symbol.c:151: error: `data' undeclared (first use in this function) aicasm_symbol.c:151: error: `R_FIRST' undeclared (first use in this function) aicasm_symbol.c:157: error: request for member `close' in something not a structure or union aicasm_symbol.c: In function `symtable_get': aicasm_symbol.c:169: error: `DBT' undeclared (first use in this function) aicasm_symbol.c:169: error: parse error before "key" aicasm_symbol.c:173: error: `key' undeclared (first use in this function) aicasm_symbol.c:176: error: request for member `get' in something not a structure or union aicasm_symbol.c:176: error: `data' undeclared (first use in this function) aicasm_symbol.c:188: error: request for member `put' in something not a structure or union aicasm_symbol.c: In function `symtable_dump': aicasm_symbol.c:472: error: `DBT' undeclared (first use in this function) aicasm_symbol.c:472: error: parse error before "key" aicasm_symbol.c:486: error: `R_FIRST' undeclared (first use in this function) aicasm_symbol.c:487: error: request for member `seq' in something not a structure or union aicasm_symbol.c:487: error: `key' undeclared (first use in this function) aicasm_symbol.c:487: error: `data' undeclared (first use in this function) aicasm_symbol.c:524: error: `R_NEXT' undeclared (first use in this function) aicasm_gram.y:1933: warning: type mismatch with previous implicit declaration aicasm_gram.tab.c:3055: warning: previous implicit declaration of `yyerror' aicasm_gram.y:1933: warning: `yyerror' was previously implicitly declared to return `int' aicasm_macro_gram.y:162: warning: type mismatch with previous implicit declaration aicasm_macro_gram.tab.c:1275: warning: previous implicit declaration of `mmerror' aicasm_macro_gram.y:162: warning: `mmerror' was previously implicitly declared to return `int' aicasm_scan.l: In function `expand_macro': aicasm_scan.l:532: error: `yytext_ptr' undeclared (first use in this function) aicasm_scan.l:532: error: (Each undeclared identifier is reported only once aicasm_scan.l:532: error: for each function it appears in.) make[4]: *** [aicasm] Error 1 make[3]: *** [drivers/scsi/aic7xxx/aicasm/aicasm] Error 2 make[2]: *** [drivers/scsi/aic7xxx] Error 2 make[1]: *** [drivers/scsi] Error 2 make: *** [drivers] Error 2 ............................... Someone on the net said: "Kiss her where it smells! Take her to Jersey! - G. Carlin"

