Your message dated Wed, 17 Jul 2024 13:04:59 +0000
with message-id <[email protected]>
and subject line Bug#1075235: fixed in loudgain 0.6.8+ds-4
has caused the Debian Bug report #1075235,
regarding loudgain: 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.)


-- 
1075235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075235
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:loudgain
Version: 0.6.8+ds-3
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/loudgain_0.6.8+ds-3_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

[...]
/usr/include/x86_64-linux-gnu/libavutil/frame.h:731:9: note: declared here
  731 |     int channels;
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/src/scan.c:423:3: warning: ‘channels’ is deprecated 
[-Wdeprecated-declarations]
  423 |   av_opt_set_int(swr, "out_channel_count", frame -> channels, 0);
      |   ^~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavutil/frame.h:731:9: note: declared here
  731 |     int channels;
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/src/scan.c:439:17: warning: ‘channels’ is deprecated 
[-Wdeprecated-declarations]
  439 |                 &out_linesize, frame -> channels, frame -> nb_samples, 
out_fmt, 0
      |                 ^
/usr/include/x86_64-linux-gnu/libavutil/frame.h:731:9: note: declared here
  731 |     int channels;
      |         ^~~~~~~~
make[3]: *** [CMakeFiles/loudgain.dir/build.make:107: 
CMakeFiles/loudgain.dir/src/scan.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/src/tag.cc: In function ‘bool tag_write_mp3(scan_result*, 
bool, char, char*, bool, bool, int)’:
/<<PKGBUILDDIR>>/src/tag.cc:207:16: warning: ‘bool 
TagLib::MPEG::File::save(int, bool, int)’ is deprecated 
[-Wdeprecated-declarations]
  207 |   return f.save(TagLib::MPEG::File::ID3v2, strip, id3v2version);
      |          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/tag.cc:61:
/usr/include/taglib/mpegfile.h:205:30: note: declared here
  205 |       TAGLIB_DEPRECATED bool save(int tags, bool stripOthers, int 
id3v2Version);
      |                              ^~~~
/<<PKGBUILDDIR>>/src/tag.cc: In function ‘bool tag_clear_mp3(scan_result*, 
bool, int)’:
/<<PKGBUILDDIR>>/src/tag.cc:220:16: warning: ‘bool 
TagLib::MPEG::File::save(int, bool, int)’ is deprecated 
[-Wdeprecated-declarations]
  220 |   return f.save(TagLib::MPEG::File::ID3v2, strip, id3v2version);
      |          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/taglib/mpegfile.h:205:30: note: declared here
  205 |       TAGLIB_DEPRECATED bool save(int tags, bool stripOthers, int 
id3v2Version);
      |                              ^~~~
/<<PKGBUILDDIR>>/src/tag.cc: In function ‘void 
tag_remove_mp4(TagLib::MP4::Tag*)’:
/<<PKGBUILDDIR>>/src/tag.cc:493:29: warning: ‘TagLib::MP4::ItemListMap’ is 
deprecated [-Wdeprecated-declarations]
  493 |   TagLib::MP4::ItemListMap &items = tag->itemListMap();
      |                             ^~~~~
In file included from /usr/include/taglib/mp4file.h:33,
                 from /<<PKGBUILDDIR>>/src/tag.cc:70:
/usr/include/taglib/mp4tag.h:43:57: note: declared here
   43 |     TAGLIB_DEPRECATED typedef TagLib::Map<String, Item> ItemListMap;
      |                                                         ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/tag.cc:493:53: warning: ‘TagLib::MP4::ItemMap& 
TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations]
  493 |   TagLib::MP4::ItemListMap &items = tag->itemListMap();
      |                                     ~~~~~~~~~~~~~~~~^~
/usr/include/taglib/mp4tag.h:75:36: note: declared here
   75 |         TAGLIB_DEPRECATED ItemMap &itemListMap();
      |                                    ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/tag.cc: In function ‘bool tag_write_wav(scan_result*, 
bool, char, char*, bool, bool, int)’:
/<<PKGBUILDDIR>>/src/tag.cc:718:16: warning: ‘bool 
TagLib::RIFF::WAV::File::save(TagTypes, bool, int)’ is deprecated 
[-Wdeprecated-declarations]
  718 |   return f.save(TagLib::RIFF::WAV::File::AllTags, false, id3v2version);
      |          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/tag.cc:74:
/usr/include/taglib/wavfile.h:165:32: note: declared here
  165 |         TAGLIB_DEPRECATED bool save(TagTypes tags, bool stripOthers, 
int id3v2Version = 4);
      |                                ^~~~
/<<PKGBUILDDIR>>/src/tag.cc: In function ‘bool tag_clear_wav(scan_result*, 
bool, int)’:
/<<PKGBUILDDIR>>/src/tag.cc:728:16: warning: ‘bool 
TagLib::RIFF::WAV::File::save(TagTypes, bool, int)’ is deprecated 
[-Wdeprecated-declarations]
  728 |   return f.save(TagLib::RIFF::WAV::File::AllTags, false, id3v2version);
      |          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/taglib/wavfile.h:165:32: note: declared here
  165 |         TAGLIB_DEPRECATED bool save(TagTypes tags, bool stripOthers, 
int id3v2Version = 4);
      |                                ^~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/loudgain.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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: loudgain
