Your message dated Sun, 18 Jul 2010 17:18:46 +0000
with message-id <[email protected]>
and subject line Bug#576725: fixed in kernel-package 12.034
has caused the Debian Bug report #576725,
regarding kernel-package: wrong objcopy on 64-bit parisc, debug symbol 
stripping fails
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.)


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


kernel-package fails to build a kernel package on hppa when the target kernel
is 64-bit. It fails because kernel-package uses hardcoded "objcopy" to build
/usr/lib/debug debuginfo files for kernel modules but 64-bit kernel needs
crosscompile prefix on parisc and normal objcopy does not understand the 64-bit
module format. There are several objcopy invocations but it stopped with the
first failure.

Kernel makefile uses OBJCOPY variable and lets arch-specific makefile to
override it if necessary (and this on done on 64-bit parisc). I looked into
kernel-package makefile snippets and found that it can already extract
variables from kernel makefile - using kernel_version.mk. This snippet even
outputs OBJCOPY but this is not used/propagated in other makefile snippets.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.34-rc2-00390-g9623e5a (PREEMPT)
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  binutils                     2.20.1-5    The GNU assembler, linker and bina
ii  build-essential              11.5        Informational list of build-essent
ii  debianutils                  3.2.2       Miscellaneous utilities specific t
ii  file                         5.04-2      Determines file type using "magic"
ii  gettext                      0.17-10     GNU Internationalization utilities
ii  make                         3.81-8      An utility for Directing compilati
ii  module-init-tools            3.12~pre2-2 tools for managing Linux kernel mo
ii  po-debconf                   1.0.16      tool for managing templates file t
ii  util-linux                   2.16.2-0    Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio                          2.11-1     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-4        high-quality block-sorting file co
pn  docbook-utils             <none>         (no description available)
ii  e2fsprogs                 1.41.11-1      ext2/ext3/ext4 file system utiliti
pn  grub | grub2              <none>         (no description available)
pn  jfsutils                  <none>         (no description available)
ii  libncurses5-dev [libncurs 5.7+20100313-2 developer's libraries and docs for
pn  linux-initramfs-tool      <none>         (no description available)
pn  linux-source | kernel-sou <none>         (no description available)
pn  mcelog                    <none>         (no description available)
pn  oprofile                  <none>         (no description available)
pn  pcmciautils               <none>         (no description available)
ii  ppp                       2.4.4rel-10.1  Point-to-Point Protocol (PPP) - da
ii  procps                    1:3.2.8-8      /proc file system utilities
pn  quota                     <none>         (no description available)
ii  reiserfsprogs             1:3.6.21-1     User-level tools for ReiserFS file
pn  squashfs-tools            <none>         (no description available)
ii  udev                      151-3          /dev/ and hotplug management daemo
pn  xfsprogs                  <none>         (no description available)
pn  xmlto                     <none>         (no description available)

-- no debconf information



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

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.034.dsc
  to main/k/kernel-package/kernel-package_12.034.dsc
kernel-package_12.034.tar.gz
  to main/k/kernel-package/kernel-package_12.034.tar.gz
kernel-package_12.034_all.deb
  to main/k/kernel-package/kernel-package_12.034_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: RIPEMD160

Format: 1.8
Date: Sun, 18 Jul 2010 10:00:10 -0700
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 12.034
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: 572398 576725 588126
Changes: 
 kernel-package (12.034) unstable; urgency=low
 .
   * Bug fixes.
   * [277021f]: [master]: Fixed incomplete paranoid check for image names
     in postinst Thanks to [email protected]
     Bug fix: "Fails to build linux-image on 2.6.35-rc4 if
     CONFIG_LOCALVERSION is set", thanks to Sven Joachim (Closes: #588126).
   * [0f83b83]: [master]: allow arch specific Makefiles to override
     objcopy as needed. kernel-package fails to build a kernel package on
     hppa when the target kernel is 64-bit. It fails because kernel-
     package uses hardcoded "objcopy" to build /usr/lib/debug debuginfo
     files for kernel modules but 64-bit kernel needs crosscompile prefix
     on parisc and normal objcopy does not understand the 64-bit module
     format. This change uses the same mechanism as the kernel Makefiles
     to allow arch specific Makefiles to specify what to use as objcopy.
     Bug fix: "wrong objcopy on 64-bit parisc, debug symbol stripping
     fails", thanks to Meelis Roos                        (Closes: #576725).
   * [f0bf2cf]: [master]: use KERNELRELEASE instead of version in the few
     remaining places. The generated debian/control file uses version
     rather than KERNELRELEASE varible which means that extra/local
     verion doesn't get into the file and the package build fails. This
     patch converts the remaining places that do not use KERNELRELEASE.
     Thanks to Michal Hocko <[email protected]>           Closes: Bug#588126
     Signed-off-by: Manoj Srivastava <[email protected]>
   * [49d0e16]: [master]: Allow $(DEB_DEST) to be Overridden
     Bug fix: "Please Allow $(DEB_DEST) to be Overridden", thanks to
     Elliott Mitchell                                       (Closes: #572398).
Checksums-Sha1: 
 ee724c700bf48d7f9312788dff0f6bcf2d0a0de4 1198 kernel-package_12.034.dsc
 0a2aa02839e702f255d4333761c24eb3525a39e4 547794 kernel-package_12.034.tar.gz
 d9090354a975558f7eeb5697ce136fc36e626222 505170 kernel-package_12.034_all.deb
Checksums-Sha256: 
 fb9fb3d9b593a057c2125d0cf806af295398fecf5c9726089b82aabad821a8b9 1198 
kernel-package_12.034.dsc
 7f4a8caec256442418c8828eaecf5d890106c48f11d80732109793866a721b8f 547794 
kernel-package_12.034.tar.gz
 9a6ca935ae1a92375885399ec42e41ad663fd9c5ff79a4053d02cca9144acb83 505170 
kernel-package_12.034_all.deb
Files: 
 95dc9f637f3fb8bc287a61a776e45da0 1198 kernel optional kernel-package_12.034.dsc
 77b182cf19802c6ebdcd0cdf1115a285 547794 kernel optional 
kernel-package_12.034.tar.gz
 df3b0475f7b78fdb01c45dd0b7bf7683 505170 kernel optional 
kernel-package_12.034_all.deb

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

iQEcBAEBAwAGBQJMQzSqAAoJEDa9cg9vV2RyOjIH/ixilHJdlYCPGs/TE6ERs2Rd
gHRmRt6vp0mmkAUZ+CHqLLbuBrqIYXRsD9SL7w+KSUEtOdM6kgiffEpiqtMG+3Nc
hQ8Cyg++1PnMpEdZ1lkQPbZU+n09VOhcPNdwPhQCDKhvfi7nB2pHMePaU3pjOLwW
BPyZG6Gw/1ASs8hjdEeLsqByL2dhZtbSs4Q36dOGfAIEOxOg4wGilVXMA0y4lFJ6
NQOvSoxvWRNYKb1Ky9wwU4LoPFmHPvtoVrUdTaGsq8HzHvtkg4E+/w41w9uBJI0G
Qx4tiWr+acB/M9qEniEplhp9z2e8cxutUbPQdBuQuRtTYz/rJXDlwKr6lkNti4I=
=CQlY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to