Your message dated Thu, 31 Dec 2009 11:32:29 +0000
with message-id <e1nqjgx-0001d2...@ries.debian.org>
and subject line Bug#563146: fixed in libcap-ng 0.6.2-3.1
has caused the Debian Bug report #563146,
regarding ftbfs on sparc with ICE in gcc
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 ow...@bugs.debian.org
immediately.)
--
563146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libcap-ng
Version: 0.6.2-3
Severity: serious
Tags: patch
User: debian-sp...@lists.debian.org
Usertags: sparc64
The package fails to build on sparc and sparc64 due to a compiler bug. A
workaround is to build with -O0 on these architectures.
Upstream bug files at http://gcc.gnu.org/PR42564.
diff -u libcap-ng-0.6.2/debian/rules libcap-ng-0.6.2/debian/rules
--- libcap-ng-0.6.2/debian/rules
+++ libcap-ng-0.6.2/debian/rules
@@ -27,6 +27,12 @@
ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),armel)
CFLAGS += -O0
endif
+ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),sparc)
+CFLAGS += -O0
+endif
+ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),sparc64)
+CFLAGS += -O0
+endif
# shared library versions, option 1
version=2.0.5
diff -u libcap-ng-0.6.2/debian/changelog libcap-ng-0.6.2/debian/changelog
--- libcap-ng-0.6.2/debian/changelog
+++ libcap-ng-0.6.2/debian/changelog
@@ -1,3 +1,10 @@
+libcap-ng (0.6.2-3.1) unstable; urgency=low
+
+ * NMU
+ * Build with -O0 on sparc/sparc64 to work around GCC ICE.
+
+ -- Matthias Klose <d...@debian.org> Thu, 31 Dec 2009 11:30:56 +0100
+
libcap-ng (0.6.2-3) unstable; urgency=low
* Apply patch from Simon McVittie:
--- End Message ---
--- Begin Message ---
Source: libcap-ng
Source-Version: 0.6.2-3.1
We believe that the bug you reported is fixed in the latest version of
libcap-ng, which is due to be installed in the Debian FTP archive:
libcap-ng-dev_0.6.2-3.1_sparc.deb
to main/libc/libcap-ng/libcap-ng-dev_0.6.2-3.1_sparc.deb
libcap-ng-utils_0.6.2-3.1_sparc.deb
to main/libc/libcap-ng/libcap-ng-utils_0.6.2-3.1_sparc.deb
libcap-ng0_0.6.2-3.1_sparc.deb
to main/libc/libcap-ng/libcap-ng0_0.6.2-3.1_sparc.deb
libcap-ng_0.6.2-3.1.diff.gz
to main/libc/libcap-ng/libcap-ng_0.6.2-3.1.diff.gz
libcap-ng_0.6.2-3.1.dsc
to main/libc/libcap-ng/libcap-ng_0.6.2-3.1.dsc
python-cap-ng_0.6.2-3.1_sparc.deb
to main/libc/libcap-ng/python-cap-ng_0.6.2-3.1_sparc.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 563...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated libcap-ng 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 31 Dec 2009 11:30:56 +0100
Source: libcap-ng
Binary: libcap-ng-dev libcap-ng0 libcap-ng-utils python-cap-ng
Architecture: source sparc
Version: 0.6.2-3.1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier <pol...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
libcap-ng-dev - Development and header files for libcap-ng
libcap-ng-utils - Utilities for analysing and setting file capabilities
libcap-ng0 - An alternate posix capabilities library
python-cap-ng - Python bindings for libcap-ng
Closes: 553156 555716 563146
Changes:
libcap-ng (0.6.2-3.1) unstable; urgency=low
.
* NMU
* Build with -O0 on sparc/sparc64 to work around GCC ICE. Closes: #563146.
* Swap libcap-ng0/libcap-ng-dev package descriptions.
Closes: #553156, #555716.
Checksums-Sha1:
d5589629353dd030c51ee49882588c2ce23a3946 1155 libcap-ng_0.6.2-3.1.dsc
86dfc3d415052d441c4c53a8b653c9c9f161b0b5 4129 libcap-ng_0.6.2-3.1.diff.gz
ea04590dd5153e523704f324bc74abf1b12d44b8 25130
libcap-ng-dev_0.6.2-3.1_sparc.deb
9bf739d200016391433036151ac35403b152d2e5 10968 libcap-ng0_0.6.2-3.1_sparc.deb
b1823fd895b2cab4ad6f7b514fcc3324dc6054d0 18024
libcap-ng-utils_0.6.2-3.1_sparc.deb
1ad6ee0533430991ffdae9f5db06eca3bc398023 22820
python-cap-ng_0.6.2-3.1_sparc.deb
Checksums-Sha256:
4bdf4c20fa2a60121811ff2dc8ba401e9237221773d3c5f7c1b0f2ee4d011cc1 1155
libcap-ng_0.6.2-3.1.dsc
33ba469024b37e4f7e2fa5ca6c23ac001cf2bce9ed24870997f8609f6c0fedad 4129
libcap-ng_0.6.2-3.1.diff.gz
6acfc483b212e7a73e751d252f6b3190821bd8d32181a8839169b90d2696437c 25130
libcap-ng-dev_0.6.2-3.1_sparc.deb
6fcb5d04720673c1249cfc59bae34e60d8c2338eb3a24f3a6531c1b206df64f3 10968
libcap-ng0_0.6.2-3.1_sparc.deb
d2d36af2c096213b7828f040bcf3ac72a91f4b1a8ce6a629330c483b0c751912 18024
libcap-ng-utils_0.6.2-3.1_sparc.deb
6c4425c12a0a4dc8e72d0385184e96e618a9421d0805f721ee37b3062eb0d446 22820
python-cap-ng_0.6.2-3.1_sparc.deb
Files:
952be096b225315cd91c721437860825 1155 libs optional libcap-ng_0.6.2-3.1.dsc
c460e147b394b22f211cbabaec7715c6 4129 libs optional libcap-ng_0.6.2-3.1.diff.gz
31d1df45c0a67fadb6fd00ec275d63c9 25130 libdevel optional
libcap-ng-dev_0.6.2-3.1_sparc.deb
b09c92cf22e97a532402794a5b17ede3 10968 libs optional
libcap-ng0_0.6.2-3.1_sparc.deb
1ec5235e33ea67fae20e0d63e3f94bec 18024 admin optional
libcap-ng-utils_0.6.2-3.1_sparc.deb
9b3a2c8aecfa3a6e8a9217e19c5236bd 22820 python optional
python-cap-ng_0.6.2-3.1_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAks8hvMACgkQStlRaw+TLJxZvACdEYc9QxzcgCYPVO/r5M93wD9j
x7EAnRF32qtK6WMRW9e3v5RIQRKPd6oU
=0Azq
-----END PGP SIGNATURE-----
--- End Message ---