Your message dated Sat, 22 Feb 2025 10:49:24 +0000
with message-id <e1tln4w-008uuo...@fasolo.debian.org>
and subject line Bug#984027: fixed in darkice 1.5-1
has caused the Debian Bug report #984027,
regarding darkice: ftbfs with GCC-11
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.)


-- 
984027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984027
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:darkice
Version: 1.3-0.2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/darkice_1.3-0.2_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
In file included from AudioSource.cpp:37:
Util.h:83:49: error: ISO C++17 does not allow dynamic exception specifications
   83 |         Util ( void )                           throw ( Exception )
      |                                                 ^~~~~
Util.h:94:49: error: ISO C++17 does not allow dynamic exception specifications
   94 |         Util ( const Util &   e )               throw ( Exception )
      |                                                 ^~~~~
Util.h:105:49: error: ISO C++17 does not allow dynamic exception specifications
  105 |         ~Util ( void )                          throw ( Exception )
      |                                                 ^~~~~
Util.h:117:49: error: ISO C++17 does not allow dynamic exception specifications
  117 |         operator= ( const Util &   u )          throw ( Exception )
      |                                                 ^~~~~
Util.h:134:53: error: ISO C++17 does not allow dynamic exception specifications
  134 |         strLen (        const char    * str )       throw ( Exception );
      |                                                     ^~~~~
Util.h:146:53: error: ISO C++17 does not allow dynamic exception specifications
  146 |                     const char    * src )           throw ( Exception );
      |                                                     ^~~~~
Util.h:159:53: error: ISO C++17 does not allow dynamic exception specifications
  159 |                     const char    * src )           throw ( Exception );
      |                                                     ^~~~~
Util.h:169:53: error: ISO C++17 does not allow dynamic exception specifications
  169 |         strDup (        const char    * str )       throw ( Exception );
      |                                                     ^~~~~
Util.h:184:53: error: ISO C++17 does not allow dynamic exception specifications
  184 |                 unsigned int    len = 0 )           throw ( Exception );
      |                                                     ^~~~~
Util.h:194:39: error: ISO C++17 does not allow dynamic exception specifications
  194 |         strToL ( const char    * str) throw ( Exception );
      |                                       ^~~~~
Util.h:204:53: error: ISO C++17 does not allow dynamic exception specifications
  204 |         strToD ( const char    * str )              throw ( Exception );
      |                                                     ^~~~~
Util.h:218:57: error: ISO C++17 does not allow dynamic exception specifications
  218 |                                                         throw ( 
Exception );
      |                                                         ^~~~~
Util.h:230:53: error: ISO C++17 does not allow dynamic exception specifications
  230 |         base64Encode ( const char     * str )       throw ( Exception );
      |                                                     ^~~~~
Util.h:250:61: error: ISO C++17 does not allow dynamic exception specifications
  250 |                 bool                isBigEndian = true )    throw ( 
Exception );
      |                                                             ^~~~~
Util.h:267:61: error: ISO C++17 does not allow dynamic exception specifications
  267 |                 unsigned int        channels )              throw ( 
Exception );
      |                                                             ^~~~~
Util.h:285:61: error: ISO C++17 does not allow dynamic exception specifications
  285 |                     unsigned int        channels )          throw ( 
Exception );
      |                                                             ^~~~~
Util.h:305:61: error: ISO C++17 does not allow dynamic exception specifications
  305 |                     bool                isBigEndian )       throw ( 
Exception );
      |                                                             ^~~~~
Util.h: In destructor ‘Util::~Util()’:
Util.h:107:13: warning: ‘throw’ will always call ‘terminate’ [-Wterminate]
  107 |             throw Exception( __FILE__, __LINE__);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Util.h:107:13: note: in C++11 destructors default to ‘noexcept’
AudioSource.cpp: At global scope:
AudioSource.cpp:68:61: error: ISO C++17 does not allow dynamic exception 
specifications
   68 |                                                             throw ( 
Exception )
      |                                                             ^~~~~