Source-Version: 0.6.8+ds-4
Done: Hugh McMaster <[email protected]>

We believe that the bug you reported is fixed in the latest version of
loudgain, 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.
Hugh McMaster <[email protected]> (supplier of updated loudgain 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: Wed, 17 Jul 2024 22:00:52 +1000
Source: loudgain
Architecture: source
Version: 0.6.8+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Hugh McMaster <[email protected]>
Changed-By: Hugh McMaster <[email protected]>
Closes: 1075235
Changes:
 loudgain (0.6.8+ds-4) unstable; urgency=medium
 .
   * debian/control:
     + Update my email address.
     + Build-Depend on pkgconf instead of pkg-config.
     + Raise Standards-Version to 4.7.0 (no changes needed).
   * debian/copyright: Extend my copyright to 2024.
   * debian/gbp.conf: Require signed tags.
   * debian/patches:
     + Simplify and update av_register_all.patch.
     + Update cflags.patch metadata.
     + Avoid undefined behaviour when tagging MP4, WMA and ASF files.
     + Fix compilation with GCC 14 (Closes: #1075235).
   * debian/source/lintian-overrides:
    + Drop debian-watch-does-not-check-gpg-signature.
    + Update syntax.
Checksums-Sha1:
 ef4218e551d6344f28b4c8a25e5aed1367449bbc 1994 loudgain_0.6.8+ds-4.dsc
 a40bff2e7667c10d1140fdc972e5f3fb74b357e0 6132 loudgain_0.6.8+ds-4.debian.tar.xz
 8d1a7d2e893566aee170fd2a3f669a4447de20a0 10450 
loudgain_0.6.8+ds-4_source.buildinfo
Checksums-Sha256:
 1e98d4a0c2c6a26abf9f88285470aa2fb620ca0c0af086872d960efa91452d77 1994 
loudgain_0.6.8+ds-4.dsc
 3bf60696520cdd9412cb27bf35ed8c72ab2aeaa44ad886713e421fcf3b6fb3d7 6132 
loudgain_0.6.8+ds-4.debian.tar.xz
 4c04d406eb18ef96d78fd98e15d2b694eb7aed1e1fba76b37c263d433e7a48e2 10450 
loudgain_0.6.8+ds-4_source.buildinfo
Files:
 ee66d8c6d83f12075274d0b543dd65a6 1994 sound optional loudgain_0.6.8+ds-4.dsc
 a9f8fc13fbc5385f4756813cab647535 6132 sound optional 
loudgain_0.6.8+ds-4.debian.tar.xz
 104534a17c318165c489ed6d0dfcf92a 10450 sound optional 
loudgain_0.6.8+ds-4_source.buildinfo

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

iQJDBAEBCgAtFiEEOiCBPKV5RoaMUVIRWsYQdMXoG8QFAmaXuWwPHGhtY0BkZWJp
YW4ub3JnAAoJEFrGEHTF6BvEj8cQALgdFqQq6QTdHaEAHsrVCzy7gjQCgTX6kKy9
u1ENTFjGNDMu9O2MbtnG4VxfptEkSixwUIpYflv5VlOCbX0nCuAvSoZXQxeMwid1
TZ5+XkYnPXSIyrOQxLhmRstD1GjNryMioIj4JH2OjQpyJGM8fEpC/VjZApe2HvYk
rNa3IRKRpFYCMCrDMG8wp+mmPS35suOksNkirO5vtUeUOKGfNMLykklgh3HDvdPm
AKC+kxzEITrCw3bOOXNmOm1NsEg3+Iw5K3ywGY60GB8oxuWpItHeTxH3xMyhHjfZ
2J02FRbcomVZzU5JfgsP1MR5U1bO9HHnkRbMc/4t4kMEpHyx0Rvir1iZ/+7E5mB5
Xtb48mGy0dMoYr0MBK4brs+bLfqpzoryCnK3uht1F9+ds5cadrzrl1/lTUS9OY+n
oOKk4WSxgj3u4v7wmp8/KC4J6jriyGRU8bjoG0ovpUjEQb02vxtEOMZk02zeJDoR
/mdBGDQUWoBqi3S99o1Odcogb2QIReX8QWREK4xfrI/3GtE2YzhnsVh6M5K4Yn4G
V9AMAm2++Lv0m0i4Qqw2qJy3Vqx7oUFC4RwinIUUvz1Ckrsrka+d/yjfzR053JPU
/FdaBHJf4QAgssA+EUSQSlihjuW5IOMoE6wsw7nWa5A/z5UFyfD+1JWMz3RK5k7x
DQHLHckY
=BDMt
-----END PGP SIGNATURE-----

Attachment: pgpnzBRfcj7h9.pgp
Description: PGP signature


--- End Message ---

Reply via email to