Your message dated Thu, 28 Jul 2005 03:02:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319062: fixed in module-assistant 0.9.6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Jul 2005 15:57:11 +0000
>From [EMAIL PROTECTED] Tue Jul 19 08:57:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx01.hinterhof.net [83.137.99.114]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuuT0-0002Y1-00; Tue, 19 Jul 2005 08:57:11 -0700
Received: from localhost (localhost [127.0.0.1])
by mx01.hinterhof.net (Postfix) with ESMTP id 8827410F0C
for <[EMAIL PROTECTED]>; Tue, 19 Jul 2005 17:58:53 +0200 (CEST)
Received: from dp.roam.hinterhof.net (p54A7AADA.dip0.t-ipconnect.de
[84.167.170.218])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN "dp.roam.hinterhof.net", Issuer "hinterhofCA" (verified OK))
by mx01.hinterhof.net (Postfix) with ESMTP id 72EE710E7B
for <[EMAIL PROTECTED]>; Tue, 19 Jul 2005 17:58:51 +0200 (CEST)
Received: by dp.roam.hinterhof.net (Postfix, from userid 1000)
id 1861FE2245; Tue, 19 Jul 2005 17:56:52 +0200 (CEST)
Date: Tue, 19 Jul 2005 17:56:52 +0200
From: Max Vozeler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: module-assistant: doesn't detect compiler for fakesource trees
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="EeQfGwPcQSOJBaQU"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: module-assistant
Version: 0.9.4
Trees created using m-a fakesource don't seem to get the correct
compiler detected. This is probably because include/linux/compile.h
doesn't exist in fakesource trees, right?
The attached patch is RFC since I'm not sure about the implications of
copying compile.h from -headers into the source tree. It works for me,
compiles loop-aes-{source,ciphers-source} correctly, but I'm not sure
whether it's a correct solution.
>From what I can gather the kernel uses the compile.h header only for
the information value, to include version, build date etc. in strings,
but does not use it for conditional compilation. So, I suppose there
would be little or no harm including it.
cheers,
Max
--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline; filename="fakesource_compile_h.diff"
--- module-assistant~ 2005-07-01 01:18:03.000000000 +0200
+++ module-assistant 2005-07-19 17:21:06.000000000 +0200
@@ -1124,6 +1124,7 @@
my $extra=$2;
my $confile="/boot/config-$kvers";
my $symverfile="$usrc/$kheaders-$kvers/Module.symvers";
+ my $compileh="$usrc/$kheaders-$kvers/include/linux/compile.h";
print gettext("Experimental kernel source recreating method...\nGetting
source...") . "\n";
return 0 if withecho "apt-get ".($opt_noninter?"-y":"")." install
$ksource-$knmbr";
if(! -f $confile) {
@@ -1142,6 +1143,9 @@
if (-f $symverfile) {
withecho "cp", $symverfile, "$usrc/$ksource-$kvers/Module.symvers";
}
+ if (-f $compileh) {
+ withecho "cp", $compileh,
"$usrc/$ksource-$kvers/include/linux/compile.h";
+ }
rmdir $tmpdir;
if($extra) {
open(mk,"<$usrc/$ksource-$kvers/Makefile");
--EeQfGwPcQSOJBaQU--
---------------------------------------
Received: (at 319062-close) by bugs.debian.org; 28 Jul 2005 10:33:53 +0000
>From [EMAIL PROTECTED] Thu Jul 28 03:33:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1Dy5DS-0007Sg-00; Thu, 28 Jul 2005 03:02:14 -0700
From: Eduard Bloch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319062: fixed in module-assistant 0.9.6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 03:02:14 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: module-assistant
Source-Version: 0.9.6
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.9.6.dsc
to pool/main/m/module-assistant/module-assistant_0.9.6.dsc
module-assistant_0.9.6.tar.gz
to pool/main/m/module-assistant/module-assistant_0.9.6.tar.gz
module-assistant_0.9.6_all.deb
to pool/main/m/module-assistant/module-assistant_0.9.6_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.
Eduard Bloch <[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.7
Date: Sun, 24 Jul 2005 10:02:59 +0200
Source: module-assistant
Binary: module-assistant
Architecture: source all
Version: 0.9.6
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch <[EMAIL PROTECTED]>
Changed-By: Eduard Bloch <[EMAIL PROTECTED]>
Description:
module-assistant - tool to make module package creation easier
Closes: 318310 319062 319633
Changes:
module-assistant (0.9.6) unstable; urgency=low
.
* explicitely executing oldconfig in the fakesource command on 2.4 kernels,
thanks to Max Vozeler (closes: Bug#319633)
* installing the original compile.h file to faked trees (again patch
by Max, closes: #319062)
* removed drbd-source entry (closes: #318310)
Files:
36e12f079d90cd765d972caa42e59335 539 misc optional module-assistant_0.9.6.dsc
2b4551c93d70984c2f51e03eb27b2919 73128 misc optional
module-assistant_0.9.6.tar.gz
26e570694ff9a7cbaa6b0c2daf2a5286 70252 misc optional
module-assistant_0.9.6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC40v74QZIHu3wCMURAqF/AJ4mAKp0O2VZrHicDA8/QUIILeXXPQCfWIhI
fiBczYmMxxMg+MtTrLzZopA=
=SH8a
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]