[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#256762: marked as done (aicdb.h: No such file or directory)



Your message dated Sun, 29 Aug 2004 22:05:32 +0200
with message-id <20040829200532.GA3961@lst.de>
and subject line fixed in latest kernel-source-2.6.8 upload
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Jun 2004 22:51:32 +0000
>From euphoria@web.de Mon Jun 28 15:51:32 2004
Return-path: <euphoria@web.de>
Received: from smtp08.web.de [217.72.192.226] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bf4yK-0002U9-00; Mon, 28 Jun 2004 15:51:32 -0700
Received: from p508ab75b.dip.t-dialin.net ([80.138.183.91] helo=web.de)
	by smtp08.web.de with asmtp (TLSv1:RC4-MD5:128)
	(WEB.DE 4.101 #38)
	id 1Bf4xo-0001gD-00
	for submit@bugs.debian.org; Tue, 29 Jun 2004 00:51:01 +0200
Message-ID: <40E0A330.3050704@web.de>
Date: Tue, 29 Jun 2004 01:01:04 +0200
From: Florian Boelstler <euphoria@web.de>
Organization: HiGHfLOW.DE, Tuebingen, Germany , Europe, Terra
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5
X-Accept-Language: de-de, en, en-us
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: aicdb.h: No such file or directory
X-Enigmail-Version: 0.83.6.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: euphoria@web.de
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.1 required=4.0 tests=BAYES_44,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

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"

---------------------------------------
Received: (at 256762-done) by bugs.debian.org; 29 Aug 2004 20:05:34 +0000
>From hch@lst.de Sun Aug 29 13:05:34 2004
Return-path: <hch@lst.de>
Received: from verein.lst.de (mail.lst.de) [213.95.11.210] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C1Vvh-0000eS-00; Sun, 29 Aug 2004 13:05:33 -0700
Received: from verein.lst.de (localhost [127.0.0.1])
	by mail.lst.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id i7TK5W95003976
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
	for <256762-done@bugs.debian.org>; Sun, 29 Aug 2004 22:05:32 +0200
Received: (from hch@localhost)
	by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id i7TK5WKM003974
	for 256762-done@bugs.debian.org; Sun, 29 Aug 2004 22:05:32 +0200
Date: Sun, 29 Aug 2004 22:05:32 +0200
From: Christoph Hellwig <hch@lst.de>
To: 256762-done@bugs.debian.org
Subject: fixed in latest kernel-source-2.6.8 upload
Message-ID: <20040829200532.GA3961@lst.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Spam-Score: -4.901 () BAYES_00
X-Scanned-By: MIMEDefang 2.39
Delivered-To: 256762-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 200269



Reply to: