Your message dated Mon, 17 Jul 2023 11:34:05 +0000
with message-id <[email protected]>
and subject line Bug#1037708: fixed in kmc 3.2.2+dfsg-1
has caused the Debian Bug report #1037708,
regarding kmc: 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 [email protected]
immediately.)


-- 
1037708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037708
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kmc
Version: 3.2.1+dfsg-1
Severity: normal
Tags: sid trixie
User: [email protected]
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/kmc_3.2.1+dfsg-1_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

[...]
                 from kmc_core/bkb_writer.cpp:11:
kmc_core/critical_error_handler.h: In member function ‘void 
CCriticalErrorHandler::HandleCriticalError(const std::string&)’:
kmc_core/critical_error_handler.h:77:28: error: ‘runtime_error’ is not a member 
of ‘std’
   77 |                 throw std::runtime_error(msg);
      |                            ^~~~~~~~~~~~~
kmc_core/critical_error_handler.h:7:1: note: ‘std::runtime_error’ is defined in 
header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
    6 | #include <condition_variable>
  +++ |+#include <stdexcept>
    7 | 
In file included from kmc_core/queues.h:23,
                 from kmc_core/params.h:16,
                 from kmc_core/fastq_reader.h:15,
                 from kmc_core/fastq_reader.cpp:13:
kmc_core/critical_error_handler.h: In member function ‘void 
CCriticalErrorHandler::HandleCriticalError(const std::string&)’:
kmc_core/critical_error_handler.h:77:28: error: ‘runtime_error’ is not a member 
of ‘std’
   77 |                 throw std::runtime_error(msg);
      |                            ^~~~~~~~~~~~~
kmc_core/critical_error_handler.h:7:1: note: ‘std::runtime_error’ is defined in 
header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
    6 | #include <condition_variable>
  +++ |+#include <stdexcept>
    7 | 
In file included from kmc_core/queues.h:23,
                 from kmc_core/params.h:16,
                 from kmc_core/develop.cpp:3:
kmc_core/critical_error_handler.h: In member function ‘void 
CCriticalErrorHandler::HandleCriticalError(const std::string&)’:
kmc_core/critical_error_handler.h:77:28: error: ‘runtime_error’ is not a member 
of ‘std’
   77 |                 throw std::runtime_error(msg);
      |                            ^~~~~~~~~~~~~
kmc_core/critical_error_handler.h:7:1: note: ‘std::runtime_error’ is defined in 
header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
    6 | #include <condition_variable>
  +++ |+#include <stdexcept>
    7 | 
