Your message dated Wed, 27 Jan 2010 10:10:39 +0000
with message-id <[email protected]>
and subject line Bug#566487: fixed in module-assistant 0.11.3
has caused the Debian Bug report #566487,
regarding [module-assistant] don't find the headers with the new kernel 2.6.33
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.)


-- 
566487: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566487
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: module-assistant
Version: 0.11.2
Severity: important

--- Please enter the report below this line. ---
With the last kernel from git (build with kernel-package 12.032),
module-assistant don't find the headers and try to download the
linux-headers-2.6.33-rc4-next package (which doesn't exist).

The problem is that the new kernel no longer put the utsrelease.h file
in include/linux/ but in include/generated/ now.
The way to fix this is to add the new location in initksrc().

A possible patch for that is attached.

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.33-rc4-next

Debian Release: Debian Squeeze
  990 testing         apt.home.lan
  500 unstable        apt.home.lan
    1 experimental    apt.home.lan

--- Package information. ---
Depends                    (Version) | Installed
====================================-+-===========
perl                                 | 5.10.1-8
libtext-wrapi18n-perl                | 0.06-7
bzip2                                | 1.0.5-3


Recommends                  (Version) | Installed
=====================================-+-===========
liblocale-gettext-perl                | 1.05-6


Suggests             (Version) | Installed
==============================-+-===========
build-essential                | 11.4
dialog                         | 1.1-20080819-1
 OR whiptail                   | 0.52.10-5




--- module-assistant.orig	2010-01-23 15:05:17.882949049 +0100
+++ module-assistant	2010-01-23 14:58:23.552935757 +0100
@@ -1281,6 +1281,7 @@
       if(-d $_) {
           print "PROBEKDIR: $_\n" if $opt_debug;
          open($versionh, "<$_/include/linux/utsrelease.h")||
+	     open($versionh, "<$_/include/generated/utsrelease.h")||
 	     open($versionh, "<$_/include/linux/version.h");
          <$versionh> =~ /"(.+)"/;
          if(close($versionh)) {
@@ -1319,6 +1320,7 @@
             else {
                if(-e "$poskdir/include/linux/version.h") {
                   open($versionh, "<$poskdir/include/linux/utsrelease.h") ||
+                  open($versionh, "<$poskdir/include/generated/utsrelease.h") ||
                   open($versionh, "<$poskdir/include/linux/version.h");
                   <$versionh> =~ /"(.+)"/;
                   push(@seenkvers, "$1\n");

--- End Message ---
--- Begin Message ---
Source: module-assistant
Source-Version: 0.11.3

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

module-assistant_0.11.3.dsc
  to main/m/module-assistant/module-assistant_0.11.3.dsc
module-assistant_0.11.3.tar.gz
  to main/m/module-assistant/module-assistant_0.11.3.tar.gz
module-assistant_0.11.3_all.deb
  to main/m/module-assistant/module-assistant_0.11.3_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.
Cyril Brulebois <[email protected]> (supplier of updated module-assistant 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: Wed, 27 Jan 2010 02:22:36 +0100
Source: module-assistant
Binary: module-assistant
Architecture: source all
Version: 0.11.3
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch <[email protected]>
Changed-By: Cyril Brulebois <[email protected]>
Description: 
 module-assistant - tool to make module package creation easier
Closes: 518144 525061 566487
Changes: 
 module-assistant (0.11.3) unstable; urgency=low
 .
   * New upstream release.
   * Add modass/check-known-packages.sh to monitor module-related sources
     within suites. It takes an optional parameter, which controls where to
     keep a copy of the summary, if any.
   * Remove obsolete packages from compliant.list accordingly:
      - affix-source
      - arla-modules-source
      - at76c503a-source
      - bcm4400-source
      - cipe-source
      - cryptoapi-core-source
      - cryptoloop-source
      - dazuko-source
      - ddrmat-source
      - drbd8-module-source
      - dvb-driver-source
      - e100-source
      - eagle-usb-modules-source
      - ftape-source
      - ftpfs-src
      - fuse-source
      - fwatch-modules-src
      - hostap-source
      - hubcot-source
      - i2c-source
      - ieee80211-source
      - ipw2100-source
      - ipw2200-source
      - linux-uvc-source
      - lm-sensors-source
      - loop-aes-ciphers-source
      - lufs-source
      - misdn-kernel-source
      - nozomi-source
      - ov511-source
      - plex86-kernel-src
      - ppscsi-source
      - qla2x00-source
      - realtime-lsm-source
      - shfs-source
      - spca5xx-source (Closes: #518144)
      - thinkpad-source
      - tidev-modules-source
      - translucency-source
      - tun-source
      - unicorn-source
      - unionfs-source
      - userlink-source
      - vaiostat-source
      - video4linux-nw802-source
      - wacom-kernel-source
      - xdslusb-source
      - xlibmesa-drm-src
   * Add nvidia-kernel-legacy-173xx-source to compliant.list, as suggested
     by Krzesimir Nowak (Closes: #525061).
   * Add support for recent kernels with utsrelease.h under
     include/generated/, thanks to BenoƮt Wallecan for both report and
     patch (Closes: #566487).
   * As for the related Linux changes:
      - See #561569 reported against kernel-package, which in turn points
        to 9204595405 in linux-2.6.git, for compile.h
      - For utsrelease.h (the problem at hand here), that's 273b281fa2
        aka. v2.6.32-6501-g273b281.
   * Bottom line: One probably wants to upgrade to this version if support
     for versions newer than 2.6.32 is needed.
Checksums-Sha1: 
 b4250371cf974e585ab07d1d3b3c8c8d3d5fc756 959 module-assistant_0.11.3.dsc
 af8876ac6f074b65efa861136e3fee0c1b9124d6 105549 module-assistant_0.11.3.tar.gz
 957c8e96ed84e0cf3e5cae713c02482cd4fdb89d 114372 module-assistant_0.11.3_all.deb
Checksums-Sha256: 
 d52159274db8e16506dffef11a9ae1bea9279c98b455a81a50e1d8cf57707a72 959 
module-assistant_0.11.3.dsc
 1969b1552119a6bdd5e1eef6b3eb00a6557d9080edfae6ff1b247d648d29d214 105549 
module-assistant_0.11.3.tar.gz
 b0dd07640521c6c36cdd0d2b093b91b0d71c5bb589f4406e664e0034f4039799 114372 
module-assistant_0.11.3_all.deb
Files: 
 4be279e5ecb079489a494e43b7c0a443 959 kernel optional 
module-assistant_0.11.3.dsc
 b96a9d9d2e6983a19bfd8df94bb83ca7 105549 kernel optional 
module-assistant_0.11.3.tar.gz
 30c4d68f8db87d9cb7eabc037f1ed80f 114372 kernel optional 
module-assistant_0.11.3_all.deb

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

iEYEARECAAYFAktfmgUACgkQeGfVPHR5Nd1z6gCfaP/TELLcvpcfmzJ7d0NsClDv
ggcAoIE+Ay2eGxIov4Qadhicu6yQV7fF
=jgFt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to