Your message dated Sat, 15 Jul 2023 20:58:32 +0000
with message-id <e1qkmly-006yre...@fasolo.debian.org>
and subject line Bug#1037598: fixed in capnproto 0.9.2-3
has caused the Debian Bug report #1037598,
regarding capnproto: ftbfs with GCC-13
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.)


-- 
1037598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037598
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:capnproto
Version: 0.9.2-2
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/capnproto_0.9.2-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html

[...]
      |                                    ^~~~~~~
./src/kj/compat/../test.h:74:52: note: in definition of macro ‘KJ_EXPECT’
   74 |   if (auto _kjCondition = ::kj::_::MAGIC_ASSERT << cond); \
      |                                                    ^~~~
src/kj/string-test.c++:151:3: note: in expansion of macro ‘EXPECT_EQ’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |   ^~~~~~~~~
src/kj/string-test.c++:151:36: note: ‘uint8_t’ is defined in header 
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |                                    ^~~~~~~
./src/kj/compat/../test.h:74:52: note: in definition of macro ‘KJ_EXPECT’
   74 |   if (auto _kjCondition = ::kj::_::MAGIC_ASSERT << cond); \
      |                                                    ^~~~
src/kj/string-test.c++:151:3: note: in expansion of macro ‘EXPECT_EQ’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |   ^~~~~~~~~
src/kj/string-test.c++:151:44: error: no matching function for call to 
‘kj::StringPtr::parseAs<<expression error> >()’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
./src/kj/compat/../test.h:74:52: note: in definition of macro ‘KJ_EXPECT’
   74 |   if (auto _kjCondition = ::kj::_::MAGIC_ASSERT << cond); \
      |                                                    ^~~~
src/kj/string-test.c++:151:3: note: in expansion of macro ‘EXPECT_EQ’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |   ^~~~~~~~~
src/kj/string.h:146:5: note: candidate: ‘template<class T> T 
kj::StringPtr::parseAs() const’
  146 |   T parseAs() const;
      |     ^~~~~~~
src/kj/string.h:146:5: note:   template argument deduction/substitution failed:
src/kj/string-test.c++:151:44: error: template argument 1 is invalid
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
./src/kj/compat/../test.h:74:52: note: in definition of macro ‘KJ_EXPECT’
   74 |   if (auto _kjCondition = ::kj::_::MAGIC_ASSERT << cond); \
      |                                                    ^~~~
src/kj/string-test.c++:151:3: note: in expansion of macro ‘EXPECT_EQ’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |   ^~~~~~~~~
src/kj/string-test.c++:151:44: error: no matching function for call to 
‘kj::StringPtr::parseAs<uint8_t>()’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
./src/kj/compat/../debug.h:215:41: note: in definition of macro ‘KJ_LOG’
  215 |                         #__VA_ARGS__, ##__VA_ARGS__)
      |                                         ^~~~~~~~~~~
