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

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



Your message dated Wed, 25 Aug 2004 15:48:26 -0400
with message-id <E1C03kw-0006wz-00@newraff.debian.org>
and subject line Bug#256757: fixed in kernel-source-2.6.8 2.6.8-3
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:24:40 +0000
>From euphoria@web.de Mon Jun 28 15:24:40 2004
Return-path: <euphoria@web.de>
Received: from smtp06.web.de [217.72.192.224] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bf4YK-0001hc-00; Mon, 28 Jun 2004 15:24:40 -0700
Received: from p508ab75b.dip.t-dialin.net ([80.138.183.91] helo=web.de)
	by smtp06.web.de with asmtp (TLSv1:RC4-MD5:128)
	(WEB.DE 4.101 #38)
	id 1Bf4Xo-00073F-00
	for submit@bugs.debian.org; Tue, 29 Jun 2004 00:24:09 +0200
Message-ID: <40E09CE1.4080606@web.de>
Date: Tue, 29 Jun 2004 00:34:09 +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.5 required=4.0 tests=BAYES_30,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: kernel-source
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




---------------------------------------
Received: (at 256757-close) by bugs.debian.org; 25 Aug 2004 19:53:09 +0000
>From katie@ftp-master.debian.org Wed Aug 25 12:53:09 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C03pV-0005Uu-00; Wed, 25 Aug 2004 12:53:09 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1C03kw-0006wz-00; Wed, 25 Aug 2004 15:48:26 -0400
From: Sven Luther <luther@debian.org>
To: 256757-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#256757: fixed in kernel-source-2.6.8 2.6.8-3
Message-Id: <E1C03kw-0006wz-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 25 Aug 2004 15:48:26 -0400
Delivered-To: 256757-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: kernel-source-2.6.8
Source-Version: 2.6.8-3

We believe that the bug you reported is fixed in the latest version of
kernel-source-2.6.8, which is due to be installed in the Debian FTP archive:

kernel-doc-2.6.8_2.6.8-3_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-doc-2.6.8_2.6.8-3_all.deb
kernel-patch-debian-2.6.8_2.6.8-3_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-patch-debian-2.6.8_2.6.8-3_all.deb
kernel-source-2.6.8_2.6.8-3.diff.gz
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-3.diff.gz
kernel-source-2.6.8_2.6.8-3.dsc
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-3.dsc
kernel-source-2.6.8_2.6.8-3_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-3_all.deb
kernel-tree-2.6.8_2.6.8-3_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-tree-2.6.8_2.6.8-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 256757@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sven Luther <luther@debian.org> (supplier of updated kernel-source-2.6.8 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 25 Aug 2004 17:40:07 +0200
Source: kernel-source-2.6.8
Binary: kernel-source-2.6.8 kernel-doc-2.6.8 kernel-tree-2.6.8 kernel-patch-debian-2.6.8
Architecture: source all
Version: 2.6.8-3
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Sven Luther <luther@debian.org>
Description: 
 kernel-doc-2.6.8 - Linux kernel specific documentation for version 2.6.8
 kernel-patch-debian-2.6.8 - Debian patches to Linux 2.6.8
 kernel-source-2.6.8 - Linux kernel source for version 2.6.8 with Debian patches
 kernel-tree-2.6.8 - Linux kernel tree for building prepackaged Debian kernel images
Closes: 255931 256757 256871 257763 258061 261784 266731 266892 267338 267464
Changes: 
 kernel-source-2.6.8 (2.6.8-3) unstable; urgency=high
 .
   * Suggest libqt3-dev for xconfig (closes: #261784) (Andres Salomon).
 .
   * Update documentation (Christoph Hellwig).
 .
   * Add bio_uncopy_user leak fix from Kurt Garloff (closes: #256871)
     (Christoph Hellwig).
 .
   * Update scsi blacklist for USB multi card readers (Christoph Hellwig).
 .
   * Claim we're Windows (TM) to ACPI to work around broken BIOSes
     (Christoph Hellwig).
 .
   * Fix early boot crash on some oldworld Power Macs. (closes: #266731)
     (Christoph Hellwig).
 .
   * Add qdisc crash fix (closes: #266892) (Christoph Hellwig).
 .
   * Replace the drivers-scsi-sym53c8xx_revert workaround with
     drivers-scsi-sym_2-dv-hang, which is a proper fix for the hang
     (dann frazier).
 .
   * Enter ACPI mode earlier (closes: #258061) (Christoph Hellwig).
 .
   * Add a comment about the Adaptec firmware rebuild situation to
     README.Debian (closes: #256757) (Christoph Hellwig).
 .
   * Update bio_uncopy_user-memleak to really fix the problem
     (closes: #267464, #267338) (Christoph Hellwig).
 .
   * Update list of safe SCSI commands for SG_IO to match 2.6.9-rc1
     (Christoph Hellwig).
 .
   * Update CCISS driver (Christoph Hellwig).
 .
   * Add minix block accounting fix (Christoph Hellwig).
 .
   * Fix nfsd to not errornously return ESTALE on failed permission check
     (closes: #255931) (Christoph Hellwig).
 .
   * Fix SHM segment count limit off by one (Christoph Hellwig).
 .
   * Modularize xfrm_tunnel (Christoph Hellwig).
 .
   * Add small ACPI fix that makes speedstep work on some Centrino Laptops
     (closes: #257763) (Christoph Hellwig).
Files: 
 e11d871c94e4c2b80ea109ec281dc0a5 911 devel optional kernel-source-2.6.8_2.6.8-3.dsc
 d192fad5d8c8534399539270da0f57c0 546373 devel optional kernel-source-2.6.8_2.6.8-3.diff.gz
 04d63a08fbf900ef2fa305cc02ffd281 200988 devel optional kernel-patch-debian-2.6.8_2.6.8-3_all.deb
 046d99bea7140fabb523d919ea9d5a9e 302996 devel optional kernel-tree-2.6.8_2.6.8-3_all.deb
 d6c04d060fc960b8d1508d2591e7047d 34904884 devel optional kernel-source-2.6.8_2.6.8-3_all.deb
 39fe9e5c1746d42f3c8fe78f27745fe9 6144040 doc optional kernel-doc-2.6.8_2.6.8-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBLNnk2WTeT3CRQaQRAhlmAJ0WVH/vM3Md/zYovrmGmS1z528+rgCgooH8
i3y541uLYfJJCuEIR8fBMTs=
=gd5r
-----END PGP SIGNATURE-----



Reply to: