Your message dated Thu, 28 Jul 2005 03:02:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319633: 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; 23 Jul 2005 16:14:34 +0000
>From [EMAIL PROTECTED] Sat Jul 23 09:14:34 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 1DwMe2-0006lX-00; Sat, 23 Jul 2005 09:14:34 -0700
Received: from localhost (localhost [127.0.0.1])
        by mx01.hinterhof.net (Postfix) with ESMTP id 1F31210DC0
        for <[EMAIL PROTECTED]>; Sat, 23 Jul 2005 18:16:26 +0200 (CEST)
Received: from dp.roam.hinterhof.net (p54A79233.dip0.t-ipconnect.de 
[84.167.146.51])
        (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 8FA8610AA3
        for <[EMAIL PROTECTED]>; Sat, 23 Jul 2005 18:16:23 +0200 (CEST)
Received: by dp.roam.hinterhof.net (Postfix, from userid 1000)
        id F3709E00E7; Sat, 23 Jul 2005 18:14:27 +0200 (CEST)
Date: Sat, 23 Jul 2005 18:14:27 +0200
From: Max Vozeler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: module-assistant: fakesource does not work for 2.4 kernels
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="OXfL5xGRrasGEqWY"
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


--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: module-assistant
Version: 0.9.5
Tags: patch

It would be nice if fakesource could be used to create source trees
also for 2.4.x kernels.

This currently fails in the make dep step because autoconf.h is not
available. I suppose this is because oldconfig is implied in the 2.6
prepare target, but needs to be run explicitly for 2.4.x.

The attached patch makes fakesource work for me to the point that
loop-aes-{source,ciphers-source} can be built correctly for 2.4.27.
Please consider applying it.

cheers,
Max

--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline; filename=err

# m-a -l 2.4.27-2-386 fakesource
Experimental kernel source recreating method...
Getting source...
Reading package lists... Done
Building dependency tree... Done
kernel-source-2.4.27 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
Config not found, getting headers to extract the config...
Reading package lists... Done
Building dependency tree... Done
kernel-headers-2.4.27-2-386 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
Extracting pristine kernel source, please wait...
Installing to final location and configuring, please wait...
make: *** No rule to make target `prepare'.  Stop.
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep 
scripts/mkdep.c
make[1]: Entering directory `/usr/src/kernel-source-2.4.27-2-386/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/usr/src/kernel-source-2.4.27-2-386/arch/i386/boot'
rm -f .depend .hdepend
make _sfdep_kernel _sfdep_drivers _sfdep_mm _sfdep_fs _sfdep_net _sfdep_ipc 
_sfdep_lib _sfdep_crypto _sfdep_arch/i386/kernel _sfdep_arch/i386/mm 
_sfdep_arch/i386/lib _sfdep_arch/i386/math-emu _FASTDEP_ALL_SUB_DIRS="kernel 
drivers mm fs net ipc lib crypto arch/i386/kernel arch/i386/mm arch/i386/lib 
arch/i386/math-emu"
make[1]: Entering directory `/usr/src/kernel-source-2.4.27-2-386'
make -C kernel fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27-2-386/kernel'
make[2]: *** No rule to make target 
`/usr/src/kernel-source-2.4.27-2-386/include/linux/autoconf.h', needed by 
`/usr/src/kernel-source-2.4.27-2-386/include/linux/modules/signal.ver'.  Stop.
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27-2-386/kernel'
make[1]: *** [_sfdep_kernel] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.4.27-2-386'
make: *** [dep-files] Error 2

Faked kernel source for the Kernel 2.4.27-2-386.
Warning: the configuration may not match the running kernel.


--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline; filename="fakesource_2.4.diff"

--- module-assistant~   2005-07-01 01:18:03.000000000 +0200
+++ module-assistant    2005-07-19 05:46:14.000000000 +0200
@@ -1158,7 +1158,7 @@
       close(mk);
    }
 
-   withecho "cd $usrc/$ksource-$kvers ; make prepare || make dep";
+   withecho "cd $usrc/$ksource-$kvers ; make prepare || make oldconfig dep";
    print "\n" . wrap('', '', sprintf(gettext("Faked kernel source for the 
Kernel %s.\nWarning: the configuration may not match the running kernel."), 
$kvers)) . "\n\n";
    &initksrc;
 }

--OXfL5xGRrasGEqWY--

---------------------------------------
Received: (at 319633-close) by bugs.debian.org; 28 Jul 2005 10:32:47 +0000
>From [EMAIL PROTECTED] Thu Jul 28 03:32:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dy5DS-0007Si-00; Thu, 28 Jul 2005 03:02:14 -0700
From: Eduard Bloch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319633: 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: 3

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]

Reply via email to