Your message dated Sat, 11 Jan 2025 05:49:37 +0000 with message-id <E1tWUNN-002uU0-6c@fasolo.debian.org> and subject line Bug#1092685: fixed in cantata 2.5.0.ds1-4 has caused the Debian Bug report #1092685, regarding cantata: FTBFS with taglib 2.0 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 owner@bugs.debian.org immediately.) -- 1092685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092685 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: cantata: FTBFS with taglib 2.0
- From: Boyuan Yang <byang@debian.org>
- Date: Fri, 10 Jan 2025 12:16:04 -0500
- Message-id: <[🔎] bc63d0e3-f951-4ad1-9d7d-c29cc64b4b40@debian.org>
Source: cantata Version: 2.5.0.ds1-3 Severity: important User: debian-multimedia@lists.debian.org Usertags: taglib2.0 The package fails to build with taglib 2.0.2 from Debian experimental. There are API breakages between taglib 1.x and taglib 2.x, and some manual tweaks may be necessary. Related build logs: /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp: In function ‘void Tags::readAPETags(TagLib::APE::Tag*, Song*, ReplayGain*, QImage*, int*)’: /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp:622:64: error: ‘const class TagLib::APE::Item’ has no member named ‘value’; did you mean ‘values’? 622 | TagLib::ByteVector item = map["COVER ART (FRONT)"].value(); | ^~~~~ | values /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp: In function ‘void Tags::readTags(TagLib::FileRef, Song*, ReplayGain*, QImage*, QString*, int*)’: /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp:1304:36: error: invalid conversion from ‘TagLib::Tag*’ to ‘TagLib::ID3v2::Tag*’ [-fpermissive] 1304 | readID3v2Tags(file->tag(), song, rg, img, lyrics, rating); | ~~~~~~~~~^~ | | | TagLib::Tag* /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp:313:47: note: initializing argument 1 of ‘void Tags::readID3v2Tags(TagLib::ID3v2::Tag*, Song*, ReplayGain*, QImage*, QString*, int*)’ 313 | static void readID3v2Tags(TagLib::ID3v2::Tag *tag, Song *song, ReplayGain *rg, QImage *img, QString *lyrics, int *rating) | ~~~~~~~~~~~~~~~~~~~~^~~ [ 8%] Building CXX object support/CMakeFiles/support.dir/buddylabel.cpp.ocd /build/reproducible-path/cantata-2.5.0.ds1/obj-x86_64-linux-gnu/support && /usr/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/cantata-2.5.0.ds1/obj-x86_64-linux-gnu/support/support_autogen/include -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/build/reproducible-path/cantata-2.5.0.ds1/3rdparty -I/build/reproducible-path/cantata-2.5.0.ds1 -I/build/reproducible-path/cantata-2.5.0.ds1/obj-x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt5/QtSvg -I/usr/include/x86_64-linux-gnu/qt5/QtSql -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/taglib -I/usr/include/neon -I/usr/include/libxml2 -I/build/reproducible-path/cantata-2.5.0.ds1/obj-x86_64-linux-gnu/support -I/build/reproducible-path/cantata-2.5.0.ds1/support -g -O2 -ffile-prefix-map=/build/reproducible-path/cantata-2.5.0.ds1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -fPIC -I/usr/include/taglib -fexceptions -UQT_NO_EXCEPTIONS -MD -MT support/CMakeFiles/support.dir/buddylabel.cpp.o -MF CMakeFiles/support.dir/buddylabel.cpp.o.d -o CMakeFiles/support.dir/buddylabel.cpp.o -c /build/reproducible-path/cantata-2.5.0.ds1/support/buddylabel.cpp/build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp: In function ‘bool Tags::writeTags(TagLib::FileRef, const Song&, const Song&, const RgTags&, const QByteArray&, int, bool)’: /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp:1422:45: error: invalid conversion from ‘TagLib::Tag*’ to ‘TagLib::ID3v2::Tag*’ [-fpermissive] 1422 | changed=writeID3v2Tags(file->tag(), from, to, rg, img, rating) || changed; | ~~~~~~~~~^~ | | | TagLib::Tag* /build/reproducible-path/cantata-2.5.0.ds1/tags/tags.cpp:496:48: note: initializing argument 1 of ‘bool Tags::writeID3v2Tags(TagLib::ID3v2::Tag*, const Song&, const Song&, const RgTags&, const QByteArray&, int)’ 496 | static bool writeID3v2Tags(TagLib::ID3v2::Tag *tag, const Song &from, const Song &to, const RgTags &rg, const QByteArray &img, int rating) | ~~~~~~~~~~~~~~~~~~~~^~~ Thanks, Boyuan YangAttachment: OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
- To: 1092685-close@bugs.debian.org
- Subject: Bug#1092685: fixed in cantata 2.5.0.ds1-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 11 Jan 2025 05:49:37 +0000
- Message-id: <E1tWUNN-002uU0-6c@fasolo.debian.org>
- Reply-to: Stuart Prescott <stuart@debian.org>
Source: cantata Source-Version: 2.5.0.ds1-4 Done: Stuart Prescott <stuart@debian.org> We believe that the bug you reported is fixed in the latest version of cantata, 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 1092685@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stuart Prescott <stuart@debian.org> (supplier of updated cantata 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 11 Jan 2025 16:25:53 +1100 Source: cantata Architecture: source Version: 2.5.0.ds1-4 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Stuart Prescott <stuart@debian.org> Closes: 1092685 Changes: cantata (2.5.0.ds1-4) unstable; urgency=medium . * Add patch to fix FTBFS with taglib 2.0 (Closes: #1092685). Checksums-Sha1: 18b02eea71e50d3c4da2aac2ab99cc16d33f2669 2333 cantata_2.5.0.ds1-4.dsc db3be5211c06c40945f71efee54dfb24c9bfb767 17396 cantata_2.5.0.ds1-4.debian.tar.xz 3ac4a7e28cd79525710ca58da8843f23c0c16c1e 18170 cantata_2.5.0.ds1-4_amd64.buildinfo Checksums-Sha256: d4904df44b799e2755df58dfcc7bdb8e2270045b254f3403fb7600e2331c29a3 2333 cantata_2.5.0.ds1-4.dsc 56dd3e11c293d166466383d7f0b7962738da4f54eb02cc6acfd3ddee810a3d3a 17396 cantata_2.5.0.ds1-4.debian.tar.xz 1e3265663d52b8e879f1d50d17b117ad6216b954027f3dbdbd2826b289911ef2 18170 cantata_2.5.0.ds1-4_amd64.buildinfo Files: f057270da7b5efe02fac482ae68ff05a 2333 sound optional cantata_2.5.0.ds1-4.dsc 5048368f69eb6d84c971a3d96355d249 17396 sound optional cantata_2.5.0.ds1-4.debian.tar.xz 0239155ad6acb956e3b6298c1804c903 18170 sound optional cantata_2.5.0.ds1-4_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAmeCA2oACgkQu8F+uxOW 8veA/Q/+PocsPKWOASh4uBDTw5jtfXKGt3TCr0dV7cMzL3PJOHuj+V6i0kRPjrpJ Ciq7wzuOre0DJc3K+ccdkRk9oS6qU5xwdzTjtHn5E9G6GHjzSkpq1+XysJbPAFmd K6s626Urpx+pOkfQxrxmj2QRqdWbR45/M4I2xKzB/uR3FdPwYKAJEKqyVEdKjlLX 4Wa5cD4do5cM/kjaQDmyH4lVEAs2BbD6JFHtqC6pgwS/MahnxXUbF9Q5DEIuQqUa 6LCX78hP85XU/v0nl/ZvYSQpRh4ChTEH7bY2peux1GCBsO4y1f5GIS/9zZMK/xrm HeGnSWlhSBDylUnuVvPSqnAMYDo9CWKpxeREHLT61IaACoJqrHC5BWY0IdDDNwH+ MpuCMtHzaDe6p+PM+YuQBUTJjCvzsQFVCtGeOtxqfMVCXvcHgRyIQ2S7b4eWInbk VVuiA5E67Qjj8ZphEfn+lhI/AujS0tV4nQyDvi8iVPYjc1RRQUdEZbh6g3RIWrY8 dApaUYwSXfX14/e0TWehE12Eb8zAPNrIhZmfjVjSFqJ15aXTwil6UT8Yrjcpojll M6ov0dUaz1huIMV6eV/O5uJoZ8gjGSEL6ey6KlSYjJ2N6THsfYAAIsMC3CJroC+o 0JN1sGfzPruBTHCAJSd2OrOMXu+1t+LcUiYUPQZDgQLXgMORDqk= =N96h -----END PGP SIGNATURE-----Attachment: pgpLLCLYknfvN.pgp
Description: PGP signature
--- End Message ---