Your message dated Sun, 04 Mar 2012 03:34:16 +0000
with message-id <e1s42da-00010h...@franck.debian.org>
and subject line Bug#635563: fixed in kernel-package 12.036+nmu2
has caused the Debian Bug report #635563,
regarding kernel-package: kernel-headers broken by linux-3.0
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 ow...@bugs.debian.org
immediately.)


-- 
635563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635563
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kernel-package
Version: 12.036+nmu1
Severity: normal


The following logic for detecting LINK_ARCH in
/usr/share/kernel-package/ruleset/targets/headers.mk does not work for
linux-3.0, and consequently kernel-package produces
an incorrect kernel-headers package:

ifeq ($(shell if [ $(PATCHLEVEL) -eq 6 ] && [ $(SUBLEVEL) -gt 23 ] ; then \
    if [ $(KERNEL_ARCH) = "i386" ] || [ $(KERNEL_ARCH) = "x86_64" ] ; then \
                echo "yes" ; fi ; fi ),yes)
        LINK_ARCH=x86
endif

3.0 is treated like 2.6.X with X <= 23, and kernel-package
looks for include files in arch/x86_64 instead of arch/x86.  However,
include files are in arch/x86 in linux-3.0

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (900, 'stable'), (10, 'unstable'), (10, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  binutils                     2.20.1-16   The GNU assembler, linker and bina
ii  build-essential              11.5        Informational list of build-essent
ii  debianutils                  3.4         Miscellaneous utilities specific t
ii  file                         5.04-5      Determines file type using "magic"
ii  gettext                      0.18.1.1-3  GNU Internationalization utilities
ii  make                         3.81-8      An utility for Directing compilati
ii  module-init-tools            3.12-1      tools for managing Linux kernel mo
ii  po-debconf                   1.0.16+nmu1 tool for managing templates file t
ii  util-linux                   2.17.2-9    Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio                          2.11-4     GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  btrfs-tools             0.19+20100601-3  Checksumming Copy on Write Filesys
ii  bzip2                   1.0.5-6          high-quality block-sorting file co
ii  docbook-utils           0.6.14-1.1       Convert Docbook files to other for
ii  e2fsprogs               1.41.12-4stable1 ext2/ext3/ext4 file system utiliti
ii  grub                    0.97-64          GRand Unified Bootloader (dummy pa
ii  initramfs-tools [linux- 0.98.8           tools for generating an initramfs
ii  jfsutils                1.1.12-2.1       utilities for managing the JFS fil
ii  libncurses5-dev [libncu 5.7+20100313-5   developer's libraries and docs for
pn  linux-source | kernel-s <none>           (no description available)
ii  mcelog                  1.0~pre3-3       x86-64 Machine Check Exceptions co
pn  oprofile                <none>           (no description available)
pn  pcmciautils             <none>           (no description available)
ii  ppp                     2.4.5-4          Point-to-Point Protocol (PPP) - da
ii  procps                  1:3.2.8-9        /proc file system utilities
pn  quota                   <none>           (no description available)
ii  reiserfsprogs           1:3.6.21-1       User-level tools for ReiserFS file
ii  squashfs-tools          1:4.0-8          Tool to create and append to squas
ii  udev                    164-3            /dev/ and hotplug management daemo
ii  xfsprogs                3.1.4            Utilities for managing the XFS fil
ii  xmlto                   0.0.23-2         XML-to-any converter

-- no debconf information

-- debsums errors found:



--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 12.036+nmu2

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_12.036+nmu2.dsc
  to main/k/kernel-package/kernel-package_12.036+nmu2.dsc
kernel-package_12.036+nmu2.tar.gz
  to main/k/kernel-package/kernel-package_12.036+nmu2.tar.gz
kernel-package_12.036+nmu2_all.deb
  to main/k/kernel-package/kernel-package_12.036+nmu2_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 635...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <b...@decadent.org.uk> (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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 04 Mar 2012 01:36:38 +0000
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 12.036+nmu2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <sriva...@debian.org>
Changed-By: Ben Hutchings <b...@decadent.org.uk>
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 620515 633743 635019 635563 637421 638012
Changes: 
 kernel-package (12.036+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove minimum-version checks that were incorrect for Linux 3.x and
     were already satisfied by Linux 2.6.26 (lenny) (Closes: #635563)
   * Look for lguest tools in both Documentation/virtual/lguest and
     Documentation/lguest (Closes: #638012)
   * Do not suggest obsolete ksymoops package (Closes: #637421)
   * Fix incompatibility with make 3.82 due to indentation with spaces
     (Closes: #635019), thanks to Jens Lody
   * Fix native builds on armel and armhf (Closes: #633743):
     - Test for cross-compilation by comparing build CPU name with host
       CPU name, not host Debian architecture name
     - Merge armel.mk into arm.mk
     - Add default configuration for armhf
   * Change all example revisions in README to begin with a digit, as
     now expected by dpkg (Closes: #620515)
Checksums-Sha1: 
 05f8ba7480a093117f0d77b969a9a18d8edd2e90 1604 kernel-package_12.036+nmu2.dsc
 1baad762d04d4d50b772e9a4e4fc83521752770b 552405 
kernel-package_12.036+nmu2.tar.gz
 cb3600aa2e09ae4286d7fb76044211809a5ffe75 500916 
kernel-package_12.036+nmu2_all.deb
Checksums-Sha256: 
 0e1043f28d07aed4075f638a585b7ae01b8cd70fee0f97f1e0865810427c69a7 1604 
kernel-package_12.036+nmu2.dsc
 a5355aac199a1a1d4a611964cdd9db5f835ad19f2ee2db0b769089c130303ec0 552405 
kernel-package_12.036+nmu2.tar.gz
 a2756169a20ce529f45b0d43e7fa1965d54f08757d717c591ae61ae22a3a62ba 500916 
kernel-package_12.036+nmu2_all.deb
Files: 
 e4a1ffb466994033a3e7e0dfce583c76 1604 kernel optional 
kernel-package_12.036+nmu2.dsc
 1fa5748615b13439189a29184ce247b0 552405 kernel optional 
kernel-package_12.036+nmu2.tar.gz
 2b3c860be371af88ef9c54278a5383b8 500916 kernel optional 
kernel-package_12.036+nmu2_all.deb

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

iQIVAwUBT1LfcOe/yOyVhhEJAQpvVA/9G6gDap1Rtsj3EyPjzAL+2QoGBl/hJ2BA
wjx1yO/G75kO72t7v7boWP5R1f0vW8GET/3Q6z61V2Tfq6So3vxS3S+nFJac0ird
azNPrCDDcezeLTvb7JvF4eTOvE1jruIjXKZKMoT3+EfjdTN5xX3lFq5PE3a3cKcS
cEHUo82Eixb7Dg7LTcphQ6vuW13oyI0nEgZ3oUp09njbi8ymy5szVXuH6JLiPcZe
aJf+ngP0mNQGHArR0ejKncPdaEE58FgiJUyXzIGZ38J1FD7JYA5GWU7TtivyASRf
OLDRChV8hHWoSPp/o2wBv+DPrtpSnJ5z8g1q0je1RlLURBIVZu/+U+/pPh7mFKOh
b+qC/fHVef96JhBh//omlUg51e3jPETDsJCIo10qf0Ni/+AprJJxJpoQsb6fBFEg
7KHiR3CKG07CuAwzCp1bI9sbbJbmwfMy5iHLf+v9400NF9BlH3dZQ7hN1uwcaOvJ
LXPyz8bZB2KalMUuPZ0JFtuwW4ka6FSYQhwyJ9G2CKBEKum5g5cOtQ3/oETel37z
YnAKLgVygKu+ZBoh+Cwc/JGsMPTguIbe3jr6aocWJgPm3riUrYmJmAVfknLK70YV
/M78ir5OKw7LRE2nd+Q2O5q4dR8FNXmng8+Jo9srBee5JD6Td5g5NbcIlxr42t1P
HYN7wxJAQzg=
=ba21
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to