Your message dated Fri, 25 Feb 2005 23:49:56 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#296946: module-assistant: loop-aes does not build properly
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; 25 Feb 2005 22:06:42 +0000
>From [EMAIL PROTECTED] Fri Feb 25 14:06:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.riseup.net [69.90.134.155]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D4nbd-0007eU-00; Fri, 25 Feb 2005 14:06:41 -0800
Received: from localhost (localhost [127.0.0.1])
by mail.riseup.net (Postfix) with ESMTP id 2C9B6A2CB8
for <[EMAIL PROTECTED]>; Fri, 25 Feb 2005 14:06:14 -0800 (PST)
Received: from mail.riseup.net ([127.0.0.1])
by localhost (buffy [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 29171-31 for <[EMAIL PROTECTED]>;
Fri, 25 Feb 2005 14:06:14 -0800 (PST)
Received: from localhost (localhost [127.0.0.1])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by mail.riseup.net (Postfix) with ESMTP id C4832A2C6B
for <[EMAIL PROTECTED]>; Fri, 25 Feb 2005 14:06:13 -0800 (PST)
Received: by pond (Postfix, from userid 1000)
id 8C0D73A802; Fri, 25 Feb 2005 16:06:39 -0600 (CST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Micah Anderson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: module-assistant: loop-aes does not build properly
X-Mailer: reportbug 3.8
Date: Fri, 25 Feb 2005 16:06:39 -0600
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at riseup.net
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: module-assistant
Version: 0.7.3
Severity: normal
When trying to build loop-aes, it fails, I believe because the
instructions to build the loop-aes stuff is not followed correctly (at
the very beginning of the README.Debian in loop-aes-source it says,
"Building loop-AES requires a full kernel source tree, the headers
from kernel-headers packages are not sufficient. Unless you already")
According to the loop-aes-source README.Debian you can use
module-assistant to make loop-aes if you do the following:
2. Using module-assistant
You can easily create a loop-aes package for your kernel with
module-assistant. This assumes that the kernel source is in
/usr/src/kernel-source-VERSION and has already been compiled.
# cd /usr/src/kernel-source-VERSION
# module-assistant build loop-aes -k /usr/src/kernel-source-VERSION
# dpkg -i /usr/src/NEW_PACKAGE
Here is the log from the output.
Build log starting, file:
/var/cache/modass/loop-aes-source.buildlog.2.6.8-2-686-smp.1109368549
Date: Fri, 25 Feb 2005 13:55:50 -0800
dh_clean
make clean
make[1]: Entering directory `/usr/src/modules/loop-aes'
rm -f *.o *.ko *.orig *.rej *.mod.c patched-loop.[ch] test-file[1234]
rm -f -r test-dir1 tmp-d-kbuild
make[1]: Leaving directory `/usr/src/modules/loop-aes'
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.8-2-686-smp/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.8-2-686-smp/g ;s/#KVERS#/2.6.8-2-686-smp/g ;
s/_KVERS_/2.6.8-2-686-smp/g ; s/##KDREV##/2.6.8-13/g ; s/#KDREV#/2.6.8-13/g ;
s/_KDREV_/2.6.8-13/g' < $templ > ${templ%.modules.in}; \
done
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
make clean
make[1]: Entering directory `/usr/src/modules/loop-aes'
rm -f *.o *.ko *.orig *.rej *.mod.c patched-loop.[ch] test-file[1234]
rm -f -r test-dir1 tmp-d-kbuild
make[1]: Leaving directory `/usr/src/modules/loop-aes'
dh_clean
dh_testdir
dh_testroot
dh_clean -k
# Build the module
make LINUX_SOURCE=/usr/src/linux USE_KBUILD=y RUNDM=n MODINST=n
make[1]: Entering directory `/usr/src/modules/loop-aes'
rm -r -f tmp-d-kbuild
mkdir tmp-d-kbuild
cd tmp-d-kbuild && ln -s ../loop.c-2.6.patched patched-loop.c && ln -s
../glue.c glue.c && ln -s ../aes.h aes.h && ln -s ../md5.h md5.h
cd tmp-d-kbuild && ln -s ../aes-x86.S aes-x86.S && ln -s ../md5-x86.S md5-x86.S
echo 'loop-y:=patched-loop.o glue.o aes-x86.o md5-x86.o' >>tmp-d-kbuild/Makefile
echo 'EXTRA_CFLAGS:= -DOLD_REQUEST_MODULE_INTERFACE -DX86_ASM'
>>tmp-d-kbuild/Makefile
echo 'obj-m:=loop.o' >>tmp-d-kbuild/Makefile
cd /usr/src/linux && make M=/usr/src/modules/loop-aes/tmp-d-kbuild modules
make[2]: Entering directory `/usr/src/kernel-headers-2.6.8-2-686-smp'
CC [M] /usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.o
/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.c: In function
`loop_thread':
/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.c:908: error: structure has
no member named `rlim'
/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.c:908: error: structure has
no member named `rlim'
/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.c:908: error: structure has
no member named `rlim'
/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.c:908: error: structure has
no member named `rlim'
/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.c:908: error: structure has
no member named `rlim'
make[3]: *** [/usr/src/modules/loop-aes/tmp-d-kbuild/patched-loop.o] Error 1
make[2]: *** [_module_/usr/src/modules/loop-aes/tmp-d-kbuild] Error 2
make[2]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-686-smp'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/modules/loop-aes'
make: *** [binary-modules] Error 2
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages module-assistant depends on:
ii perl 5.8.4-6 Larry Wall's Practical Extraction
-- no debconf information
---------------------------------------
Received: (at 296946-done) by bugs.debian.org; 25 Feb 2005 22:50:02 +0000
>From [EMAIL PROTECTED] Fri Feb 25 14:50:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.uni-kl.de [131.246.120.5]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D4oHZ-00054X-00; Fri, 25 Feb 2005 14:50:01 -0800
Received: from debian.localnet (rotes255.wohnheim.uni-kl.de [131.246.178.65])
by mailgate1.uni-kl.de (8.13.1/8.13.1) with ESMTP id j1PMnv81025346;
Fri, 25 Feb 2005 23:49:57 +0100
Received: from inet by debian.localnet with local (Exim 4.44)
id 1D4oHU-0000Bf-N1; Fri, 25 Feb 2005 23:49:56 +0100
Date: Fri, 25 Feb 2005 23:49:56 +0100
From: Eduard Bloch <[EMAIL PROTECTED]>
To: Micah Anderson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#296946: module-assistant: loop-aes does not build properly
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040907i
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:
#include <hallo.h>
* Micah Anderson [Fri, Feb 25 2005, 04:06:39PM]:
> When trying to build loop-aes, it fails, I believe because the
> instructions to build the loop-aes stuff is not followed correctly (at
> the very beginning of the README.Debian in loop-aes-source it says,
> "Building loop-AES requires a full kernel source tree, the headers
> from kernel-headers packages are not sufficient. Unless you already")
You are right. It is not followed correctly - by YOU. m-a cannot perform
magic: if there is no complete source then there is no complete source.
You can fake the source tree with "m-a fakesource", though.
Regards,
Eduard.
--
Wer wirklich noch einen 4.x-Browser benutzt, dem kann leider nicht mehr
geholfen werden. Die haben soviele Sicherheitsloecher, da koennten wir per
www.linuxtag.org, Exploit und etwas Scriptmagic einen neuen Browser von
Remote installieren.
// Michael Kleinhenz, lt2k-ml
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]