Your message dated Sun, 06 Feb 2005 05:47:03 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#290957: fixed in cloop 2.01.5-3
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; 17 Jan 2005 22:44:07 +0000
>From [EMAIL PROTECTED] Mon Jan 17 14:44:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from lana.hrz.tu-chemnitz.de [134.109.132.3] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CqfbT-0001n9-00; Mon, 17 Jan 2005 14:44:07 -0800
Received: from hedwig.hrz.tu-chemnitz.de ([134.109.132.173] 
helo=mailbox.hrz.tu-chemnitz.de)
        by lana.hrz.tu-chemnitz.de with esmtp (Exim 4.41)
        id 1CqfbS-0001a6-BY
        for [EMAIL PROTECTED]; Mon, 17 Jan 2005 23:44:06 +0100
Received: from maximus.informatik.tu-chemnitz.de ([134.109.192.246] ident=mail)
        by mailbox.hrz.tu-chemnitz.de with esmtp (Exim 4.43)
        id 1CqfbS-0004s5-A9
        for [EMAIL PROTECTED]; Mon, 17 Jan 2005 23:44:06 +0100
Received: from stilzchen.informatik.tu-chemnitz.de ([134.109.192.209] 
ident=mail)
        by maximus.informatik.tu-chemnitz.de with esmtp (Exim 3.35 #1 (Debian))
        id 1CqfbR-0008AE-00
        for <[EMAIL PROTECTED]>; Mon, 17 Jan 2005 23:44:05 +0100
Received: from mpa by stilzchen.informatik.tu-chemnitz.de with local (Exim 3.35 
#1 (Debian))
        id 1CqfbR-0002Dq-00
        for <[EMAIL PROTECTED]>; Mon, 17 Jan 2005 23:44:05 +0100
Date: Mon, 17 Jan 2005 23:44:05 +0100
To: [EMAIL PROTECTED]
Subject: cloop-src: fails to build when kernel revision is 2.4.27-2-686
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6i
From: Mirko Parthey <[EMAIL PROTECTED]>
X-Scan-Signature: cb5add96829c288e5da73fa3a8e2275c
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: cloop-src
Version: 2.01.5-1 

The cloop-src package fails to build its modules with certain kernel revisions:

$ MODULE_LOC=../modules-686 fakeroot make-kpkg --append_to_version -2-686 
--added_modules cloop modules_image
[...]
CC=gcc /usr/bin/make cloop.o 
KERNEL_DIR=/var/tmp/kernel/2.4/image/kernel-image-2.4.27-i386-2.4.27/build-686
make[2]: Entering directory 
`/var/tmp/kernel/2.4/image/kernel-image-2.4.27-i386-2.4.27/modules-686/cloop'
make[2]: *** No rule to make target `cloop.o'.  Stop.
make[2]: Leaving directory 
`/var/tmp/kernel/2.4/image/kernel-image-2.4.27-i386-2.4.27/modules-686/cloop'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory 
`/var/tmp/kernel/2.4/image/kernel-image-2.4.27-i386-2.4.27/modules-686/cloop'
Module ../modules-686/cloop failed.
Hit return to Continue

The reason might be that this check for kernel 2.6 is too unspecific:
  cloop/Makefile:38
  ifneq ($(shell grep 'UTS.*2.6' $(KERNEL_DIR)/include/linux/version.h),)

When trying this on my kernel 2.4.27-2-686, it matches, but shouldn't:
  $ grep --color 'UTS.*2.6' build-686/include/linux/version.h
  #define UTS_RELEASE "2.4.27-2-686"
                              ^^^  # the substring '2-6' matches '2.6'

Replacing the regexp with something more specific like this:
  'UTS[^0-9]*2\.6\.'
fixed the bug for me.

The Makefile in the current version of cloop-src, 2.01.5-2, still
contains the regexp in question.  Unfortunately, I wasn't able to
reproduce the bug there, so I am not sure if it has been fixed otherwise.

Sorry for the delay in reporting this - I hope this information is still
useful to you.

Mirko

---------------------------------------
Received: (at 290957-close) by bugs.debian.org; 6 Feb 2005 10:53:03 +0000
>From [EMAIL PROTECTED] Sun Feb 06 02:53:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cxk2J-0005a7-00; Sun, 06 Feb 2005 02:53:03 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CxjwV-0000Gc-00; Sun, 06 Feb 2005 05:47:03 -0500
From: Eduard Bloch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#290957: fixed in cloop 2.01.5-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 06 Feb 2005 05:47:03 -0500
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-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-Spam-Level: 
X-CrossAssassin-Score: 2

Source: cloop
Source-Version: 2.01.5-3

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

cloop-src_2.01.5-3_all.deb
  to pool/main/c/cloop/cloop-src_2.01.5-3_all.deb
cloop-utils_2.01.5-3_i386.deb
  to pool/main/c/cloop/cloop-utils_2.01.5-3_i386.deb
cloop_2.01.5-3.diff.gz
  to pool/main/c/cloop/cloop_2.01.5-3.diff.gz
cloop_2.01.5-3.dsc
  to pool/main/c/cloop/cloop_2.01.5-3.dsc



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 cloop 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, 06 Feb 2005 11:06:10 +0100
Source: cloop
Binary: cloop-src cloop-utils
Architecture: source i386 all
Version: 2.01.5-3
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch <[EMAIL PROTECTED]>
Changed-By: Eduard Bloch <[EMAIL PROTECTED]>
Description: 
 cloop-src  - Source of the compressed loopback device module
 cloop-utils - Tools for handling with cloop compressed volumes
Closes: 288941 290957
Changes: 
 cloop (2.01.5-3) unstable; urgency=medium
 .
   * made regular expression in Makefile more strict (no more false kernel-2.6
     detection, closes: #290957)
   * patch for amd64 from Andreas Jochens <[EMAIL PROTECTED]> (closes: #288941)
Files: 
 2c4fc4de2a6d6fbf8b293607f9cc406d 602 misc optional cloop_2.01.5-3.dsc
 beb9a49ff4525c1d3dc7795fb00d47b7 40429 misc optional cloop_2.01.5-3.diff.gz
 1f67a088d402298321817bd33dbab080 54530 misc optional cloop-src_2.01.5-3_all.deb
 5e5a4fbcb3c351d5352240e05edfc150 131984 misc optional 
cloop-utils_2.01.5-3_i386.deb

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

iD8DBQFCBfOa4QZIHu3wCMURAiZDAJ9teS5LKgtzI0cDWJ7Tg6SWhQWoKwCfYwFi
Yl3Lu8NF6ABdp6FNpqPckS8=
=xJqS
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to