Your message dated Sun, 14 Dec 2003 14:02:30 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#220331: fixed in linux-kernel-headers 2.5.999-test7-bk-10
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; 12 Nov 2003 01:30:49 +0000
>From [EMAIL PROTECTED] Tue Nov 11 19:30:48 2003
Return-path: <[EMAIL PROTECTED]>
Received: from atlrel6.hp.com [156.153.255.205] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AJjqK-0007kI-00; Tue, 11 Nov 2003 19:30:48 -0600
Received: from smtp1.fc.hp.com (smtp1.fc.hp.com [15.15.136.127])
        by atlrel6.hp.com (Postfix) with ESMTP id 3ABC21C024EB
        for <[EMAIL PROTECTED]>; Tue, 11 Nov 2003 20:30:44 -0500 (EST)
Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30])
        by smtp1.fc.hp.com (Postfix) with ESMTP
        id C640D37F08; Tue, 11 Nov 2003 18:30:43 -0700 (MST)
Received: from debian (krebs.dannf [10.8.0.7])
        by ldl.fc.hp.com (Postfix) with ESMTP
        id 604DB1340A7; Tue, 11 Nov 2003 18:30:43 -0700 (MST)
Received: by debian (Postfix, from userid 20800)
        id 2C0F43964DB; Tue, 11 Nov 2003 18:30:43 -0700 (MST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: dann frazier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: linux-kernel-headers: parse error in buffer_head.h
X-Mailer: reportbug 2.36
Date: Tue, 11 Nov 2003 18:30:43 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.5 required=4.0
        tests=BAYES_10,HAS_PACKAGE
        version=2.53-bugs.debian.org_2003_11_9
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_9 
(1.174.2.15-2003-03-30-exp)

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-9
Severity: important

snippet from my log - you can reproduce by trying to build dosfstools
on ia64.  I tested this specifically to look for regressions, because
I recall this being broken & fixed at one point (can't find the bug report
at the moment though).

dpkg-source: building dosfstools in dosfstools_2.10-1.dsc
 debian/rules build
make DEBUGFLAGS=-g OPTFLAGS="-O2 -fomit-frame-pointer"
make[1]: Entering directory `/tmp/dosfstools-2.10'
make -C mkdosfs all
make[2]: Entering directory `/tmp/dosfstools-2.10/mkdosfs'
gcc -O2 -fomit-frame-pointer -Wall -g -c mkdosfs.c -o mkdosfs.o
In file included from /usr/include/linux/fs.h:16,
                 from mkdosfs.c:54:
/usr/include/linux/list.h:576:2: warning: #warning "don't include kernel headers in 
userspace"
gcc  mkdosfs.o -o mkdosfs
make[2]: Leaving directory `/tmp/dosfstools-2.10/mkdosfs'
make -C dosfsck all
make[2]: Entering directory `/tmp/dosfstools-2.10/dosfsck'
gcc -c -O2 -fomit-frame-pointer -Wall -g boot.c
In file included from /usr/include/linux/msdos_fs.h:7,
                 from dosfsck.h:16,
                 from boot.c:13:
/usr/include/linux/buffer_head.h:54: error: parse error before "sector_t"
/usr/include/linux/buffer_head.h:62: error: parse error before '}' token
/usr/include/linux/buffer_head.h: In function `set_buffer_uptodate':
/usr/include/linux/buffer_head.h:107: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `clear_buffer_uptodate':
/usr/include/linux/buffer_head.h:107: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `buffer_uptodate':
/usr/include/linux/buffer_head.h:107: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `set_buffer_dirty':
/usr/include/linux/buffer_head.h:108: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `clear_buffer_dirty':
/usr/include/linux/buffer_head.h:108: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `buffer_dirty':
/usr/include/linux/buffer_head.h:108: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `test_set_buffer_dirty':
/usr/include/linux/buffer_head.h:109: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `test_clear_buffer_dirty':
/usr/include/linux/buffer_head.h:109: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `set_buffer_locked':
/usr/include/linux/buffer_head.h:110: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `clear_buffer_locked':
/usr/include/linux/buffer_head.h:110: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `buffer_locked':
/usr/include/linux/buffer_head.h:110: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `test_set_buffer_locked':
/usr/include/linux/buffer_head.h:111: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `test_clear_buffer_locked':
/usr/include/linux/buffer_head.h:111: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `set_buffer_req':
/usr/include/linux/buffer_head.h:112: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `clear_buffer_req':
/usr/include/linux/buffer_head.h:112: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `buffer_req':
/usr/include/linux/buffer_head.h:112: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `test_set_buffer_req':
/usr/include/linux/buffer_head.h:113: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `test_clear_buffer_req':
/usr/include/linux/buffer_head.h:113: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `set_buffer_mapped':
/usr/include/linux/buffer_head.h:114: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `clear_buffer_mapped':
/usr/include/linux/buffer_head.h:114: error: dereferencing pointer to incomplete type
/usr/include/linux/buffer_head.h: In function `buffer_mapped':
/usr/include/linux/buffer_head.h:114: error: dereferencing pointer to incomplete type


-- System Information:
Debian Release: testing/unstable
Architecture: ia64
Kernel: Linux krebs 2.4.20-mckinley #1 Thu Sep 11 18:27:20 MDT 2003 ia64
Locale: LANG=C, LC_CTYPE=C

-- no debconf information


---------------------------------------
Received: (at 220331-close) by bugs.debian.org; 14 Dec 2003 19:07:10 +0000
>From [EMAIL PROTECTED] Sun Dec 14 13:07:10 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AVbW7-0008S3-00; Sun, 14 Dec 2003 13:02:59 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
        id 1AVbVe-0003Q6-00; Sun, 14 Dec 2003 14:02:30 -0500
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.43 $
Subject: Bug#220331: fixed in linux-kernel-headers 2.5.999-test7-bk-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 14 Dec 2003 14:02:30 -0500
Delivered-To: [EMAIL PROTECTED]

Source: linux-kernel-headers
Source-Version: 2.5.999-test7-bk-10

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

linux-kernel-headers_2.5.999-test7-bk-10.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-10.diff.gz
linux-kernel-headers_2.5.999-test7-bk-10.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-10.dsc
linux-kernel-headers_2.5.999-test7-bk-10_i386.deb
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-10_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Jacobowitz <[EMAIL PROTECTED]> (supplier of updated linux-kernel-headers 
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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Sat, 13 Dec 2003 16:13:20 -0500
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source i386
Version: 2.5.999-test7-bk-10
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers <[EMAIL PROTECTED]>
Changed-By: Daniel Jacobowitz <[EMAIL PROTECTED]>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 203303 215337 215937 216921 218438 219664 219940 220138 220232 220331 220953 
220991 221438 221543
Changes: 
 linux-kernel-headers (2.5.999-test7-bk-10) unstable; urgency=low
 .
   * Daniel Jacobowitz <[EMAIL PROTECTED]>
 .
     - Add a testsuite.
 .
     - Resolve a conflict between <linux/compiler.h> and <sys/cdefs.h>
       (Closes: #215337, #219664).
       - debian/patches/no-linux-compiler-h.patch
     - Let <linux/netlink.h> compile by moving some of <linux/uio.h> into
       __KERNEL__ (Closes: #215937).
       - debian/patches/linux-netlink-compilation.patch
     - Fix a -W (-Wextra) warning with the ioctl type checking macros
       (Closes: #219940, #220953).
       - debian/patches/ioctl-signedness.patch
     - Quiet #warning from <linux/list.h> for now.
       - debian/patches/linux-list-quiet-warning.patch
     - Fix conflict between <linux/time.h> and <time.h>, and other C++
       namespace cleanliness problems
       (Closes: #218438, #220232, #216921, #221438).
       - debian/patches/linux-types-and-time.patch
       - debian/patches/linux-types-ustat.h removed.
     - Also export __kernel_dev_t for util-linux/cryptoloop (Closes: 220991).
       - debian/patches/linux-types-and-time.patch
     - Remove some useless __const__ markers from byteorder headers.
       - debian/patches/byteorder-const.patch
     - Add __extension__ to several ({ }) constructs to allow them with -ansi
       (Closes: #203303).
       - debian/patches/byteorder.patch
     - Disable the contents of <asm-ia64/pal.h> in userspace (Closes: #220138).
       - debian/patches/ia64-pal.patch
     - Don't include unneeded mod_devicetable.h from linux/pci.h (Closes: #221543).
       - debian/patches/linux-pci.patch
     - Don't include buffer_head.h from linux/msdos_fs.h (Closes: #220331).
       - debian/patches/msdos-fs.patch
     - Suppress pedantic long long warnings for <linux/types.h>.
       - debian/patches/linux-types-long-long.patch
 .
   * Jeff Bailey <[EMAIL PROTECTED]>
 .
    - debian/control: Bump standards version to 3.6.1.
      No changes required.
Files: 
 bc66113e31ae75aee3781ac6d647a1d2 858 devel standard 
linux-kernel-headers_2.5.999-test7-bk-10.dsc
 ec12b4d434e942e7b99e94a9423ff482 52489 devel standard 
linux-kernel-headers_2.5.999-test7-bk-10.diff.gz
 a31486ee73e3c528c066abb1ba351fbb 1375424 devel standard 
linux-kernel-headers_2.5.999-test7-bk-10_i386.deb

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

iD8DBQE/3LDAbgOPXuCjg3cRAiCmAJ4iPq2MylFNzkoqT5OQA6+k22GJ+wCffxmk
jjI+8OpG2MSCcf1FT9ecfOs=
=CUdw
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to