make[2]: *** [Makefile:98: kmc_core/mem_disk_file.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from kmc_core/queues.h:23,
                 from kmc_core/params.h:16,
                 from kmc_core/kb_completer.h:14,
                 from kmc_core/kb_completer.cpp:12:
kmc_core/critical_error_handler.h: In member function ‘void 
CCriticalErrorHandler::HandleCriticalError(const std::string&)’:
kmc_core/critical_error_handler.h:77:28: error: ‘runtime_error’ is not a member 
of ‘std’
   77 |                 throw std::runtime_error(msg);
      |                            ^~~~~~~~~~~~~
kmc_core/critical_error_handler.h:7:1: note: ‘std::runtime_error’ is defined in 
header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
    6 | #include <condition_variable>
  +++ |+#include <stdexcept>
    7 | 
In file included from kmc_core/queues.h:23,
                 from kmc_core/params.h:16,
                 from kmc_core/kb_storer.h:15,
                 from kmc_core/kb_storer.cpp:12:
kmc_core/critical_error_handler.h: In member function ‘void 
CCriticalErrorHandler::HandleCriticalError(const std::string&)’:
kmc_core/critical_error_handler.h:77:28: error: ‘runtime_error’ is not a member 
of ‘std’
   77 |                 throw std::runtime_error(msg);
      |                            ^~~~~~~~~~~~~
kmc_core/critical_error_handler.h:7:1: note: ‘std::runtime_error’ is defined in 
header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
    6 | #include <condition_variable>
  +++ |+#include <stdexcept>
    7 | 
make[2]: *** [Makefile:98: kmc_core/bkb_writer.o] Error 1
make[2]: *** [Makefile:98: kmc_core/bkb_reader.o] Error 1
make[2]: *** [Makefile:98: kmc_core/develop.o] Error 1
make[2]: *** [Makefile:98: kmc_core/fastq_reader.o] Error 1
make[2]: *** [Makefile:98: kmc_core/kb_storer.o] Error 1
make[2]: *** [Makefile:98: kmc_core/kb_completer.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" SIMD=1 
returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: kmc
Source-Version: 3.2.2+dfsg-1
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
kmc, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <[email protected]> (supplier of updated kmc 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: SHA512

Format: 1.8
Date: Mon, 17 Jul 2023 12:35:26 +0200
Source: kmc
Architecture: source
Version: 3.2.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1037708
Changes:
 kmc (3.2.2+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Standards-Version: 4.6.2 (routine-update)
   * Use secure URI in Homepage field.
   * use-shared-libs patch: refresh; forward not-needed.
   * makefile.patch: refresh; forwarding not-needed.
   * disable-python-bindings.patch: refresh.
   * simde patch: refresh.
   * support-mixed-march.patch: refresh.
   * gcc-13.patch: new: fix build failures with gcc-13. (Closes: #1037708)
Checksums-Sha1:
 16a3e99ae3854305ad4dd19c444fe751dc839e65 2377 kmc_3.2.2+dfsg-1.dsc
 d872160eb0d440dc0c70169f396b1905acf05d9f 408296 kmc_3.2.2+dfsg.orig.tar.xz
 f201d8573f617bf62276db4f72626064bea69062 33004 kmc_3.2.2+dfsg-1.debian.tar.xz
Checksums-Sha256:
 6b0f9040b4a940bd1e47d1ff859ee7ea6b36ca65879fdfffcc1d8f30a1404dc5 2377 
kmc_3.2.2+dfsg-1.dsc
 a6a489733333902f3e19bf5f6eec4a7b81f438c1b5ece65e4686b7aef41b1f36 408296 
kmc_3.2.2+dfsg.orig.tar.xz
 f984a082fa8b99ce640da243a16f7bbec0f693f4e570fca02cb789504ca9eafd 33004 
kmc_3.2.2+dfsg-1.debian.tar.xz
Files:
 280acbd838cca4282a029327cdbb8149 2377 science optional kmc_3.2.2+dfsg-1.dsc
 c9fc6d2b1f78d71d44acda1df2320491 408296 science optional 
kmc_3.2.2+dfsg.orig.tar.xz
 0b63ee266f584bf614298c0685bc319f 33004 science optional 
kmc_3.2.2+dfsg-1.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmS1JLwUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqjqRAAj7/qk535Lj3NMQvZ634lf75RF6aX
ZUeYVb0uLJujqnB3xiBZPo5TFhULc+F5PkPXFhDWna6ReD14ER4wvR5gDAg5dVEa
jpzUEy7gAdzvmkcwS6892hgoiZTp1yRjkp3lgI8HDTkVK89fKFN0EuL3LDlC8JUX
BTJ4XxZ8/Q32X1DUAjsOmQYcwPb9xDI21mDeeatU7wPzmMhfJloWTJ6CNMfqDgWD
CBBjrbvv8ETQuQkLbkA6/XtFQIcsbKdeE3l/G3lyS0NkOybL2aNKIDNhmr44lmlb
3kuI/aXMCra/f8HimTIMTfA2x9BQyzJkv9/s8KSf8jESad6xAeh+lWOEN+l8TmKw
NNh9aJ2Y4BiFcwkOph+7sUmJQj14zfoRDhwBKo29fRct3cVh0FwtqRfYqdWny2JD
Tigd+eB9hAQ+t0cXa9kbw0BnmWq2TlbzXJG3JGnxpkCF0u1Bul5bI/wzlvcj4lZo
xzmExykfeFNceYuDTci8f0bjM2O0l5HALaXnqk+QqmHJAu8uX2ANsRSKFqflStB0
JNCse86k5so6bpyxqVwnCO5Hit/vmPvLWM6mKDPHhot09IpdID1TQncBGBYkaDlq
Ws2pL3iW7NIWpg7MR1K42k6fc15PM1pVAi0mYoUIuB8a24wf7HMZk1ZTiDaltohd
YmZ+OH6q846LZOQ=
=jaaD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to