Your message dated Fri, 02 Mar 2012 10:32:54 +0000
with message-id <[email protected]>
and subject line Bug#653790: fixed in klibc 2.0~rc3-1
has caused the Debian Bug report #653790,
regarding klibc/s390x: searches for include in the wrong path
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
653790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653790
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: klibc
Version: 1.5.25-1.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: s390x
s390 and s390x are sharing the same include files, in
/usr/lib/klibc/include/arch/s390. However klcc seatches for the s390x
includes in /usr/lib/klibc/include/arch/s390x, which doesn't exist.
The patch below fixes the issue by using the ARCHDIR variable instead
of the ARCH one in klcc. It's one possible fix, another possible fix
would be to use a symlink, or to split s390 and s390x in two different
architectures as anyway they don't share so much code.
--- klibc-1.5.25.orig/klcc/klcc.in
+++ klibc-1.5.25/klcc/klcc.in
@@ -3,7 +3,7 @@
use IPC::Open3;
# Standard includes
-@includes = ("-I${prefix}/${KCROSS}include/arch/${ARCH}",
+@includes = ("-I${prefix}/${KCROSS}include/arch/${ARCHDIR}",
"-I${prefix}/${KCROSS}include/bits${BITSIZE}",
"-I${prefix}/${KCROSS}include");
--- klibc-1.5.25.orig/klcc/Kbuild
+++ klibc-1.5.25/klcc/Kbuild
@@ -10,6 +10,7 @@ $(obj)/$(KLIBCCROSS)klibc.config: $(src)
@echo " GEN $@"
$(Q)rm -f $@
$(Q)echo 'ARCH=$(KLIBCARCH)' >> $@
+ $(Q)echo 'ARCHDIR=$(KLIBCARCHDIR)' >> $@
$(Q)echo 'CROSS=$(KLIBCROSS)' >> $@
$(Q)echo 'KCROSS=$(KCROSS)' >> $@
$(Q)echo 'CC=$(KLIBCCC)' >> $@
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: s390x
Kernel: Linux 3.1.0-1-s390x (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: klibc
Source-Version: 2.0~rc3-1
We believe that the bug you reported is fixed in the latest version of
klibc, which is due to be installed in the Debian FTP archive:
klibc-utils-floppy-udeb_2.0~rc3-1_amd64.udeb
to main/k/klibc/klibc-utils-floppy-udeb_2.0~rc3-1_amd64.udeb
klibc-utils-udeb_2.0~rc3-1_amd64.udeb
to main/k/klibc/klibc-utils-udeb_2.0~rc3-1_amd64.udeb
klibc-utils_2.0~rc3-1_amd64.deb
to main/k/klibc/klibc-utils_2.0~rc3-1_amd64.deb
klibc_2.0~rc3-1.debian.tar.gz
to main/k/klibc/klibc_2.0~rc3-1.debian.tar.gz
klibc_2.0~rc3-1.dsc
to main/k/klibc/klibc_2.0~rc3-1.dsc
klibc_2.0~rc3.orig.tar.gz
to main/k/klibc/klibc_2.0~rc3.orig.tar.gz
libklibc-dev_2.0~rc3-1_amd64.deb
to main/k/klibc/libklibc-dev_2.0~rc3-1_amd64.deb
libklibc-udeb_2.0~rc3-1_amd64.udeb
to main/k/klibc/libklibc-udeb_2.0~rc3-1_amd64.udeb
libklibc_2.0~rc3-1_amd64.deb
to main/k/klibc/libklibc_2.0~rc3-1_amd64.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.
maximilian attems <[email protected]> (supplier of updated klibc 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.8
Date: Fri, 02 Mar 2012 11:08:51 +0100
Source: klibc
Binary: libklibc-dev libklibc klibc-utils klibc-utils-udeb
klibc-utils-floppy-udeb libklibc-udeb
Architecture: source amd64
Version: 2.0~rc3-1
Distribution: unstable
Urgency: low
Maintainer: maximilian attems <[email protected]>
Changed-By: maximilian attems <[email protected]>
Description:
klibc-utils - small utilities built with klibc for early boot
klibc-utils-floppy-udeb - small utilities built with klibc for the boot floppy
(udeb)
klibc-utils-udeb - small utilities built with klibc for early boot (d-i) (udeb)
libklibc - minimal libc subset for use with initramfs
libklibc-dev - kernel headers used during the build of klibc
libklibc-udeb - minimal libc subset for use with initramfs (d-i) (udeb)
Closes: 653790
Changes:
klibc (2.0~rc3-1) unstable; urgency=low
.
* New upstream snapshot (closes: #653790)
- klibc/s390x klcc fix thanks to Aurelien Jarno <[email protected]>.
* Pump standard version to 3.9.3 without changes.
Checksums-Sha1:
3f469c8e8551141895571c418ea0fe73e5b45296 1535 klibc_2.0~rc3-1.dsc
8f1b02f1b589323f0a63b9aeab7af2fc3b0bcacd 613009 klibc_2.0~rc3.orig.tar.gz
afd0f420185a2b5c99cf6413eaa9d1b0e23dc76d 22615 klibc_2.0~rc3-1.debian.tar.gz
2606697e1bcbe3745ef021ac170c8749e055b14b 233442
libklibc-dev_2.0~rc3-1_amd64.deb
5fbee27ed8176101a0eebaaa8602764d3cbe781e 56416 libklibc_2.0~rc3-1_amd64.deb
10adb2b8e9588e25ab58a74d2223a79d401f2dff 185398 klibc-utils_2.0~rc3-1_amd64.deb
7963831f0b634c5324ee89e577785b71bdbb410c 184072
klibc-utils-udeb_2.0~rc3-1_amd64.udeb
d3b3f89a869c001b8595baebeaaa98b221d278c3 25286
klibc-utils-floppy-udeb_2.0~rc3-1_amd64.udeb
976fac031ec5a2928df335498456d5f0b6ed57ab 38092
libklibc-udeb_2.0~rc3-1_amd64.udeb
Checksums-Sha256:
03ff3a08982e013c31c5f5a0378ed514e3f3e50a0a6d36ca6c1545ba4b000bce 1535
klibc_2.0~rc3-1.dsc
79fccbff7e9c164e12a13aa6e599e5f43e134ca94ca39a6bfbde5f766727186c 613009
klibc_2.0~rc3.orig.tar.gz
b2603f2e1c112201994e09b6d450bc43418a7b5ff1746b0eadb7570a028b215e 22615
klibc_2.0~rc3-1.debian.tar.gz
b6f390b0b2ce30000d6d173e139410efae638be48394fcf58695dbe72b005811 233442
libklibc-dev_2.0~rc3-1_amd64.deb
c0c6d97a9e8f2e935462d30801a0fe29f7c5c0c13e1d65e840b2c9a08796f9dd 56416
libklibc_2.0~rc3-1_amd64.deb
c3045e5c5e517663e87982e684b6d94cdc0e97004cbef7a06fb6867a29199e35 185398
klibc-utils_2.0~rc3-1_amd64.deb
63ad3244ad4e88955f1778c972bc833edb53964421c45bb4e55588c14accb070 184072
klibc-utils-udeb_2.0~rc3-1_amd64.udeb
d7934a116b08b8523a6dcb62187ad6fd56da24465b3fae976741be44290c1b60 25286
klibc-utils-floppy-udeb_2.0~rc3-1_amd64.udeb
f77afd8a179de241c6644e42e4df0f7d85a56490a30a6504e383857449ef5162 38092
libklibc-udeb_2.0~rc3-1_amd64.udeb
Files:
c542e4f2fd73b83db0629c588fcabbf5 1535 libs optional klibc_2.0~rc3-1.dsc
047acc1a162a4f726aaf490a189784f8 613009 libs optional klibc_2.0~rc3.orig.tar.gz
a98311c1ba3b5e69785ec1dcc858ad95 22615 libs optional
klibc_2.0~rc3-1.debian.tar.gz
cb3abf4bb251a220bbf50caf5e87e3d4 233442 libdevel optional
libklibc-dev_2.0~rc3-1_amd64.deb
ecc7cbd3ff7ce72b32dd4ff983e39d7e 56416 libs optional
libklibc_2.0~rc3-1_amd64.deb
c8487d0e3aa0a5ab2efd6fd49f6fe5a6 185398 libs optional
klibc-utils_2.0~rc3-1_amd64.deb
62be3de420d73274dcaa165a39a412da 184072 debian-installer optional
klibc-utils-udeb_2.0~rc3-1_amd64.udeb
2aafcf64ae93851473f8b5891018a6ba 25286 debian-installer optional
klibc-utils-floppy-udeb_2.0~rc3-1_amd64.udeb
84b1c426a24b8515072a4e9fcc47c9a8 38092 debian-installer optional
libklibc-udeb_2.0~rc3-1_amd64.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk9QnKUACgkQeW7Lc5tEHqigswCgzD32fxpXHaHGKQVwiDGcu2lH
AIIAmQG1Khmn9/LgIfOHCRFLP1nr489U
=7N8Y
-----END PGP SIGNATURE-----
--- End Message ---