Your message dated Thu, 01 Aug 2024 09:36:26 +0000
with message-id <[email protected]>
and subject line Bug#1075349: fixed in opustags 1.10.1-1
has caused the Debian Bug report #1075349,
regarding opustags: ftbfs with GCC-14
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.)


-- 
1075349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075349
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:opustags
Version: 1.10.0-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[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-14/g++-14, but succeeds to build with gcc-13/g++-13. 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/2024/07/01/opustags_1.10.0-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

[...]
In file included from /<<PKGBUILDDIR>>/src/ogg.cc:11:
/<<PKGBUILDDIR>>/src/opustags.h:127:54: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  127 | struct file : std::unique_ptr<FILE, decltype(&fclose)> {
      |                                                      ^
/<<PKGBUILDDIR>>/src/opustags.h: In constructor ‘ot::file::file(FILE*)’:
/<<PKGBUILDDIR>>/src/opustags.h:128:74: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  128 |         file(FILE* f = nullptr) : std::unique_ptr<FILE, 
decltype(&fclose)>(f, &fclose) {}
      |                                                                         
 ^
In file included from /<<PKGBUILDDIR>>/src/cli.cc:9:
/<<PKGBUILDDIR>>/src/opustags.h:127:54: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  127 | struct file : std::unique_ptr<FILE, decltype(&fclose)> {
      |                                                      ^
In file included from /<<PKGBUILDDIR>>/src/opus.cc:24:
/<<PKGBUILDDIR>>/src/opustags.h:127:54: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  127 | struct file : std::unique_ptr<FILE, decltype(&fclose)> {
      |                                                      ^
/<<PKGBUILDDIR>>/src/opustags.h: In constructor ‘ot::file::file(FILE*)’:
/<<PKGBUILDDIR>>/src/opustags.h:128:74: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  128 |         file(FILE* f = nullptr) : std::unique_ptr<FILE, 
decltype(&fclose)>(f, &fclose) {}
      |                                                                         
 ^
/<<PKGBUILDDIR>>/src/opustags.h: In constructor ‘ot::file::file(FILE*)’:
/<<PKGBUILDDIR>>/src/opustags.h:128:74: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  128 |         file(FILE* f = nullptr) : std::unique_ptr<FILE, 
decltype(&fclose)>(f, &fclose) {}
      |                                                                         
 ^
In file included from /<<PKGBUILDDIR>>/src/system.cc:12:
/<<PKGBUILDDIR>>/src/opustags.h:127:54: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  127 | struct file : std::unique_ptr<FILE, decltype(&fclose)> {
      |                                                      ^
/<<PKGBUILDDIR>>/src/opustags.h: In constructor ‘ot::file::file(FILE*)’:
/<<PKGBUILDDIR>>/src/opustags.h:128:74: warning: ignoring attributes on 
template argument ‘int (*)(FILE*)’ [-Wignored-attributes]
  128 |         file(FILE* f = nullptr) : std::unique_ptr<FILE, 
decltype(&fclose)>(f, &fclose) {}
      |                                                                         
 ^
/<<PKGBUILDDIR>>/src/opus.cc: In function ‘std::optional<ot::picture> 
ot::extract_cover(const opus_tags&)’:
/<<PKGBUILDDIR>>/src/opus.cc:171:31: error: ‘find_if’ is not a member of ‘std’; 
did you mean ‘find’?
  171 |         auto cover_tag = std::find_if(tags.comments.begin(), 
tags.comments.end(), is_cover);
      |                               ^~~~~~~
      |                               find
/<<PKGBUILDDIR>>/src/opus.cc:175:37: error: ‘find_if’ is not a member of ‘std’; 
did you mean ‘find’?
  175 |         auto extra_cover_tag = std::find_if(std::next(cover_tag), 
tags.comments.end(), is_cover);
      |                                     ^~~~~~~
      |                                     find
/<<PKGBUILDDIR>>/src/cli.cc: In function ‘ot::options ot::parse_options(int, 
char**, FILE*)’:
/<<PKGBUILDDIR>>/src/cli.cc:177:22: error: ‘transform’ is not a member of ‘std’
  177 |                 std::transform(local_to_add.begin(), local_to_add.end(),
      |                      ^~~~~~~~~
/<<PKGBUILDDIR>>/src/cli.cc:179:22: error: ‘transform’ is not a member of ‘std’
  179 |                 std::transform(local_to_delete.begin(), 
local_to_delete.end(),
      |                      ^~~~~~~~~
/<<PKGBUILDDIR>>/src/cli.cc:185:30: error: ‘transform’ is not a member of ‘std’
  185 |                         std::transform(local_to_add.begin(), 
local_to_add.end(),
      |                              ^~~~~~~~~
/<<PKGBUILDDIR>>/src/cli.cc:187:30: error: ‘transform’ is not a member of ‘std’
  187 |                         std::transform(local_to_delete.begin(), 
local_to_delete.end(),
      |                              ^~~~~~~~~
/<<PKGBUILDDIR>>/src/cli.cc: In function ‘std::u8string format_value(const 
std::u8string&, const ot::options&)’:
/<<PKGBUILDDIR>>/src/cli.cc:243:35: error: ‘count’ is not a member of ‘std’; 
did you mean ‘popcount’?
  243 |         auto newline_count = std::count(source.begin(), source.end(), 
opt.tag_delimiter);
      |                                   ^~~~~
      |                                   popcount
make[3]: *** [CMakeFiles/ot.dir/build.make:121: 
CMakeFiles/ot.dir/src/opus.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/ot.dir/build.make:93: CMakeFiles/ot.dir/src/cli.cc.o] 
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:111: CMakeFiles/ot.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: opustags
Source-Version: 1.10.1-1
Done: Dale Richards <[email protected]>

We believe that the bug you reported is fixed in the latest version of
opustags, 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.
Dale Richards <[email protected]> (supplier of updated opustags 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: SHA256

Format: 1.8
Date: Wed, 17 Jul 2024 11:28:13 +0100
Source: opustags
Built-For-Profiles: noudeb
Architecture: source
Version: 1.10.1-1
Distribution: unstable
Urgency: medium
Maintainer: Dale Richards <[email protected]>
Changed-By: Dale Richards <[email protected]>
Closes: 1075349
Changes:
 opustags (1.10.1-1) unstable; urgency=medium
 .
   * New upstream version 1.10.1
     - Include algorithm library in src/cli.cc and src/opus.cc to
       fix errors when building with gcc-14. (Closes: #1075349)
Checksums-Sha1:
 3342f91728b1ebca89b61a85a2f315d5ec2bf536 1914 opustags_1.10.1-1.dsc
 ac23b7c49bc3108c8affa61877d8838a104adc90 41060 opustags_1.10.1.orig.tar.gz
 6785a458910eddb77614ee1c242aa9419de4156a 2884 opustags_1.10.1-1.debian.tar.xz
 37c4782110da51a2ceb8c2a6a5f7b3e047708e9e 15390 
opustags_1.10.1-1_source.buildinfo
Checksums-Sha256:
 b09ffa638f1669b83fd693634fcff92a3db02c022b982c58d6b899337297805e 1914 
opustags_1.10.1-1.dsc
 43a7a378966304ff60e6e12ec56d5416b92eb7874a3e8372fc137390cc271ee3 41060 
opustags_1.10.1.orig.tar.gz
 82e5feb2b2d4da2a36c717b2894418db509687219a6b33a9ed9c07551ab5d2da 2884 
opustags_1.10.1-1.debian.tar.xz
 f1c237c3ff2b65060abf376a801207a949df1856a6bb68f6bd8459490b41e20d 15390 
opustags_1.10.1-1_source.buildinfo
Files:
 fbb425869bca72492abdb91e7799ea58 1914 utils optional opustags_1.10.1-1.dsc
 a7fc3de2a9bab7bebde2a05755629f37 41060 utils optional 
opustags_1.10.1.orig.tar.gz
 2df3bfa0fa1a1ff11ce1aaef8af70f32 2884 utils optional 
opustags_1.10.1-1.debian.tar.xz
 7842a0d3bf02a4fa693493b1f2124cdf 15390 utils optional 
opustags_1.10.1-1_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmarUGYACgkQ808JdE6f
Xdnwmg//Wts8agMQIAZ7Ob5+qHCykRSGlbBCJ2w47u1b7iDXb+yU8p4NAPPinIvg
rxxKNVks86bWoF2TMpgkY7ax/djmKyDKQGfCUNSEkD8AU5Xd9aqcEy8nSYODMjCr
11hVKB6I99UORvTrlH1ZVMkrEtGSHLqE0HqZNrSZ7GO+IUJVBm7xR8pJtbNam6T0
9SHJ3fr4m/yV49TiZlRr12agFYWpsb+0bEV3M0TYGCR6VblIu1o6W0BcWAFNM021
JzH3Odb7lZSjyw/qUwbo2xTFVBH8oMdgGaFDpAL/f6mvw8EJ3Rls1RYZqHSepcPO
Gi1dHnShzk1t4BbNlLXcr+0ezTo4in84QXypsGcoY8GaGKqlrsFYMXh40LlpiZA5
hu3h+V8D3CuAnc1yWppK2HIOivBomRkf7k2XgZ/TD6dP+KTrSe9dQRc85P/zY1Or
EQv0n0QUXxqZFQ4GaVZRR1zzb8ULq8ePOwTa3lQN5nL0m2tVUhKIRXhIIQTvSvAU
uTkv4PH9U8DfKttih1FKBngA2n8QfAVPmrEnutEA3gbiqHqK0bqcd4WHj7gdhruL
PYpfZCp5BuF3dScy3llmQLHX5dpV/L0VLOE4gbP1/UagCXm/6AgIW8S4qEcYi6i2
REKaWkEWqT/f/o+04oGXcQG+VrxeAzzYvk7lquLkC1O2iSjQz+E=
=g0bw
-----END PGP SIGNATURE-----

Attachment: pgpz0vYUit83R.pgp
Description: PGP signature


--- End Message ---

Reply via email to