Your message dated Tue, 8 Feb 2005 18:13:42 +0100
with message-id <[EMAIL PROTECTED]>
and subject line close bug
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; 24 Nov 2004 00:51:31 +0000
>From [EMAIL PROTECTED] Tue Nov 23 16:51:30 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx1.ciphirelabs.net [217.72.114.64]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CWlNZ-0001T8-00; Tue, 23 Nov 2004 16:51:30 -0800
Received: from [127.0.0.1] (unknown [62.245.182.10])
by mx1.ciphirelabs.net (Postfix) with ESMTP id D49F7CA4086
for <[EMAIL PROTECTED]>; Wed, 24 Nov 2004 00:50:57 +0000 (UTC)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 24 Nov 2004 01:50:54 +0100
From: Sven Mueller <[EMAIL PROTECTED]>
User-Agent: Thunderbird 0.7.3 (Windows/20040803)
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: drbd0.7-module-source: Unable to build drbd0.7 binary module
X-Enigmail-Version: 0.85.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: multipart/mixed;
boundary="------------000700020102080006040504"
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
This is a multi-part message in MIME format.
--------------000700020102080006040504
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Package: drbd0.7-module-source
Version: 0.7.5-2.incase.1
Severity: normal
I'm unable to generate a kernel module from this package.
I first did "apt-get update" and "module-assistant update". Then I
wanted to create the kernel module (package?). If I understand the
sparse documentation correctly,
module-assistant auto-install drbd0.7-module
should compile the the drbd module for the current kernel (given that
the kernel sources (or headers) are available and in the right state and
that drbd0.7-module-source is installed) or a kernel specified to m-a on
its commandline.
However, this doesn't work.
If I manually unpack the drbd.tar.gz tarball installed by
drbd0.7-module-source (under /usr/src) and rename the resulting
modules/drbd directory to modules/drbd0.7-module, "module-assistant a-i
drbd0.7-module" at least tries to build the module. But fails, see
attached build log. Am I too stupid today or is this displaying a bug or
two?
Even if I did something wrong, either the drbd0.7-utils or the
drbd0.7-module-source package should include documentation on how to
install the
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc2-incase
Locale: LANG=C, LC_CTYPE=C
Versions of packages drbd0.7-module-source depends on:
ii module-assistant 0.6.8 tool make module package
creation
-- no debconf information
--
---------------------[ Ciphire Signature ]----------------------
From: [EMAIL PROTECTED] signed email body (1210 characters)
Date: on 24 November 2004 at 00:50:57 GMT
To: [EMAIL PROTECTED]
----------------------------------------------------------------
: The message above has been secured using Ciphire Mail.
: Verify this signature and download your free encryption
: software at www.ciphire.com. The three garbled lines
: below are the sender's verifiable encoded signature.
----------------------------------------------------------------
00fAAAAAEAAADx2qNBugQAAOoDAAIAAgACACDujyFh4KALb3IxhOygcQzHEbNaM0
U5Yf/bSR4IwkrDcwEAGz628dHt2mg5eyCGSk3yRpSITtjpEXJa7s43ssYC/RR+SC
JBMs2RlaoRYyEVcvzNzf/Av5zL2kZfiUm2Z1yOzw==
------------------[ End Ciphire Signed Message ]----------------
--------------000700020102080006040504
Content-Type: text/plain;
name="drbd0.7-module-source.buildlog.2.6.10-rc2-incase.1101196884"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="drbd0.7-module-source.buildlog.2.6.10-rc2-incase.1101196884"
Build log starting, file:
/var/cache/modass/drbd0.7-module-source.buildlog.2.6.10-rc2-incase.1101196884
Date: Tue, 23 Nov 2004 09:01:25 +0100
dh_clean
/usr/bin/make -C drbd clean
make[1]: Entering directory `/usr/src/modules/drbd0.7-module/drbd'
rm -f *.[oas] *.ko .*.cmd .*.d .*.tmp *.mod.c .*.flags .depend .kernel*
make[1]: Leaving directory `/usr/src/modules/drbd0.7-module/drbd'
for templ in
/usr/src/modules/drbd0.7-module/debian/drbd0.7-module-_KVERS_.postinst.modules.in;
do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.10-rc2-incase/g'` ; \
done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in}
${templ%.modules.in}.backup 2>/dev/null || true; \
sed -e 's/##KVERS##/2.6.10-rc2-incase/g ;s/#KVERS#/2.6.10-rc2-incase/g ;
s/_KVERS_/2.6.10-rc2-incase/g ; s/##KDREV##/1/g ; s/#KDREV#/1/g ;
s/_KDREV_/1/g' < $templ > ${templ%.modules.in}; \
done
dh_testdir
dh_testroot
dh_clean -k
/usr/bin/make -C drbd KERNEL_SOURCES=/usr/src/kernel-headers-2.6.10-rc2-incase
MODVERSIONS=detect KERNEL=linux-2.6.10-rc2-incase
KDIR=/usr/src/kernel-headers-2.6.10-rc2-incase
make[1]: Entering directory `/usr/src/modules/drbd0.7-module/drbd'
Calling toplevel makefile of kernel source tree, which I believe is in
KDIR=/usr/src/kernel-headers-2.6.10-rc2-incase
test -x ../scripts/adjust_drbd_config_h.sh && \
KDIR=/usr/src/kernel-headers-2.6.10-rc2-incase
../scripts/adjust_drbd_config_h.sh
Using unmodified drbd_config.h
/usr/bin/make -C /usr/src/kernel-headers-2.6.10-rc2-incase
SUBDIRS=/usr/src/modules/drbd0.7-module/drbd modules
/usr/src/kernel-headers-2.6.10-rc2-incase/scripts/gcc-version.sh:
/usr/src/kernel-headers-2.6.10-rc2-incase/scripts/gcc-version.sh: No such file
or directory
make[2]: Entering directory `/usr/src/kernel-headers-2.6.10-rc2-incase'
make[3]: scripts/Makefile.build: No such file or directory
make[3]: *** No rule to make target `scripts/Makefile.build'. Stop.
make[2]: *** [_module_/usr/src/modules/drbd0.7-module/drbd] Error 2
make[2]: Leaving directory `/usr/src/kernel-headers-2.6.10-rc2-incase'
make[1]: *** [kbuild] Error 2
make[1]: Leaving directory `/usr/src/modules/drbd0.7-module/drbd'
make: *** [binary-modules] Error 2
--------------000700020102080006040504
Content-type: text/plain;
charset="US-ASCII";
name="Ciphire-Signature"
Content-description: Ciphire Signature
Content-transfer-encoding: 7bit
Content-disposition: inline
---------------------[ Ciphire Signature ]----------------------
From: [EMAIL PROTECTED] signed
"drbd0.7-module-source.buildlog.2.6.10-rc2-incase.1101196884" (2279 bytes)
Date: on 24 November 2004 at 00:50:57 GMT
To: [EMAIL PROTECTED]
----------------------------------------------------------------
: The message above has been secured using Ciphire Mail.
: Verify this signature and download your free encryption
: software at www.ciphire.com. The three garbled lines
: below are the sender's verifiable encoded signature.
----------------------------------------------------------------
01fAAAAAEAAADx2qNB5wgAABsEAAIAAgACACDujyFh4KALb3IxhOygcQzHEbNaM0
U5Yf/bSR4IwkrDcwEAGz628dHt2mg5eyCGSk3yRpSITtjpEXJa7s43ssYC/RSe/I
ofaqaIeOBYsHiz94z4DTc22nejeouYFaT7ZelHXg==
--------------------[ End Ciphire Signature ]-------------------
--------------000700020102080006040504--
---------------------------------------
Received: (at 282727-done) by bugs.debian.org; 8 Feb 2005 17:14:04 +0000
>From [EMAIL PROTECTED] Tue Feb 08 09:14:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from postman.abacus.ch [193.246.101.142]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyYw7-00015q-00; Tue, 08 Feb 2005 09:14:04 -0800
Received: from postman.abacus.ch by postman.abacus.ch
via smtpd (for spohr.debian.org [128.193.0.4]) with ESMTP; Tue, 8 Feb
2005 18:13:54 +0100
Received: from localhost (localhost [127.0.0.1])
by postman.abacus.ch (Postfix) with ESMTP id 5091F12F863
for <[EMAIL PROTECTED]>; Tue, 8 Feb 2005 18:13:47 +0100 (CET)
Received: from postman.abacus.ch ([127.0.0.1])
by localhost (postman [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 29831-03-7 for <[EMAIL PROTECTED]>;
Tue, 8 Feb 2005 18:13:39 +0100 (CET)
Received: from [172.16.34.83] (unknown [172.16.34.83])
by postman.abacus.ch (Postfix) with ESMTP id C8CF412F7A1
for <[EMAIL PROTECTED]>; Tue, 8 Feb 2005 18:13:34 +0100 (CET)
From: Philipp Hug <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: close bug
Date: Tue, 8 Feb 2005 18:13:42 +0100
User-Agent: KMail/1.7.1
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at abacus.ch
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Binary modules should now be built well with the latest version of
module-assistant
If there's still a problem, feel free to reopen this bug
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]