Your message dated Sat, 12 Nov 2016 12:00:10 +0000
with message-id <e1c5wyg-000hpc...@fasolo.debian.org>
and subject line Bug#823447: fixed in googletest 1.8.0-1
has caused the Debian Bug report #823447,
regarding gtest: FTBFS with g++-6 and glibc 2.23: Test failure
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.)


-- 
823447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gtest
Version: 1.7.0-4
Severity: important

>From my pbuilder build log, using a chroot with gcc-defaults and glibc
from experimental:

...
31/41 Test #30: gtest_catch_exceptions_test ........***Failed    0.82 sec
.FFFFFF.
======================================================================
FAIL: testCatchesCxxExceptionsInSetUp (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
176, in testCatchesCxxExceptionsInSetUp
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInSetUpTestCase (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
148, in testCatchesCxxExceptionsInSetUpTestCase
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInTearDown (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
194, in testCatchesCxxExceptionsInTearDown
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInTearDownTestCase
(__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
171, in testCatchesCxxExceptionsInTearDownTestCase
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInTestBody (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
205, in testCatchesCxxExceptionsInTestBody
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesNonStdCxxExceptions (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
218, in testCatchesNonStdCxxExceptions
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 8 tests in 0.004s

FAILED (failures=6)

32/41 Test #34: gtest_help_test ....................   Passed    0.51 sec
33/41 Test #35: gtest_list_tests_unittest ..........   Passed    0.51 sec
34/41 Test #37: gtest_shuffle_test .................   Passed    0.07 sec
35/41 Test #36: gtest_output_test ..................   Passed    0.17 sec
36/41 Test #38: gtest_throw_on_failure_test ........   Passed    0.17 sec
37/41 Test #33: gtest_filter_unittest ..............   Passed    0.68 sec
     Start 39: gtest_uninitialized_test
     Start 40: gtest_xml_outfiles_test
     Start 41: gtest_xml_output_unittest
38/41 Test #40: gtest_xml_outfiles_test ............   Passed    0.14 sec
39/41 Test #39: gtest_uninitialized_test ...........   Passed    0.24 sec
40/41 Test #41: gtest_xml_output_unittest ..........   Passed    0.24 sec
41/41 Test #11: gtest-port_test ....................   Passed    2.03 sec

98% tests passed, 1 tests failed out of 41

Total Test time (real) =   2.21 sec

The following tests FAILED:
        30 - gtest_catch_exceptions_test (Failed)
Errors while running CTest
Makefile:64: recipe for target 'test' failed
make[1]: *** [test] Error 8
make[1]: Leaving directory '/build/gtest-1.7.0/obj-x86_64-linux-gnu'
dh_auto_test: make -j8 test ARGS+=-j8 returned exit code 2
debian/rules:5: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: googletest
Source-Version: 1.8.0-1

We believe that the bug you reported is fixed in the latest version of
googletest, which is due to be installed in the Debian FTP archive.

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 823...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <s...@debian.org> (supplier of updated googletest 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2016 16:23:19 -0600
Source: googletest
Binary: googletest libgtest-dev google-mock
Architecture: source amd64
Version: 1.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Steve M. Robbins <s...@debian.org>
Changed-By: Steve M. Robbins <s...@debian.org>
Description:
 google-mock - Google's framework for writing and using C++ mock classes
 googletest - Google's C++ test framework
 libgtest-dev - Google's framework for writing C++ tests [source code]
Closes: 83363 802587 823447 835486 835487
Changes:
 googletest (1.8.0-1) unstable; urgency=medium
 .
   * New upstream release 1.8.0.  This release includes both google test
     and google mock.  Closes: #835487, #835486.
     - Builds with GCC-6.  Closes: #823447, #83363.
   * libgtest-dev: Description warns that library must be built from
     provided sources.  Closes: #802587.
Checksums-Sha1:
 4598f67c585a990f806262d24d18a2774fb994e0 2070 googletest_1.8.0-1.dsc
 e7e646a6204638fe8e87e165292b8dd9cd4c36ed 1281617 googletest_1.8.0.orig.tar.gz
 546d0ee4422d9ee4a27fc50896563f410ffbe007 6728 googletest_1.8.0-1.debian.tar.xz
 308fcf5752ec8d918ca481c209dca4d6be10223d 4494 google-mock_1.8.0-1_amd64.deb
 c82db5c0bd48d1efdd6de2c3301d3b0bc2ff711f 6262 
googletest_1.8.0-1_20161111T224149z-c2804639.buildinfo
 36c5caacad4d13922d91c350d56fe3918ea3385e 651690 googletest_1.8.0-1_amd64.deb
 9deb403cac317165143250c5314437d4588b2d45 4366 libgtest-dev_1.8.0-1_amd64.deb
Checksums-Sha256:
 a774af8edace31e2d832e7a3b37d7afd75b7dc7914920885b710769e3606b2a0 2070 
googletest_1.8.0-1.dsc
 58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8 1281617 
googletest_1.8.0.orig.tar.gz
 d04fd2350c34c15d32ee0dcdc08b644e2e4e21620e8804a810f23421871c9734 6728 
googletest_1.8.0-1.debian.tar.xz
 5ba5ff67820f3d3842fe0a3e305b26145d14d0806a17a78f84a723d9bb4dd586 4494 
google-mock_1.8.0-1_amd64.deb
 03075c127c61f76ea015505a551ad6fb4d9a9e6ff9f433e5c08aded2409cd8e0 6262 
googletest_1.8.0-1_20161111T224149z-c2804639.buildinfo
 1dfb5d0c4cfe9bc201a6835ebfb38d2b4b859d004fddc3fc2ed85212e6237c10 651690 
googletest_1.8.0-1_amd64.deb
 784e4a0a083ce54cf189bfeb0f5bad6998a286628b75248025e01d1071e94820 4366 
libgtest-dev_1.8.0-1_amd64.deb
Files:
 b6f94119c183ad2573b41e5f064c9b22 2070 devel optional googletest_1.8.0-1.dsc
 16877098823401d1bf2ed7891d7dce36 1281617 devel optional 
googletest_1.8.0.orig.tar.gz
 75f1133c3db70f6847e365cae20dc08f 6728 devel optional 
googletest_1.8.0-1.debian.tar.xz
 022216ca979bd4a6812b96edde94e895 4494 devel optional 
google-mock_1.8.0-1_amd64.deb
 c2804639d2909df729b74bb4b2c0369d 6262 devel optional 
googletest_1.8.0-1_20161111T224149z-c2804639.buildinfo
 43ed542e6a8d0a32448cc69d6e6b0b60 651690 libdevel optional 
googletest_1.8.0-1_amd64.deb
 1697c1322918a734263c4b37573ff50e 4366 libdevel optional 
libgtest-dev_1.8.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEy89k8fa3rclNjyokyeVeL63I9LkFAlgmSXgACgkQyeVeL63I
9LnE6Q//W1DXgYcqC4ZtPTLEhwIFBoqiUyXX08cjXe+0EicLS306ntPsHRBpliHR
oaXznM2wpeGC6UrBWrcZYwVRqbPfZjU6je88/cy5PFs2LfmAZpwCiAFiXp0YVnVu
6OlSAYoMlg013sPVu/udIKvWRt3LWhoZAjqz0sH+gOTkwi1GUg9udTpbEmdx3+JB
7xX1RVt7mtsBda54K30rjKXnnGfdiaqCrDQpuEiCklHFrZgTTcp2S8ka/VQDqPBI
bi0c6Y6SjoHW8iLT7qdfdsYk5jQPP6tsc/dc6Jpjopf8YKcxF2QoD2Sm2NxUk8Zd
D3fVYJvUBwUeehsx2VoIHsEJmns/rrW8dEHtsbkZPDWpR7Ht3/wXE8F5x4MZzCYX
ISPRUveX4UxykAFOWtPf3mgZYbvT/Ipj11NxtTNZDDpmk/1+odJppR9EIs0DU2g6
qQSrVY+y7b4XF/APVyq0O1okwM4GyHoRa6logGrtc9rJDBrFmjif0brV/bCabzVg
OA7qp2NKSlaSa2/VSjOMfAofw8budIiLzarHqWPC0UV8s5xl0z3qlU2hhbnwtJsv
9B6ED7DQzpubrJFVoV0CgTozxWRiFD8fiWALyUGd1XCfm2kXGyEfgcgh1DrHF7iH
ATlCJ5+ezf2RwiTbiPMflgQjFMeuy5om48i7/v2nqhBkOj3ZOL0=
=p2R9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to