Your message dated Sat, 12 Feb 2011 04:47:11 +0000
with message-id <[email protected]>
and subject line Bug#531584: fixed in cppunit 1.12.1-2
has caused the Debian Bug report #531584,
regarding cppunit: Patch for Renesas SuperH (SH4)
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.)
--
531584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531584
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cppunit
Severity: wishlist
Tags: patch
X-Debbugs-CC: [email protected]
Hi,
I am porting of Renesas SH in Debian.
The current cppunit package doen't support SH and can not build.
----
<snip>
TestCallerTest::testPointerConstructor : OK
TestAssertTest.cpp:204:Assertion
Test name: TestAssertTest::testAssertDoubleNonFinite
assertion failed
- Expression: CPPUNIT_NS::floatingPointIsUnordered( nan )
Failures !!!
Run: 222 Failure total: 1 Failures: 1 Errors: 0
FAIL: cppunittestmain
<snip>
----
But SuperH can evade this problem by attaching -mieee option.
I made a patch to revise to be able to build.
Would you apply it?
Best regards,
Nobuhiro
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Nobuhiro Iwamatsu
GPG ID: 3170EBE9
--- a/debian/rules 2009-06-02 14:09:19.000000000 +0000
+++ b/debian/rules 2009-06-02 14:08:54.000000000 +0000
@@ -15,6 +15,8 @@
CXXFLAGS += -O0
else ifeq (alpha,$(DEB_HOST_ARCH))
CXXFLAGS += -O0
+ else ifeq (sh,$(DEB_HOST_ARCH))
+ CXXFLAGS += -O2 -mieee
else
CXXFLAGS += -O2
endif
--- End Message ---
--- Begin Message ---
Source: cppunit
Source-Version: 1.12.1-2
We believe that the bug you reported is fixed in the latest version of
cppunit, which is due to be installed in the Debian FTP archive:
cppunit_1.12.1-2.diff.gz
to main/c/cppunit/cppunit_1.12.1-2.diff.gz
cppunit_1.12.1-2.dsc
to main/c/cppunit/cppunit_1.12.1-2.dsc
libcppunit-1.12-1_1.12.1-2_amd64.deb
to main/c/cppunit/libcppunit-1.12-1_1.12.1-2_amd64.deb
libcppunit-dev_1.12.1-2_amd64.deb
to main/c/cppunit/libcppunit-dev_1.12.1-2_amd64.deb
libcppunit-doc_1.12.1-2_all.deb
to main/c/cppunit/libcppunit-doc_1.12.1-2_all.deb
libqttestrunner1c2a_1.12.1-2_amd64.deb
to main/c/cppunit/libqttestrunner1c2a_1.12.1-2_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.
Steve M. Robbins <[email protected]> (supplier of updated cppunit 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, 11 Feb 2011 22:21:33 -0600
Source: cppunit
Binary: libcppunit-1.12-1 libqttestrunner1c2a libcppunit-dev libcppunit-doc
Architecture: source amd64 all
Version: 1.12.1-2
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins <[email protected]>
Changed-By: Steve M. Robbins <[email protected]>
Description:
libcppunit-1.12-1 - Unit Testing Library for C++
libcppunit-dev - Unit Testing Library for C++
libcppunit-doc - Unit Testing Library for C++
libqttestrunner1c2a - Unit Testing Library for C++
Closes: 531584
Changes:
cppunit (1.12.1-2) unstable; urgency=low
.
* Acknowledge NMU (thanks, Nobuhiro Iwamatsu). Closes: #531584.
.
* Move to collab-maint.
Checksums-Sha1:
eb8333a1477277d03b487927b72a1ffed3581a33 1231 cppunit_1.12.1-2.dsc
a2200810ada89e25847c0afb5aec682a5d3f6df2 10132 cppunit_1.12.1-2.diff.gz
ab08f7c24b0dd2f1702183b1b11f2c4678fc15e2 109248
libcppunit-1.12-1_1.12.1-2_amd64.deb
af41e3af362f9eb8c642831f2f9f4ee98cac1300 47568
libqttestrunner1c2a_1.12.1-2_amd64.deb
69c6a05d3ccf4d658bac35da4c95a6ebe0edc233 223668
libcppunit-dev_1.12.1-2_amd64.deb
6ddabf6918d375ecb099d400bf6ab306ff223fc7 709182 libcppunit-doc_1.12.1-2_all.deb
Checksums-Sha256:
8b8800d83a9077732b4781d665c06629153c318738ab10f0a9c7530b3fd11c3c 1231
cppunit_1.12.1-2.dsc
ed1c92fc4e2b657a1f0a7307108b402507e1d288c1f13cb2e299644e68a2a353 10132
cppunit_1.12.1-2.diff.gz
5a35dea8fa52c855b7400244860f74c66076b42916150c6018716f90a32e506d 109248
libcppunit-1.12-1_1.12.1-2_amd64.deb
f7f0babaef3c493e3691b1c1c298e11f755300c56cf1db585f8fa3a9376e1c99 47568
libqttestrunner1c2a_1.12.1-2_amd64.deb
052b58c34f2f5ae7ab44cd39f9a9ecca2417a276fa8fced61f046179709fcb9d 223668
libcppunit-dev_1.12.1-2_amd64.deb
d2131eee09a2adbbf819c97411ec350d9c3c9f834dabd484e55e0d727c2ca324 709182
libcppunit-doc_1.12.1-2_all.deb
Files:
2adb6961f2537a84e9bfe6ca637b7292 1231 devel optional cppunit_1.12.1-2.dsc
0b0a2d191854733bb1b54dde542f0e3c 10132 devel optional cppunit_1.12.1-2.diff.gz
9b97c6bdbcd06ac6bf343d7c75854ea7 109248 devel optional
libcppunit-1.12-1_1.12.1-2_amd64.deb
2e3f620957517ad18a1800b86411487d 47568 devel optional
libqttestrunner1c2a_1.12.1-2_amd64.deb
de0f475df3671b54e38814c1ae69d1b0 223668 libdevel optional
libcppunit-dev_1.12.1-2_amd64.deb
c1afa5f2712b4888408450f0d2a64138 709182 doc optional
libcppunit-doc_1.12.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFNVg8e0i2bPSHbMcURAkR8AKCyq3AvmbCb2LVMBkZseYB96TxQNACfYz1o
fqc95JcUTuyoprDBz3hefHw=
=bRJu
-----END PGP SIGNATURE-----
--- End Message ---