Your message dated Sat, 25 May 2013 21:21:06 +0000 with message-id <[email protected]> and subject line Bug#697269: fixed in module-assistant 0.11.5 has caused the Debian Bug report #697269, regarding tp-smapi-source: does not recognize 3.7 kernel headers although they are installed 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.) -- 697269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697269 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: tp-smapi-source Version: 0.41-1 Severity: normal Dear maintainer, shambhala:~> LANG=C m-a clean tp-smapi shambhala:~> LANG=C m-a prepare Getting source for kernel version: 3.7-trunk-686-pae apt-get install linux-headers-3.7-trunk-686-pae Reading package lists... Done Building dependency tree Reading state information... Done linux-headers-3.7-trunk-686-pae is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded. apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded. Done! with shambhala:~> apt-show-versions tp-smapi-source tp-smapi-source/wheezy uptodate 0.41-1 leads to: shambhala:~> LANG=C m-a -t a-i tp-smapi . Updated infos about 1 packages Getting source for kernel version: 3.7-trunk-686-pae apt-get install linux-headers-3.7-trunk-686-pae Reading package lists... Done Building dependency tree Reading state information... Done linux-headers-3.7-trunk-686-pae is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded. apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded. Done! Bad luck, the kernel headers for the target kernel version could not be found and you did not specify other valid kernel headers to use. However, you can install the header files for your kernel which are provided by the linux-headers-3.7-trunk-686-pae package. For most modules packages, these files are perfectly sufficient without having the original kernel source. To install the package, run: module-assistant prepare or apt-get install linux-headers-3.7-trunk-686-pae Expected results: It builds me a package. It does so on another laptop with 3.7 and 3.8-rc2 compiled via make-kpkg. Trying to build with manually setting include directories give: shambhala:~#7> LANG=C m-a -t -k /usr/src/linux-headers-3.7-trunk-686-pae,/usr/src/linux-headers-3.7-trunk-common -l 3.7-trunk-686-pae a-i tp-smapi Warning, /usr/src/linux-headers-3.7-trunk-common seems to contain unconfigured kernel source (see manpage for details)! . Updated infos about 1 packages Getting source for kernel version: 3.7-trunk-686-pae Kernel headers available in /usr/src/linux-headers-3.7-trunk-686-pae apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded. Done! Warning, /usr/src/linux-headers-3.7-trunk-common seems to contain unconfigured kernel source (see manpage for details)! unpack Extracting the package tarball, /usr/src/tp-smapi.tar.bz2, please wait... "/usr/share/modass/overrides/tp-smapi-source" build KVERS=3.7-trunk-686-pae KSRC=/usr/src/linux-headers-3.7-trunk-686-pae KDREV=3.7.1-1~experimental.1 kd ist_image dh_testdir # Cleaning package /usr/bin/make clean make[1]: Entering directory `/usr/src/modules/tp-smapi' rm -f tp_smapi.mod.* tp_smapi.o tp_smapi.ko .tp_smapi.*.cmd rm -f thinkpad_ec.mod.* thinkpad_ec.o thinkpad_ec.ko .thinkpad_ec.*.cmd rm -f hdaps.mod.* hdaps.o hdaps.ko .hdaps.*.cmd rm -f *~ diff/*~ *.orig diff/*.orig *.rej diff/*.rej rm -f tp_smapi-*-for-*.patch rm -fr .tmp_versions Modules.symvers diff/hdaps.diff.tmp make[1]: Leaving directory `/usr/src/modules/tp-smapi' dh_clean /usr/bin/make -f debian/rules clean make[1]: Entering directory `/usr/src/modules/tp-smapi' dh_testdir [… further cleaning …] dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead # Build the module /usr/bin/make modules KSRC=/usr/src/linux-headers-3.7-trunk-686-pae KVER=3.7-trunk-686-pae HDAPS=1 make[2]: Entering directory `/usr/src/modules/tp-smapi' /usr/bin/make -C /usr/src/linux-headers-3.7-trunk-686-pae M=/usr/src/modules/tp-smapi O=/usr/src/linux-headers-3.7-trunk-686-pae modules make[3]: Entering directory `/usr/src/linux-headers-3.7-trunk-686-pae' CC [M] /usr/src/modules/tp-smapi/thinkpad_ec.o In file included from /usr/src/linux-headers-3.7-trunk-common/include/uapi/linux/types.h:4:0, from /usr/src/linux-headers-3.7-trunk-common/include/linux/types.h:5, from /usr/src/linux-headers-3.7-trunk-common/include/linux/kernel.h:8, from /usr/src/modules/tp-smapi/thinkpad_ec.c:32: /usr/src/linux-headers-3.7-trunk-common/arch/x86/include/asm/types.h:4:31: fatal error: asm-generic/types.h: No such file or directory compilation terminated. make[6]: *** [/usr/src/modules/tp-smapi/thinkpad_ec.o] Error 1 make[5]: *** [_module_/usr/src/modules/tp-smapi] Error 2 make[4]: *** [sub-make] Error 2 make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/linux-headers-3.7-trunk-686-pae' make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/modules/tp-smapi' make[1]: *** [binary-modules] Error 2 make[1]: Leaving directory `/usr/src/modules/tp-smapi' make: *** [kdist_build] Error 2 BUILD FAILED! See /var/cache/modass/tp-smapi-source.buildlog.3.7-trunk-686-pae.1357298274 for details. Build failed. Press Return to continue... I read manpage about make menuconfig and make prepare regarding Warning, /usr/src/linux-headers-3.7-trunk-common seems to contain unconfigured kernel source (see manpage for details)! but I never did this. Anyway this doesn´t work either: shambhala:/usr/src/linux-headers-3.7-trunk-common> LANG=C make menu-config scripts/Makefile.build:44: /usr/src/linux-headers-3.7-trunk-common/scripts/basic/Makefile: No such file or directory make[1]: *** No rule to make target `/usr/src/linux-headers-3.7-trunk-common/scripts/basic/Makefile'. Stop. make: *** [scripts_basic] Error 2 shambhala:/usr/src/linux-headers-3.7-trunk-common#2> LANG=C make prepare scripts/Makefile.build:44: /usr/src/linux-headers-3.7-trunk-common/scripts/basic/Makefile: No such file or directory make[2]: *** No rule to make target `/usr/src/linux-headers-3.7-trunk-common/scripts/basic/Makefile'. Stop. make[1]: *** [scripts_basic] Error 2 scripts/Makefile.build:44: /usr/src/linux-headers-3.7-trunk-common/arch/x86/syscalls/Makefile: No such file or directory make[1]: *** No rule to make target `/usr/src/linux-headers-3.7-trunk-common/arch/x86/syscalls/Makefile'. Stop. make: *** [archheaders] Error 2 Thanks, Martin -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (450, 'testing'), (400, 'unstable'), (110, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.7-trunk-686-pae (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages tp-smapi-source depends on: ii debhelper 9.20120909 ii module-assistant 0.11.4 tp-smapi-source recommends no packages. Versions of packages tp-smapi-source suggests: ii sysfsutils 2.1.0+repack-2 -- no debconf information
--- End Message ---
--- Begin Message ---Source: module-assistant Source-Version: 0.11.5 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. 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. Andreas Beckmann <[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: SHA256 Format: 1.8 Date: Sat, 25 May 2013 22:03:55 +0200 Source: module-assistant Binary: module-assistant Architecture: source all Version: 0.11.5 Distribution: unstable Urgency: low Maintainer: Eduard Bloch <[email protected]> Changed-By: Andreas Beckmann <[email protected]> Description: module-assistant - tool to make module package creation easier Closes: 451721 481107 553464 591421 624737 641857 673411 673782 679099 697269 697436 702648 Changes: module-assistant (0.11.5) unstable; urgency=low . [ David Kalnischkies ] * try to open new (Linux >= 3.7) location for version.h aswell as the old location(s), thanks to Evgeni Golov (Closes: #697269, #702648) * fix xgettext 'invalid variable interpolation at "$"' error in strings, thanks to Stefan Lippers-Hollmann (also in #697269) * add Portuguese translation by Américo Monteiro (Closes: #591421) * change from (implicit) source format v1 to v3 (native) * fix "useful"-typo in manpage (found by lintian) * bump Standards-Version to 3.9.4 (no changes needed) * remove \w from the dpkg-deb matching regex as utf-8 characters like "»«" 'qualify' as such so that m-a isn't extracting the path correctly: The regex is now '[^./]' to eat everything as needed. . [ Andreas Beckmann ] * Package description reviewed, thanks to Justin B Rye. (Closes: #679099) * Update compliant.list: - acx100-source + broadcom-sta-source (Closes: #673782) - cpad-kernel-source + dahdi-source (Closes: #641857) - drbd0.7-module-source - em8300-source - exmap-modules-source - fglrx-kernel-src + fglrx-legacy-source (Closes: #697436) + fglrx-source (Closes: #673411) - freeswan-modules-source - gpib-modules-source + ipset-source (Closes: #624737) - ivtv-source - kqemu-source + leds-alix-source + lustre-source - madwifi-source + openvswitch-datapath-source + oss4-source - rt2400-source - rt2500-source - rt2570-source - squashfs-source + tp-smapi-source + v4l2loopback-source + virtualbox-guest-source + virtualbox-source + vpb-driver-source + west-chamber-source + xtables-addons-source - zaptel-source (renamed to dahdi-source) * Remove support for pcmcia-source, not in squeeze or later. * Remove support for compilers that have not been in squeeze or later. * Sanitize postrm. * Use canonical Vcs-* URLs. * Clean old builddir before extracting tarball. (Closes: #481107, #553464) * Honour ACLs when checking writability of --userdir <dir>, thanks to Quentin Godfroy. (Closes: #451721) . [ Eduard Bloch ] * Add David and Andreas as co-maintainers. Checksums-Sha1: 9298c6dd33f46d8621827d657f5d26708258f2e5 1718 module-assistant_0.11.5.dsc 6736edfe26224ead398eea3a1ae3c434edc58d9b 110189 module-assistant_0.11.5.tar.gz 654cebcd6770f585d2c9e6b89f62c98e2ccb0c2e 118626 module-assistant_0.11.5_all.deb Checksums-Sha256: d0c80cd69da32b90cb0281aad65def2ca4acd2354769c5b62ea77748df6e1cc0 1718 module-assistant_0.11.5.dsc 435b6e433c60a1bd4bc79d755598caa10d0fc97259fe808965725a9d132de200 110189 module-assistant_0.11.5.tar.gz fc70ffd54e1f1be3fb13d576d456c63fe46b657d37f4a3414bed6092c75baa0f 118626 module-assistant_0.11.5_all.deb Files: bcb30699119eef8ccb469eb92474003d 1718 kernel optional module-assistant_0.11.5.dsc 454f05addc037ef819369ee6e747e7bc 110189 kernel optional module-assistant_0.11.5.tar.gz 40579fab1c4a71bf0fbf08bd00c6ed79 118626 kernel optional module-assistant_0.11.5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRoR5pAAoJEF+zP5NZ6e0IbKMP/0PkwnuW5yuwM62ESGvjoFIs 2mgh7DHh2K2ePCbg6xWhEfJB7K+ucKGbxb97/Ehrxe3chQNf7P4xiJoQWg8CQYBs dPL//U7TjlrOC9uB6yKffH/PttWuPOHaSxYaTlymKcii733QO3YuO3zykQzfEh40 fhUyK9hYiPljZO2zvyR+Qc9PNjHHIqpD+gH7uLozlpmE4+s2WacM/3uRXWCLpcW+ Yrdsagw4PO+NmE/hM1rjpjG5tX9TUMtP4YultZZQWdHxFT1OCFmDgRcXZqdqUksi 6wITq00DVJkQPrt0NyKky1qpZIcHXKWdcA96BG/Ih9qqXZfnHQtBfm0nBalZQEZ7 tqE+NglN81zxHQVrIU8wEhtAa2j/aMXDAjLWXuAbzwT46nHHSWNxoQtLjhQErH3b 6wYHpVvn3PKsuFa8cPwoBt3Gds12wLzWdmGU83GbI5RDibBEd9iUFnI7W0clhC5Z F2G7lnuzbpo5BgF8WqMdVWHi5C9XtkbTOKvDOPFPcJVNOiXZaGuDCj6kJIOj+vqz TEFEVpNAdhC7p5g+Whx29exVLFspMp4NsnA6PmQnKttIL4KY1hUzIY/Mn+fNg0RR hS3wZdmAYzcJXIgkEec6/tAk9Pf+L/W+g+4RvV/ked0SS9wt5P5fX4uPOv4Rt4QX SuykcUsbaRBNr3TbjWvQ =5pdq -----END PGP SIGNATURE-----
--- End Message ---

