Your message dated Sat, 15 Nov 2008 06:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505038: fixed in kernel-package 11.012
has caused the Debian Bug report #505038,
regarding kernel-package: Does not include complete asm tree in linux-headers
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
505038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505038
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-package
Version: 11.0011
Severity: normal

Hi,

Not sure if this is a bug in kernel-package or the kernel so feel free to
close if I am off-base.  On recent kernels (2.6.28-rc) they've moved most of
include/asm-(arch) into arch/(arch)/include which don't seem to get included
in linux-headers package.  So, when an external module goes to include say
linux/types.h which in turn includes asm/types.h, that file doesn't exist.



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'stable'), (400, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27.2-continuum.1 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  binutils            2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  debianutils         2.30                 Miscellaneous utilities specific t
ii  dpkg                1.14.22              Debian package management system
ii  dpkg-dev            1.14.22              Debian package development tools
ii  file                4.26-1               Determines file type using "magic"
ii  gcc [c-compiler]    4:4.3.2-2            The GNU C compiler
ii  gcc-4.1 [c-compiler 4.1.2-23             The GNU C compiler
ii  gcc-4.2 [c-compiler 4.2.4-4              The GNU C compiler
ii  gcc-4.3 [c-compiler 4.3.2-1              The GNU C compiler
ii  gettext             0.17-4               GNU Internationalization utilities
ii  make                3.81-5               The GNU version of the "make" util
ii  module-init-tools   3.4-1                tools for managing Linux kernel mo
ii  perl                5.10.0-16            Larry Wall's Practical Extraction 
ii  po-debconf          1.0.15               manage translated Debconf template
ii  util-linux          2.13.1.1-1           Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  bzip2                         1.0.5-1    high-quality block-sorting file co
ii  libc6-dev [libc-dev]          2.7-15     GNU C Library: Development Librari

Versions of packages kernel-package suggests:
ii  docbook-utils             0.6.14-1.1     Convert Docbook files to other for
ii  e2fsprogs                 1.41.2-1       ext2/ext3/ext4 file system utiliti
ii  initramfs-tools [linux-in 0.92j          tools for generating an initramfs
pn  libdb3-dev                <none>         (no description available)
ii  libncurses5-dev [libncurs 5.6+20080830-1 developer's libraries and docs for
pn  linux-source | kernel-sou <none>         (no description available)
ii  xmlto                     0.0.20-3       XML-to-any converter

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 11.012

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

kernel-package_11.012.dsc
  to pool/main/k/kernel-package/kernel-package_11.012.dsc
kernel-package_11.012.tar.gz
  to pool/main/k/kernel-package/kernel-package_11.012.tar.gz
kernel-package_11.012_all.deb
  to pool/main/k/kernel-package/kernel-package_11.012_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated kernel-package 
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.8
Date: Fri, 14 Nov 2008 23:32:44 -0600
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 11.012
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 503686 503905 505038 505661
Changes: 
 kernel-package (11.012) unstable; urgency=low
 .
   * New bug fixing release.
   * [3f7296a] Handle Xen code configured into modern kernels
 .
     When building a current kernel with the in-kernel xen code enabled on
     amd64, kernel-package does not recognize this correctly because it
     matches on a config variable which apparently is no longer set (or
     maybe even was never used in the in-kernel xen code). This commit adds
     an extra stanza that adds support for the Xen in new kernels. The
     suggestion and bug report were from  Michael Holzt. The patch is a
     three line change.
 .
     Bug fix: "does not recognize xen enabled kernel on amd64", thanks to
     Michael Holzt                                      (Closes: #503686).
   * [720444c] Add french translations for the debconf templates
 .
     This is a new french translation for debconf templates in the packages
     generated by kernel-package.
 .
     Bug fix: "[INTL:fr] French translation for debconf templates of
     generated packages", thanks to Jean-Christophe      (Closes: #503905).
   * [debiandir:343ab3c] Update the build dependency for po4a
 .
     The version of po4a in Etch does not have the command line options we
     need; so this build dependency helps in backporting.
 .
     Bug fix: "Backport to Etch fails with po4a error", thanks to Carsten
     Aulbert                                              (Closes: #505661).
   * [4a35a16] Use the variable LINK_ARCH to include x86 headers
 .
     Use the LINK_ARCH variable instead of KERNEL_ARCGH variables in more
     places; this ensures that the headers for x86 archies do not go
     missing. We already have code to grab the headers from the new
     location; but were looking at the wrong architecture name.
 .
     Bug fix: "Does not include complete asm tree in linux-headers", thanks
     to Shane Wegner. This is an important bug.            (Closes: #505038).
Checksums-Sha1: 
 57b3e7aeb945f49d08e62a6ab9d7a965928e9cd6 900 kernel-package_11.012.dsc
 2ccd3435a5e85cf6f21f9b1814c14d8fc8aa16b2 580039 kernel-package_11.012.tar.gz
 993dda6f10206e183ba7e2d4f703c2edd62209ce 537162 kernel-package_11.012_all.deb
Checksums-Sha256: 
 0809c01ef50f1f7962b89f9b4b0b5f0938f365398f163336112d909c3079997a 900 
kernel-package_11.012.dsc
 cab2294d21828d02fe3c2ce687c66ba8864fec483fdaf8afcdb9b72b8f3f4c89 580039 
kernel-package_11.012.tar.gz
 1403700e042a1da1c23935950616b3718d3d5c19fb67881b550349a8fae3731c 537162 
kernel-package_11.012_all.deb
Files: 
 60891ad61e2b57da58a932701ba6c5fa 900 misc optional kernel-package_11.012.dsc
 b6f9115bb34826c090d7d31118d8326d 580039 misc optional 
kernel-package_11.012.tar.gz
 c22457240a1c086a559130b9a92ce26c 537162 misc optional 
kernel-package_11.012_all.deb

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

iEYEARECAAYFAkkebBsACgkQIbrau78kQkxRTQCgiDCQQ2qiLiAUSLgDoOgFLrAX
mosAnAvc6cILJ6CR6B2I0OgtyJVr3bnp
=88Q1
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to