Your message dated Wed, 14 May 2014 18:19:23 +0000
with message-id <[email protected]>
and subject line Bug#568576: fixed in kernel-package 13.010
has caused the Debian Bug report #568576,
regarding /usr/bin/make-kpkg: builds non-matching kernel and headers packages
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.)


-- 
568576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.032
Severity: normal
File: /usr/bin/make-kpkg


Hello

I have built a 2.6.33 kernel package and modules built agains the
headers have the wrong version:

linux-headers-2.6.33-rc6_2.6.33-rc6-10.00.Custom_i386.deb
linux-image-2.6.33-rc6-pentiumm_2.6.33-rc6-10.00.Custom_i386.deb
linux-image-2.6.33-rc6-pentiumm-dbg_2.6.33-rc6-10.00.Custom_i386.deb

command to build:

make-kpkg --rootcmd fakeroot --subarch pentiumm --arch-in-name
--initrd kernel_image kernel_headers kernel_debug


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (900, 'stable'), (700, 'testing'), (500, 'unstable'), (110, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-intel-i2c-reset (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
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  build-essential     11.4                 Informational list of build-essent
ii  debianutils         2.30                 Miscellaneous utilities specific t
ii  file                4.26-1               Determines file type using "magic"
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  po-debconf          1.0.15               manage translated Debconf template
ii  util-linux          2.16.2-0             Miscellaneous system utilities

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

Versions of packages kernel-package suggests:
pn  btrfs-tools               <none>         (no description available)
ii  bzip2                     1.0.5-1        high-quality block-sorting file co
pn  docbook-utils             <none>         (no description available)
ii  e2fsprogs                 1.41.3-1       ext2/ext3/ext4 file system utiliti
pn  grub | grub2              <none>         (no description available)
ii  initramfs-tools [linux-in 0.93.4         tools for generating an initramfs
pn  jfsutils                  <none>         (no description available)
ii  libncurses5-dev [libncurs 5.7+20081213-1 developer's libraries and docs for
ii  linux-source-2.6.32 [linu 2.6.32-6       Linux kernel source for version 2.
pn  mcelog                    <none>         (no description available)
pn  oprofile                  <none>         (no description available)
pn  pcmciautils               <none>         (no description available)
pn  ppp                       <none>         (no description available)
ii  procps                    1:3.2.7-11     /proc file system utilities
pn  quota                     <none>         (no description available)
pn  reiserfsprogs             <none>         (no description available)
pn  squashfs-tools            <none>         (no description available)
ii  udev                      150-2          /dev/ and hotplug management daemo
pn  xfsprogs                  <none>         (no description available)
ii  xmlto                     0.0.20-5       XML-to-any converter

-- no debconf information



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

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.

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: SHA512

Format: 1.8
Date: Wed, 14 May 2014 10:54:44 -0700
Source: kernel-package
Binary: kernel-package kernel-common
Architecture: source all
Version: 13.010
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[email protected]>
Changed-By: Manoj Srivastava <[email protected]>
Description: 
 kernel-common - common elements for generated kernel packages
 kernel-package - utility for building Linux kernel related Debian packages
Closes: 563300 568576 599815 664854 748066
Changes: 
 kernel-package (13.010) unstable; urgency=low
 .
   * No longer have generated kernel images depend on ksymoops, a long
     defunct package, since it is useless with kernels >= 2.6.
     (Closes: #748066).
   * When the user asks for the arch name to be part of the kernel image
     package version string, only image and debig packages included the
     arch in the name. This commit makes the name of the header package
     also be consistent with the image names. At this point, the source and
     document/manual package names remain generic, since arch specific
     differences should not exist in those packages. (Closes: #568576).
   * the image packages generated by kernel-package also build in the
     modules requested in the configuration file, so there is no
     linux-moules-* package. However, in case there are dependencies on
     that package name, the image package now also claims to provide the
     modules package. (Closes: #599815).
   * In order to ease the life of people cross compiling, or building for a
     subarch, do not call dpkg-gencontrol with the host archtecture, but
     rather, with the architecture we built the kernel image for.
     (Closes: #563300).
   * Hopped on to an armel machine to test make-kpkg. The CPU is reported
     as arm by dpkg-architecture, so the top level logic in kernel-package
     was correct.Unfortunately, the armel specific file wassumed the CPU
     was armel, so nothing got included.  Corrected that inner check in
     this release.  (Closes: #664854).
   * Bug fix #748066: "generated linux-image packages suggest ksymoops",
     thanks to Sven Joachim
   * Bug fix #568576: "builds non-matching kernel and headers packages",
     thanks to Michal Suchanek <[email protected]>
   * Bug fix #599815: "make-kpkg doesn't set correctly 'Provides: '
     field", thanks to Gérald Colangelo
   * Bug fix #563300: "on cross compile the 'control' file contains host
     architecture", thanks to Michael Tuschik
   * Bug fix #664854: "kernel-package no longer supports armel
     architecture", thanks to David Madore
Checksums-Sha1: 
 5157bfa5228cfaefd1f98407ea666bc9476675e3 1452 kernel-package_13.010.dsc
 f553d95e0da770fd21e893940bd865bda9c92f13 318528 kernel-package_13.010.tar.xz
 5ae2d3e8feae7e76d02a3f855a1543f30b29a04b 348822 kernel-package_13.010_all.deb
 96aeb0e3f6ad31b5016a96c2586e2810355762d0 130598 kernel-common_13.010_all.deb
Checksums-Sha256: 
 d5ad71f6a62639390179a9a6c64321c1be9d9b5655409bbb8d08f8b9b1ed17b7 1452 
kernel-package_13.010.dsc
 2d1dd061b4866c366ab21d445717f049bcde53388a919f2853ac9f275487511c 318528 
kernel-package_13.010.tar.xz
 567534747ce87f19eeba146b99cb47256ea782ef59fc580b2263b5a9fa58904b 348822 
kernel-package_13.010_all.deb
 89d35161711972056e30c6b70a442e96e952c1f1145c0e36d3d7c1f2273a3054 130598 
kernel-common_13.010_all.deb
Files: 
 c306b9d90763a071f74c2005e347577e 348822 kernel optional 
kernel-package_13.010_all.deb
 d72a2b25f15cd1ae03254b3e78721305 130598 kernel optional 
kernel-common_13.010_all.deb
 85a9dfd7b919e147989e25b291a76393 1452 kernel optional kernel-package_13.010.dsc
 33db602c6118de2153bf547001f4ff7d 318528 kernel optional 
kernel-package_13.010.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQFtBAEBCgBXBQJTc69pUBSAAAAAABsALHNyaXZhc3RhQGdvbGRlbi1ncnlwaG9u
LmNvbUFCQTcxMDI1QTFCNUE4OEE0RTVGNjhDMjM2QkQ3MjBGNkY1NzY0NzJfODEy
AAoJEDa9cg9vV2RyBKMH/1MKs3REbqhOpEktv/RzFVn9B3s+dDjrsjPaNi6/EGN4
ovBLHwy/AjNFv+x3/kckUn0iu5H9tbOcG6nMoeU7vUSGMIU8WH7VOAszB5WvrlC3
tSjX7H0n/Fr4sxIgdyDBJWXksyTzREswg4gL224iifpRZ+0qm3OUtP2XF9DXE6eb
dNfeEVFlZjM1ZqMgYmDBWChSy9AG7Xou6LwppBBm8Vc8DcIvTHfQ6eeMzFnWPjQa
2a07hOhoAItGhjEc0ljSqBmD756XVDvJv7dEV/Km0D71DfClJKwkkMmKG68/IIpv
dqIZprUKPwMpI2hB9alD1KyJ85V1jdpF9sjHwjAi/AA=
=BCmc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to