Your message dated Wed, 27 Dec 2023 17:34:45 +0000
with message-id <e1rixnp-00bb1x...@fasolo.debian.org>
and subject line Bug#997224: fixed in btag 1.4.1-0.1
has caused the Debian Bug report #997224,
regarding btag: FTBFS: InteractiveTagger.cpp:201:34: error: ‘bool 
TagLib::String::isNull() const’ is deprecated [-Werror=deprecated-declarations]
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.)


-- 
997224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: btag
Version: 1.1.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK 
> -DBOOST_SYSTEM_DYN_LINK -I/usr/include/taglib -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -MD -MT 
> CMakeFiles/btag.dir/src/InteractiveTagger.cpp.o -MF 
> CMakeFiles/btag.dir/src/InteractiveTagger.cpp.o.d -o 
> CMakeFiles/btag.dir/src/InteractiveTagger.cpp.o -c 
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp: In member function ‘void 
> InteractiveTagger::tag_file(const boost::filesystem::path&, 
> ConfirmationHandler&, ConfirmationHandler&, int*, int)’:
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:201:34: error: ‘bool 
> TagLib::String::isNull() const’ is deprecated 
> [-Werror=deprecated-declarations]
>   201 |     if (!f.tag()->artist().isNull())
>       |          ~~~~~~~~~~~~~~~~~~~~~~~~^~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:343:28: note: declared here
>   343 |     TAGLIB_DEPRECATED bool isNull() const;
>       |                            ^~~~~~
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:210:33: error: ‘bool 
> TagLib::String::isNull() const’ is deprecated 
> [-Werror=deprecated-declarations]
>   210 |     if (!f.tag()->album().isNull())
>       |          ~~~~~~~~~~~~~~~~~~~~~~~^~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:343:28: note: declared here
>   343 |     TAGLIB_DEPRECATED bool isNull() const;
>       |                            ^~~~~~
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:239:33: error: ‘bool 
> TagLib::String::isNull() const’ is deprecated 
> [-Werror=deprecated-declarations]
>   239 |     if (!f.tag()->title().isNull())
>       |          ~~~~~~~~~~~~~~~~~~~~~~~^~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:343:28: note: declared here
>   343 |     TAGLIB_DEPRECATED bool isNull() const;
>       |                            ^~~~~~
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:247:41: error: 
> ‘TagLib::String::null’ is deprecated [-Werror=deprecated-declarations]
>   247 |     f.tag()->setComment(TagLib::String::null);
>       |                                         ^~~~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:528:37: note: declared here
>   528 |     TAGLIB_DEPRECATED static String null;
>       |                                     ^~~~
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:247:41: error: 
> ‘TagLib::String::null’ is deprecated [-Werror=deprecated-declarations]
>   247 |     f.tag()->setComment(TagLib::String::null);
>       |                                         ^~~~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:528:37: note: declared here
>   528 |     TAGLIB_DEPRECATED static String null;
>       |                                     ^~~~
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:248:39: error: 
> ‘TagLib::String::null’ is deprecated [-Werror=deprecated-declarations]
>   248 |     f.tag()->setGenre(TagLib::String::null);
>       |                                       ^~~~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:528:37: note: declared here
>   528 |     TAGLIB_DEPRECATED static String null;
>       |                                     ^~~~
> /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:248:39: error: 
> ‘TagLib::String::null’ is deprecated [-Werror=deprecated-declarations]
>   248 |     f.tag()->setGenre(TagLib::String::null);
>       |                                       ^~~~
> In file included from /usr/include/taglib/tag.h:30,
>                  from /usr/include/taglib/tfile.h:31,
>                  from /usr/include/taglib/fileref.h:29,
>                  from /<<PKGBUILDDIR>>/src/InteractiveTagger.cpp:14:
> /usr/include/taglib/tstring.h:528:37: note: declared here
>   528 |     TAGLIB_DEPRECATED static String null;
>       |                                     ^~~~
> cc1plus: all warnings being treated as errors
> make[3]: *** [CMakeFiles/btag.dir/build.make:121: 
> CMakeFiles/btag.dir/src/InteractiveTagger.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/btag_1.1.3-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: btag
Source-Version: 1.4.1-0.1
Done: Boyuan Yang <by...@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated btag 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, 27 Dec 2023 12:08:56 -0500
Source: btag
Architecture: source
Version: 1.4.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Fernando Tarlá Cardoso Lemos <fernando...@gmail.com>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 743805 997224 1056092
Changes:
 btag (1.4.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release.
   * debian/watch: Fix monitoring script.
   * debian/copyright: Updated.
   * debian/: Apply wrap-and-sort -abst.
   * debian/: Refresh packaging:
     + Bump Standards-Version to 4.6.2.
     + Bump debhelper compat to v13.
     + Add missing build-dep libboost-locale-dev, libedit-dev, libcue-dev.
   * debian/control: Fix description typo. (Closes: #743805)
   * debian/control: Add missing build-dep zlib1g-dev (See #997224)
   * debian/patches/0001-Fix-deprecated-funcs-with-Taglib.patch:
     Fix FTBFS with boost1.83. (Closes: #997224) (Closes: #1056092)
Checksums-Sha1:
 ab90ada529875c8db54624237940eadd28d09d62 1936 btag_1.4.1-0.1.dsc
 731176dcc6def7532dcb7123df6a61b00ab3588f 119347 btag_1.4.1.orig.tar.gz
 8183e559d4a8d2fc1fee9332a6f1630447c40e9e 3740 btag_1.4.1-0.1.debian.tar.xz
 6efbb9e49b3d7187766645bebd43ab888d5b21ce 8173 btag_1.4.1-0.1_amd64.buildinfo
Checksums-Sha256:
 2a8607826a55a0a198441c51cd5deb4e35822c94d4615f7940b2d2a3aeb76403 1936 
btag_1.4.1-0.1.dsc
 22d3d47af15ede91c4afb1e0ce09ba48af5c045280ab6d5ce8dafd289f05430a 119347 
btag_1.4.1.orig.tar.gz
 145264b07a7127feb3a9f9358d7133e7f149967f659a03bce7157b09bed04441 3740 
btag_1.4.1-0.1.debian.tar.xz
 75ceefb29c451a30eaed2e54ba4b5637c45563e7087c0bf040ac137872d63b10 8173 
btag_1.4.1-0.1_amd64.buildinfo
Files:
 ee2808ecba9cd5660b82f61c81e4668d 1936 sound optional btag_1.4.1-0.1.dsc
 e7e7dfb2522b7d77971016d59768b7d8 119347 sound optional btag_1.4.1.orig.tar.gz
 746bcb87f9744b81c1c0bba12e37fe3b 3740 sound optional 
btag_1.4.1-0.1.debian.tar.xz
 09e094fb971917821ad60959b6de50a8 8173 sound optional 
btag_1.4.1-0.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmWMWswACgkQwpPntGGC
Ws7lGw//fwwmKhURlHl2o2V5xttqjEYuoc5108qKn5zxmv7DeSzqR+D7TPlpXhLo
a7kIis8BCpIUbPw3VWfjGtXpFUXmFmqnoBJ7/8oyq1TmAHMi2PFYSnRO725Xixvb
4B7mREwFGJknaFLSq+cXzT9sPMPJaJZ2wvAlMRyj+IDtO2UxXsfTgz7TjXDOjgJ8
LJRXVFmEBJQyNVvUmLll52XF5+7qti/1yeZktGpNB+mTBB7pythrdGa/XOgD8Kfp
6qc0Acu0ufcCmc4DYaSm2/9CJaCSW85rNUrQlmNT4Vvew8LDsY6L5EBfQygHuwR8
idGDP42Yjj6gT+NFBADli962CKnYvJWeMteLrI+mcHDyJhSZTjsa4Ci2OtRFGtny
ipcQoCSxIWzvHgeTnUGPkh5TsQWIbnqHD1B2jdiGifW6y+9SbEv9TnM9YsOi01QY
AdTZ8Wr7arRGeFSGE+xgaNICiQs01/uij7Y6N44CugEf7qQs4oe3I7sFhjHNWqYJ
woPUIiuL7cTy38AmixALuIcEPkz42/VQ52Ng3oadVz/tRU0KmLTDkx83jVbkf9ci
h6aVIWGL44OYaCxfOAAt+E9posWX1jwoIU0Y0Z/r6B9XAKog1Bnc19O7W+20bjGD
iGLYjTKF3UnKZQuS2FZ4KST6NNS3tEKXZCHlOLYXxec04c+R0rs=
=rUi+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to