Your message dated Mon, 15 Aug 2005 10:32:16 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#322765: fixed in linux-2.6 2.6.12-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; 12 Aug 2005 18:32:55 +0000 >From [EMAIL PROTECTED] Fri Aug 12 11:32:55 2005 Return-path: <[EMAIL PROTECTED]> Received: from muse.19inch.net [80.1.73.118] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E3eKt-0001bQ-00; Fri, 12 Aug 2005 11:32:55 -0700 Received: from localhost ([127.0.0.1] helo=olwen) by muse.19inch.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1E3eKn-0001IB-KR; Fri, 12 Aug 2005 19:32:50 +0100 Received: from daf by olwen with local (Exim 4.52) id 1E3Z41-00073i-24; Fri, 12 Aug 2005 13:55:09 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Dafydd Harries <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ieee80211-source: fails to compile because it can't find genksyms X-Mailer: reportbug 3.15 Date: Fri, 12 Aug 2005 13:55:07 +0100 Message-Id: <[EMAIL PROTECTED]> 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 Package: ieee80211-source Version: 1.0.3-1 Severity: normal Here's a log: ([EMAIL PROTECTED]:~) sudo module-assistant -t build ieee80211 Extracting the package tarball, /usr/src/ieee80211-source.tar.gz dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp rm -rf modules /usr/bin/make clean make[1]: Entering directory `/usr/src/modules/ieee80211' make[1]: *** No rule to make target `clean'. Stop. make[1]: Leaving directory `/usr/src/modules/ieee80211' make: [clean] Error 2 (ignored) /usr/bin/make -C driver clean make[1]: Entering directory `/usr/src/modules/ieee80211/driver' rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags *.lst *~ .#* rm -rf /usr/src/modules/ieee80211/driver/tmp .tmp_versions for file in *.{c,h} net/*.h; do \ if [ -e $file ]; then \ sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \ fi \ done make[1]: Leaving directory `/usr/src/modules/ieee80211/driver' dh_clean /usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules make[1]: Entering directory `/usr/src/modules/ieee80211' dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp rm -rf modules /usr/bin/make clean make[2]: Entering directory `/usr/src/modules/ieee80211' make[2]: *** No rule to make target `clean'. Stop. make[2]: Leaving directory `/usr/src/modules/ieee80211' make[1]: [clean] Error 2 (ignored) /usr/bin/make -C driver clean make[2]: Entering directory `/usr/src/modules/ieee80211/driver' rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags *.lst *~ .#* rm -rf /usr/src/modules/ieee80211/driver/tmp .tmp_versions for file in *.{c,h} net/*.h; do \ if [ -e $file ]; then \ sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \ fi \ done make[2]: Leaving directory `/usr/src/modules/ieee80211/driver' dh_clean /usr/bin/gcc-4.0 for templ in ; do \ cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-1-686/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.12-1-686/g ;s/#KVERS#/2.6.12-1-686/g ; s/_KVERS_/2.6.12-1-686/g ; s/##KDREV##/2.6.12-2/g ; s/#KDREV#/2.6.12-2/g ; s/_KDREV_/2.6.12-2/g' < $templ > ${templ%.modules.in}; \ done export DH_OPTIONS='-pieee80211-modules-2.6.12-1-686' dh_testdir dh_testroot dh_clean -k # Build the module /usr/bin/make -C driver KSRC=/usr/src/linux KVER=2.6.12-1-686 make[2]: Entering directory `/usr/src/modules/ieee80211/driver' /usr/bin/make -C /usr/src/linux M=/usr/src/modules/ieee80211/driver MODVERDIR=/usr/src/modules/ieee80211/driver modules /bin/sh: /usr/src/linux-headers-2.6.12-1-686/scripts/gcc-version.sh: No such file or directory make[3]: Entering directory `/usr/src/linux-headers-2.6.12-1-686' CC [M] /usr/src/modules/ieee80211/driver/ieee80211_module.o /bin/sh: scripts/genksyms/genksyms: No such file or directory make[4]: *** [/usr/src/modules/ieee80211/driver/ieee80211_module.o] Error 1 make[3]: *** [_module_/usr/src/modules/ieee80211/driver] Error 2 make[3]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686' make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/modules/ieee80211/driver' make[1]: *** [binary-modules] Error 2 make[1]: Leaving directory `/usr/src/modules/ieee80211' make: *** [kdist_build] Error 2 BUILD FAILED! The headers in /usr/src are provided by the linux-headers-2.6.12-1(-686) packages. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=cy_GB, LC_CTYPE=cy_GB (charmap=UTF-8) Versions of packages ieee80211-source depends on: ii debhelper 4.9.5 helper programs for debian/rules ii module-assistant 0.9.8 tool to make module package creati ieee80211-source recommends no packages. -- no debconf information --------------------------------------- Received: (at 322765-close) by bugs.debian.org; 15 Aug 2005 17:38:38 +0000 >From [EMAIL PROTECTED] Mon Aug 15 10:38:38 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E4ioq-0003dr-00; Mon, 15 Aug 2005 10:32:16 -0700 From: Bastian Blank <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#322765: fixed in linux-2.6 2.6.12-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 15 Aug 2005 10:32:16 -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: 9 Source: linux-2.6 Source-Version: 2.6.12-3 We believe that the bug you reported is fixed in the latest version of linux-2.6, which is due to be installed in the Debian FTP archive: kernel-image-2.6-s390_2.6.12-3_s390.deb to pool/main/l/linux-2.6/kernel-image-2.6-s390_2.6.12-3_s390.deb kernel-image-2.6-s390x_2.6.12-3_s390.deb to pool/main/l/linux-2.6/kernel-image-2.6-s390x_2.6.12-3_s390.deb linux-2.6_2.6.12-3.diff.gz to pool/main/l/linux-2.6/linux-2.6_2.6.12-3.diff.gz linux-2.6_2.6.12-3.dsc to pool/main/l/linux-2.6/linux-2.6_2.6.12-3.dsc linux-doc-2.6.12_2.6.12-3_all.deb to pool/main/l/linux-2.6/linux-doc-2.6.12_2.6.12-3_all.deb linux-headers-2.6-s390_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-headers-2.6-s390_2.6.12-3_s390.deb linux-headers-2.6-s390x_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-headers-2.6-s390x_2.6.12-3_s390.deb linux-headers-2.6.12-1-s390_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-headers-2.6.12-1-s390_2.6.12-3_s390.deb linux-headers-2.6.12-1-s390x_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-headers-2.6.12-1-s390x_2.6.12-3_s390.deb linux-headers-2.6.12-1_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-headers-2.6.12-1_2.6.12-3_s390.deb linux-image-2.6-s390_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-image-2.6-s390_2.6.12-3_s390.deb linux-image-2.6-s390x_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-image-2.6-s390x_2.6.12-3_s390.deb linux-image-2.6.12-1-s390_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-image-2.6.12-1-s390_2.6.12-3_s390.deb linux-image-2.6.12-1-s390x_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-image-2.6.12-1-s390x_2.6.12-3_s390.deb linux-image-s390_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-image-s390_2.6.12-3_s390.deb linux-image-s390x_2.6.12-3_s390.deb to pool/main/l/linux-2.6/linux-image-s390x_2.6.12-3_s390.deb linux-patch-debian-2.6.12_2.6.12-3_all.deb to pool/main/l/linux-2.6/linux-patch-debian-2.6.12_2.6.12-3_all.deb linux-source-2.6.12_2.6.12-3_all.deb to pool/main/l/linux-2.6/linux-source-2.6.12_2.6.12-3_all.deb linux-tree-2.6.12_2.6.12-3_all.deb to pool/main/l/linux-2.6/linux-tree-2.6.12_2.6.12-3_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. Bastian Blank <[EMAIL PROTECTED]> (supplier of updated linux-2.6 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: Mon, 15 Aug 2005 16:42:05 +0200 Source: linux-2.6 Binary: linux-image-sun3 linux-headers-2.6.12-1-s390x linux-image-2.6-footbridge linux-image-2.6-amd64-generic linux-headers-2.6-64-smp kernel-image-2.6-686-smp linux-headers-2.6.12-1-amd64-generic linux-headers-2.6-atari kernel-image-2.6-386 linux-headers-2.6-s390 linux-image-2.6.12-1-rpc linux-image-2.6.12-1-mvme147 linux-image-mvme16x linux-image-2.6.12-1-sparc64 linux-headers-2.6.12-1-powerpc-smp linux-image-itanium linux-image-2.6-amd64-k8-smp linux-image-2.6.12-1-mckinley-smp linux-image-2.6-rpc linux-image-2.6-s390 linux-image-q40 linux-headers-2.6.12-1 linux-headers-2.6-sparc64-smp linux-headers-2.6-mvme147 linux-image-2.6.12-1-bvme6000 linux-image-footbridge linux-headers-2.6-686-smp linux-image-atari linux-image-2.6.12-1-mckinley linux-image-2.6-q40 kernel-image-2.6-k7-smp linux-image-2.6.12-1-powerpc linux-headers-2.6.12-1-itanium-smp linux-image-s390 linux-headers-2.6.12-1-s390 linux-headers-2.6.12-1-k7-smp linux-image-2.6-itanium linux-headers-2.6.12-1-amd64-k8-smp linux-image-amd64-k8-smp linux-image-2.6.12-1-itanium linux-headers-2.6.12-1-32 linux-headers-2.6.12-1-386 linux-headers-2.6-amd64-generic linux-image-2.6-mckinley-smp linux-image-amiga linux-image-2.6-k7 linux-image-mckinley-smp linux-image-em64t-p4-smp linux-image-2.6-powerpc linux-headers-2.6-s3c2410 linux-image-2.6-hp linux-image-2.6.12-1-64-smp linux-image-sparc64-smp linux-tree-2.6.12 linux-headers-2.6.12-1-mac linux-headers-2.6.12-1-mckinley-smp linux-image-powerpc-smp linux-headers-2.6-itanium-smp kernel-image-2.6-power3 linux-image-2.6-64-smp kernel-image-2.6-powerpc linux-headers-2.6-32 kernel-image-2.6-generic linux-headers-2.6-mvme16x linux-image-2.6-alpha-generic linux-headers-2.6-amd64-k8-smp linux-image-2.6-em64t-p4 linux-image-32 linux-headers-2.6.12-1-em64t-p4-smp linux-headers-2.6-powerpc linux-image-hp linux-headers-2.6-em64t-p4-smp kernel-image-powerpc-smp linux-headers-2.6-sparc64 linux-image-2.6.12-1-mac linux-image-powerpc64 linux-headers-2.6-hp linux-headers-2.6-powerpc64 linux-headers-2.6.12-1-q40 linux-headers-2.6.12-1-686 linux-headers-2.6.12-1-alpha-smp linux-headers-2.6.12-1-sparc64 linux-headers-2.6.12-1-alpha-generic linux-headers-2.6.12-1-ixp4xx linux-image-2.6.12-1-q40 linux-image-2.6.12-1-em64t-p4 linux-headers-2.6-mac linux-headers-2.6-32-smp linux-headers-2.6.12-1-mvme16x linux-source-2.6.12 linux-headers-2.6-em64t-p4 linux-headers-2.6-rpc linux-image-2.6-mckinley linux-headers-2.6.12-1-amiga linux-patch-debian-2.6.12 linux-headers-2.6-alpha-generic linux-headers-2.6-bvme6000 kernel-image-2.6-sparc64-smp kernel-image-powerpc linux-image-bvme6000 linux-headers-2.6-alpha-smp linux-image-2.6.12-1-32 linux-image-2.6.12-1-sun3 linux-image-2.6-atari linux-image-64 linux-image-2.6.12-1-atari linux-image-s3c2410 linux-headers-2.6-386 linux-headers-2.6-sun3 linux-image-2.6.12-1-386 linux-headers-2.6.12-1-itanium linux-headers-2.6-mckinley-smp kernel-image-2.6-power4-smp linux-image-2.6.12-1-ixp4xx linux-image-k7-smp linux-image-2.6.12-1-alpha-generic linux-doc-2.6.12 linux-image-386 kernel-image-power3-smp linux-headers-2.6.12-1-sparc64-smp linux-headers-2.6.12-1-sun3 linux-image-2.6-bvme6000 linux-image-mckinley linux-headers-2.6.12-1-k7 linux-image-2.6.12-1-k7-smp linux-image-itanium-smp linux-image-2.6-sparc64-smp linux-headers-2.6-s390x linux-image-2.6.12-1-64 linux-image-2.6.12-1-amiga linux-image-2.6.12-1-powerpc-smp linux-headers-2.6.12-1-footbridge linux-image-2.6-ixp4xx linux-headers-2.6-q40 linux-image-2.6.12-1-s3c2410 linux-headers-2.6.12-1-atari linux-headers-2.6.12-1-64 kernel-image-2.6-k7 linux-headers-2.6.12-1-bvme6000 linux-image-2.6.12-1-amd64-k8-smp linux-image-ixp4xx linux-image-rpc linux-image-2.6-mac linux-headers-2.6.12-1-mvme147 linux-headers-2.6-64 kernel-image-2.6-power3-smp linux-image-2.6-s390x kernel-image-2.6-smp linux-image-2.6.12-1-sparc64-smp linux-headers-2.6.12-1-powerpc linux-image-2.6.12-1-686-smp linux-image-alpha-smp linux-headers-2.6.12-1-32-smp linux-image-2.6.12-1-footbridge linux-headers-2.6.12-1-686-smp linux-image-2.6-amd64-k8 linux-headers-2.6-footbridge linux-image-2.6.12-1-32-smp linux-image-2.6.12-1-686 linux-image-2.6.12-1-mvme16x linux-image-2.6-sparc64 linux-image-amd64-k8 linux-headers-2.6.12-1-mckinley kernel-image-power4 linux-image-2.6.12-1-k7 linux-image-2.6-s3c2410 linux-headers-2.6.12-1-64-smp linux-headers-2.6.12-1-em64t-p4 linux-headers-2.6-k7-smp linux-headers-2.6-mckinley linux-headers-2.6.12-1-rpc linux-image-em64t-p4 linux-image-2.6-686-smp linux-image-2.6.12-1-itanium-smp linux-image-2.6-mvme147 linux-headers-2.6-ixp4xx linux-image-2.6-32-smp linux-image-2.6.12-1-amd64-k8 linux-image-mvme147 linux-image-686-smp linux-image-2.6-alpha-smp linux-image-686 linux-image-2.6.12-1-s390x linux-headers-2.6.12-1-s3c2410 linux-headers-2.6-k7 linux-image-k7 linux-image-2.6-powerpc-smp linux-image-alpha-generic linux-image-s390x linux-image-2.6-32 linux-image-2.6.12-1-alpha-smp linux-headers-2.6-686 linux-headers-2.6.12-1-powerpc64 linux-image-2.6.12-1-em64t-p4-smp linux-image-64-smp linux-image-2.6-itanium-smp kernel-image-2.6-powerpc-smp linux-image-2.6-amiga linux-image-2.6-mvme16x linux-image-2.6.12-1-amd64-generic linux-headers-2.6.12-1-hp linux-headers-2.6-amiga linux-image-2.6-sun3 kernel-image-2.6-s390x linux-image-powerpc kernel-image-power3 linux-image-2.6-powerpc64 linux-headers-2.6-amd64-k8 linux-image-2.6.12-1-powerpc64 linux-image-32-smp kernel-image-power4-smp linux-image-mac linux-image-2.6-386 kernel-image-2.6-sparc64 kernel-image-2.6-power4 linux-image-amd64-generic linux-headers-2.6.12-1-amd64-k8 linux-image-2.6.12-1-hp linux-image-2.6.12-1-s390 linux-image-2.6-64 linux-image-sparc64 linux-image-2.6-em64t-p4-smp linux-headers-2.6-itanium linux-headers-2.6-powerpc-smp linux-image-2.6-k7-smp linux-image-2.6-686 kernel-image-2.6-s390 kernel-image-2.6-686 Architecture: source s390 all Version: 2.6.12-3 Distribution: unstable Urgency: low Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> Changed-By: Bastian Blank <[EMAIL PROTECTED]> Description: kernel-image-2.6-s390 - Linux kernel 2.6 image on IBM S/390 machines - transition package kernel-image-2.6-s390x - Linux kernel 2.6 image on IBM zSeries machines - transition packa linux-doc-2.6.12 - Linux kernel specific documentation for version 2.6.12 linux-headers-2.6-s390 - Architecture-specific header files for Linux kernel 2.6 on IBM S/ linux-headers-2.6-s390x - Architecture-specific header files for Linux kernel 2.6 on IBM zS linux-headers-2.6.12-1 - Common architecture-specific header files for Linux kernel 2.6.12 linux-headers-2.6.12-1-s390 - Architecture-specific header files for Linux kernel 2.6.12 on IBM linux-headers-2.6.12-1-s390x - Architecture-specific header files for Linux kernel 2.6.12 on IBM linux-image-2.6-s390 - Linux kernel 2.6 image on IBM S/390 machines linux-image-2.6-s390x - Linux kernel 2.6 image on IBM zSeries machines linux-image-2.6.12-1-s390 - Linux kernel 2.6.12 image on IBM S/390 machines linux-image-2.6.12-1-s390x - Linux kernel 2.6.12 image on IBM zSeries machines linux-image-s390 - Linux kernel image on IBM S/390 machines linux-image-s390x - Linux kernel image on IBM zSeries machines linux-patch-debian-2.6.12 - Debian patches to version 2.6.12 of the Linux kernel linux-source-2.6.12 - Linux kernel source for version 2.6.12 with Debian patches linux-tree-2.6.12 - Linux kernel source tree for building Debian kernel images Closes: 321167 321236 321867 321885 322409 322610 322612 322680 322765 323039 Changes: linux-2.6 (2.6.12-3) unstable; urgency=low . * Added reference to old kernel-* package names to make transition a little more obvious to end users. A Dan Jacobson special. (Simon Horman) Closes: #321167 . * By the time this makes it into the archive, it will be handling kernel-image-2.6-* packages. (Simon Horman) Closes: #321867 . * Link palinfo statically on ia64. (dann frazier) (Closes: #321885) . * [hppa] : - Add hppa arch specific patch. - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64. (Kyle McMartin) . * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409) . * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on sparc64 to sync with other architectures. (Jurij Smakov) Closes: #321236 . * Include all executables as well as *.sh and *.pl files found in scripts directory in the headers package. (Bastian Blank) Closes: #322612, #322680, #322765 . * Include m68k headers into the arch-common headers package on powerpc and make sure that all the directories are linked to properly from the flavour-specific headers packages. (Jurij Smakov) Closes: #322610 . * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as well as any other who worked on the biarch toolchain to make this happen. . * Added 2.6.12.5 (Simon Horman) - Fix BUG() is triggered by a call to set_mempolicy() with a negativ first argument. - [amd64] Fix a SRAT handling on systems with dual cores. - [amd64] SMP timing problem - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459 http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html http://bugs.gentoo.org/show_bug.cgi - Add zlib deflateBound() - [security] Fix error during session join. See CAN-2005-2098 - [security] Fix keyring destructor. See CAN-2005-2099 - Module per-cpu alignment cannot always be met http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html Closes: #323039 Files: 7217ed6393ef4a966d2293ffc8ded63e 7061 devel optional linux-2.6_2.6.12-3.dsc 4d540ccd09b31f5ac1d4467ab3febce1 390730 devel optional linux-2.6_2.6.12-3.diff.gz b73cf880335fd86d91f25015effc4489 4401410 doc optional linux-doc-2.6.12_2.6.12-3_all.deb cb65071cb358b524e0655fa19456beb9 240646 devel optional linux-patch-debian-2.6.12_2.6.12-3_all.deb a880f380110326669dc7734bcbad13d8 36479878 devel optional linux-source-2.6.12_2.6.12-3_all.deb 82381037fa8435f71ef50ccef46502ac 7010 devel optional linux-tree-2.6.12_2.6.12-3_all.deb c5c0d4145a9c329f06605a5db01f669f 2791916 devel optional linux-headers-2.6.12-1_2.6.12-3_s390.deb aac1b532351356913c0d53aa9c7f4d60 183572 devel optional linux-headers-2.6.12-1-s390_2.6.12-3_s390.deb 9b5d01712d8f7c49887f24e1ac3fbfdc 3193046 base optional linux-image-2.6.12-1-s390_2.6.12-3_s390.deb 99b42749d19bf258af77d65137cb2b13 6570 base optional linux-image-s390_2.6.12-3_s390.deb 0b3e121c1882b0d7705f7b96ba9e8ec1 6576 base optional linux-image-2.6-s390_2.6.12-3_s390.deb 0e14c4a609ef1c1c63d0ff4590d05d1f 6600 devel optional linux-headers-2.6-s390_2.6.12-3_s390.deb b6624d7470e00d48e4b08e208d7f7fa1 183564 devel optional linux-headers-2.6.12-1-s390x_2.6.12-3_s390.deb ff2046fcbaa10e7be732bc7177d70b21 3337830 base optional linux-image-2.6.12-1-s390x_2.6.12-3_s390.deb 08643c6b3951ca6ad55b6fa4b28c1929 6578 base optional linux-image-s390x_2.6.12-3_s390.deb 737d49d05abcc9b56b73eec651e8f215 6588 base optional linux-image-2.6-s390x_2.6.12-3_s390.deb e84ddfd0b9488627f85e5ed74b34bd67 6608 devel optional linux-headers-2.6-s390x_2.6.12-3_s390.deb db0bd1fe370d95cfbd7950f0d9b688d9 6572 base extra kernel-image-2.6-s390_2.6.12-3_s390.deb dde28f6317dabf119735e2ebecee51ee 6566 base extra kernel-image-2.6-s390x_2.6.12-3_s390.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iEYEARECAAYFAkMAzeoACgkQLkAIIn9ODhFrJACgqe10DeHimtg1HD3M6+Izpsru LuQAoJ/CJoUJTGgUm11akRibPiFN/4TP =Sqnw -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]