./src/kj/compat/../test.h:75:8: note: in expansion of macro ‘KJ_FAIL_EXPECT’
   75 |   else KJ_FAIL_EXPECT("failed: expected " #cond, _kjCondition, 
##__VA_ARGS__)
      |        ^~~~~~~~~~~~~~
./src/kj/compat/gtest.h:54:25: note: in expansion of macro ‘KJ_EXPECT’
   54 | #define EXPECT_EQ(x, y) KJ_EXPECT((x) == (y), x, y)
      |                         ^~~~~~~~~
src/kj/string-test.c++:151:3: note: in expansion of macro ‘EXPECT_EQ’
  151 |   EXPECT_EQ(StringPtr("1").parseAs<uint8_t>(), 1);
      |   ^~~~~~~~~
src/kj/string.h:146:5: note: candidate: ‘template<class T> T 
kj::StringPtr::parseAs() const’
  146 |   T parseAs() const;
      |     ^~~~~~~
src/kj/string.h:146:5: note:   template argument deduction/substitution failed:
g++ -DHAVE_CONFIG_H -I.  -Wno-deprecated-declarations -Wdate-time 
-D_FORTIFY_SOURCE=2 -I./src -I./src -DKJ_HEADER_WARNINGS 
-DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"'  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DNDEBUG  -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o 
src/kj/capnp_test-encoding-test.o `test -f 'src/kj/encoding-test.c++' || echo 
'./'`src/kj/encoding-test.c++
make[4]: *** [Makefile:2406: src/kj/capnp_test-string-test.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [Makefile:3861: check-am] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:3864: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
returned exit code 2
make[1]: *** [debian/rules:33: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: capnproto
Source-Version: 0.9.2-3
Done: tony mancill <tmanc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
capnproto, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated capnproto 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: SHA512

Format: 1.8
Date: Sat, 15 Jul 2023 12:36:09 -0700
Source: capnproto
Architecture: source
Version: 0.9.2-3
Distribution: unstable
Urgency: medium
Maintainer: Tom Lee <deb...@tomlee.co>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1037598
Changes:
 capnproto (0.9.2-3) unstable; urgency=medium
 .
   * Fix FTBFS with GCC-13 (Closes: #1037598)
   * Freshen years in debian/copyright
   * Bump Standards-Version to 4.6.2 (no changes)
Checksums-Sha1:
 d54b6e307b40f908cba11ecc801145a888664bfb 2225 capnproto_0.9.2-3.dsc
 0964bc9b45908bdbb613d0cca5c91e3ca46fbc0b 14440 capnproto_0.9.2-3.debian.tar.xz
 b76f60fee375d51f0d42f401eb1c8f3bbbc8c0af 8587 capnproto_0.9.2-3_amd64.buildinfo
Checksums-Sha256:
 bdeb23b6b16d6b134674641d902ab7833fb910e51b9c9587e9082f3199af95ae 2225 
capnproto_0.9.2-3.dsc
 8162b9d088bcff08bd3219ad333e7add11635feb916dd3cebd7818c1ede4c28e 14440 
capnproto_0.9.2-3.debian.tar.xz
 5eb8b894c8490842c5a4def2aa99787432f8c2e382ee17f316ea53026b2a818c 8587 
capnproto_0.9.2-3_amd64.buildinfo
Files:
 8fd136a47a0d4575ef0062a2cf18c968 2225 devel optional capnproto_0.9.2-3.dsc
 d69f690da1b95a5fe0de27d8674db398 14440 devel optional 
capnproto_0.9.2-3.debian.tar.xz
 6f16630e85c3548e3c5493263b8b498e 8587 devel optional 
capnproto_0.9.2-3_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmSy+UQUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbwzA/+MY61D1ozi+N9pn1o0RSO+EoYFYXb
FBx1wcEC+39oCqd4jrfKdjRXiYg84qIva61wLje0m+dUpCt2HO3p8Ffo4q6m80fj
hehnYOcrSE2ScbLAafZTKMdT2k5cyhkcOgjZ3UY3TbruCs1kqzldgtaoW/HuC+K4
2kP9ZifGbIgaQsQrf32/VXhJmWsJo13zsLWiLZeUjVfeFhKVamun9m/WuyY6kmKZ
avDCLj15CTDwoz6CAUzKYEBgpyuHnFl3ooQ9t/yWLpugEQoiSrDspaQ46db2TC3G
GLEC+0Nzo1rbvwEihb+Uh9W7u5zTez6aRmQ0ZzMXl7mWc44tpiuZgQzF/sFu286X
dtaacTYPI7Coh7BSZfNJMUvG5fFDVLpkS80ENOvwlphFeE12D1HevfKax4SkDo3u
K7ZkM2blKp6v79p9OcDibUEEATmKWBkeyWFbBdWbVIV346JO3+/nH4Fst6UmvkVL
F4MH/rIGRx5EtZd5M47YsYGgtf1jr7fKxm8FNXm8TxeusGRU1wTR2s1Tpb8LE6oN
xCikJaqcZQZShJkgocrQzWwA0C/2JbrzrIJQ7MNi1TbnjymUSMKMUlRS65B7DfOe
xDzzrqTQlY8AI2GoHy6HZaZvZQS37Hss+ZJpc3Wx/P8C7C4x+u6eL+fIYy8cTiIO
3PemKFwEFRp+ZUU=
=gtV4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to