make[3]: *** [Makefile:659: darkice-AudioSource.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:500: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:433: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: darkice
Source-Version: 1.5-1
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated darkice 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: Wed, 12 Feb 2025 10:27:55 +0100
Source: darkice
Architecture: source
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 883126 984027 1059012 1093858
Changes:
 darkice (1.5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
     Closes: #984027, #883126
   * Maintain package in Debian Multimedia team
     Closes: #1093858
   * d/watc: Upstream source code moved to github
   * Build-Depends:
      - Drop dpkg-dev
      - s/pkg-config/pkgconf/
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * More detailed debian/copyright
   * Remove obsolete field Name from debian/upstream/metadata
   * Do not depend from lsb-base
   * fix fileAddDate with SIGUSR1
     Closes: #1059012
Checksums-Sha1:
 cc5329eeab09395f36c54c0e55868c42e6f6c8c5 2102 darkice_1.5-1.dsc
 f318a543b304ce24e8c30d54654e8e033329bf09 376787 darkice_1.5.orig.tar.gz
 1327cf9fc7b7eb7d7115f8981444eae61f06d881 9524 darkice_1.5-1.debian.tar.xz
 67b618df8a306e7b3dbcf5083059f8ab278df638 8458 darkice_1.5-1_amd64.buildinfo
Checksums-Sha256:
 cb031494fca0ac23355c8ce7603c8354410e25f63e579fa076bb756e46956f92 2102 
darkice_1.5-1.dsc
 18b4c4573a7ccfe09c1094eb5798159e2a9892106ea62d753933f6f2a746058e 376787 
darkice_1.5.orig.tar.gz
 fb8bfb1bb24feba170dedff4f2850ff37c15cc869450faffc92638b7141e2ab2 9524 
darkice_1.5-1.debian.tar.xz
 b3741bb2845ad2a5222d00a05dcf017941dc700874a10e470a3d14ddbb82e2ce 8458 
darkice_1.5-1_amd64.buildinfo
Files:
 6ed43063482f12e33e221de50e690ebb 2102 sound optional darkice_1.5-1.dsc
 ea7d5bc1546946f69d6a0f408a67a643 376787 sound optional darkice_1.5.orig.tar.gz
 0cd1e3d45e55a9158007df4da9d6b904 9524 sound optional 
darkice_1.5-1.debian.tar.xz
 ba70f949377baf1841365c23b51e9266 8458 sound optional 
darkice_1.5-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmesbCcRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEL/g/9HcJBZ1sXLPHwXtbriT7M4mUBaG0A4gOO
KpjXDean5nx+Po7IK9++XLOKYdCBn4DtWebUv8Xkys1Z42yResChjpY23Fu7FPy0
Fc0vXUjNy2Zf6mC0QFBiYhZp6VRQHyxuvhJIAQag325FvoQJ5y61OnLTH5euQNfS
dnYYD1agrHdK25ZwSscxet+qUbLb9UonlQg3UGyC96iezMlX14I52T0gMdEyThwR
V4wmRTgUg91E/ul5IkPCYjMh9q0F8q62N3sQB1LYUfxfDeJwKNUv8m8CSoyC8zk0
3e9IIdfwREnj1oaFXiQylZZVz/MU74IHbj/7c284HsE6kfs4rHlP9cCDPIjbWAk2
3kH+k49EiaB81beO1K0WiW5jkosmDdlqIcz+4exMrH3BOL3D5lWK/VUzad7c9nuE
0saOgZuLnDuRHjFTeOHvo0x6/q1kzoPwPkzlfMjHXj6cHn2NR++XnqOCa4XpVwd8
23kKE5Odz04aay2h9OPGpCLJrh68YSnhwVZ38MgPJrpr74c9I29JGuWXq1CW9G0c
jjhvO0mbyRkLQYlOomOHaiGzgczNMKg2JtkV+0jUnWfy9VtogDY70R+SkKrTxhLO
UR9G8uVh/dQ9t9EyNgZJGl0Lhzn7MpYHiRP/IeLfawZk0MQdE1KumuVFaEnnD49I
zbMkbhsE7nY=
=Z7FG
-----END PGP SIGNATURE-----

Attachment: pgpmq8e8HVHt2.pgp
Description: PGP signature


--- End Message ---

Reply via email to