Advertisement
Guest User

Untitled

a guest
Feb 25th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. tagsreaderwriter.cpp: In member function ‘void TagsReaderWriter::readTags(int)’:
  2. tagsreaderwriter.cpp:166:48: warning: ‘virtual int TagLib::AudioProperties::length() const’ is deprecated [-Wdeprecated-declarations]
  3. 166 | tag->d->length = properties->length();
  4. | ~~~~~~~~~~~~~~~~~~^~
  5. In file included from /usr/include/taglib/mpcproperties.h:31,
  6. from /usr/include/taglib/mpcfile.h:32,
  7. from tagsreaderwriter.cpp:16:
  8. /usr/include/taglib/audioproperties.h:82:17: note: declared here
  9. 82 | virtual int length() const;
  10. | ^~~~~~
  11. tagsreaderwriter.cpp: In member function ‘TagLib::File* TagsReaderWriter::readResolver(int)’:
  12. tagsreaderwriter.cpp:338:37: error: invalid conversion from ‘TagLib::Tag*’ to ‘TagLib::ID3v2::Tag*’ [-fpermissive]
  13. 338 | readID3v2(f->tag());
  14. | ~~~~~~^~
  15. | |
  16. | TagLib::Tag*
  17. In file included from tagsreaderwriter.cpp:1:
  18. tagsreaderwriter.h:42:20: note: initializing argument 1 of ‘void TagsReaderWriter::readID3v2(TagLib::ID3v2::Tag*)’
  19. 42 | void readID3v2(TagLib::ID3v2::Tag *);
  20. | ^~~~~~~~~~~~~~~~~~~~
  21. tagsreaderwriter.cpp:356:21: error: ‘readAsf’ was not declared in this scope; did you mean ‘readAPE’?
  22. 356 | readAsf(f->tag());
  23. | ^~~~~~~
  24. | readAPE
  25. tagsreaderwriter.cpp:368:21: error: ‘readMP4’ was not declared in this scope; did you mean ‘readAPE’?
  26. 368 | readMP4(f->tag());
  27. | ^~~~~~~
  28. | readAPE
  29. tagsreaderwriter.cpp: At global scope:
  30. tagsreaderwriter.cpp:1079:6: error: no declaration matches ‘void TagsReaderWriter::readAsf(TagLib::ASF::Tag*)’
  31. 1079 | void TagsReaderWriter::readAsf(TagLib::ASF::Tag *asftag)
  32. | ^~~~~~~~~~~~~~~~
  33. tagsreaderwriter.cpp:1079:6: note: no functions named ‘void TagsReaderWriter::readAsf(TagLib::ASF::Tag*)’
  34. tagsreaderwriter.h:26:7: note: ‘class TagsReaderWriter’ defined here
  35. 26 | class TagsReaderWriter
  36. | ^~~~~~~~~~~~~~~~
  37. tagsreaderwriter.cpp:1121:6: error: no declaration matches ‘void TagsReaderWriter::writeAsf(TagLib::ASF::Tag*)’
  38. 1121 | void TagsReaderWriter::writeAsf(TagLib::ASF::Tag *asftag)
  39. | ^~~~~~~~~~~~~~~~
  40. tagsreaderwriter.cpp:1121:6: note: no functions named ‘void TagsReaderWriter::writeAsf(TagLib::ASF::Tag*)’
  41. tagsreaderwriter.h:26:7: note: ‘class TagsReaderWriter’ defined here
  42. 26 | class TagsReaderWriter
  43. | ^~~~~~~~~~~~~~~~
  44. tagsreaderwriter.cpp:1181:6: error: no declaration matches ‘void TagsReaderWriter::readMP4(TagLib::MP4::Tag*)’
  45. 1181 | void TagsReaderWriter::readMP4(TagLib::MP4::Tag *mp4tag)
  46. | ^~~~~~~~~~~~~~~~
  47. tagsreaderwriter.cpp:1181:6: note: no functions named ‘void TagsReaderWriter::readMP4(TagLib::MP4::Tag*)’
  48. tagsreaderwriter.h:26:7: note: ‘class TagsReaderWriter’ defined here
  49. 26 | class TagsReaderWriter
  50. | ^~~~~~~~~~~~~~~~
  51. tagsreaderwriter.cpp: In function ‘void writeMp4Item(TagLib::MP4::Tag*, const QString&, const QString&, bool)’:
  52. tagsreaderwriter.cpp:1271:18: error: ‘ItemListMap’ is not a member of ‘TagLib::MP4’; did you mean ‘ItemMap’?
  53. 1271 | TagLib::MP4::ItemListMap &map=tag->itemListMap();
  54. | ^~~~~~~~~~~
  55. | ItemMap
  56. tagsreaderwriter.cpp:1271:31: error: ‘map’ was not declared in this scope
  57. 1271 | TagLib::MP4::ItemListMap &map=tag->itemListMap();
  58. | ^~~
  59. tagsreaderwriter.cpp:1271:31: note: suggested alternatives:
  60. In file included from /usr/include/c++/14.2.1/map:63,
  61. from /usr/include/qt6/QtCore/qmap.h:19,
  62. from /usr/include/qt6/QtCore/QMap:1,
  63. from tagger.h:32,
  64. from tagsreaderwriter.h:24:
  65. /usr/include/c++/14.2.1/bits/stl_map.h:102:11: note: ‘std::map’
  66. 102 | class map
  67. | ^~~
  68. /usr/include/c++/14.2.1/map:89:13: note: ‘std::pmr::map’
  69. 89 | using map
  70. | ^~~
  71. tagsreaderwriter.cpp:1271:40: error: ‘class TagLib::MP4::Tag’ has no member named ‘itemListMap’; did you mean ‘itemMap’?
  72. 1271 | TagLib::MP4::ItemListMap &map=tag->itemListMap();
  73. | ^~~~~~~~~~~
  74. | itemMap
  75. tagsreaderwriter.cpp: At global scope:
  76. tagsreaderwriter.cpp:1334:6: error: no declaration matches ‘void TagsReaderWriter::writeMP4(TagLib::MP4::Tag*)’
  77. 1334 | void TagsReaderWriter::writeMP4(TagLib::MP4::Tag *mp4tag)
  78. | ^~~~~~~~~~~~~~~~
  79. tagsreaderwriter.cpp:1334:6: note: no functions named ‘void TagsReaderWriter::writeMP4(TagLib::MP4::Tag*)’
  80. tagsreaderwriter.h:26:7: note: ‘class TagsReaderWriter’ defined here
  81. 26 | class TagsReaderWriter
  82. | ^~~~~~~~~~~~~~~~
  83. tagsreaderwriter.cpp: In member function ‘bool TagsReaderWriter::writeTags()’:
  84. tagsreaderwriter.cpp:1617:26: error: no matching function for call to ‘TagLib::MPEG::File::save(int&, bool, int&)’
  85. 1617 | b=f->save(savingTypes,true,App->id3v2version);
  86. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. In file included from tagsreaderwriter.cpp:21:
  88. /usr/include/taglib/mpegfile.h:212:12: note: candidate: ‘virtual bool TagLib::MPEG::File::save()’
  89. 212 | bool save() override;
  90. | ^~~~
  91. /usr/include/taglib/mpegfile.h:212:12: note: candidate expects 0 arguments, 3 provided
  92. /usr/include/taglib/mpegfile.h:227:12: note: candidate: ‘bool TagLib::MPEG::File::save(int, TagLib::File::StripTags, TagLib::ID3v2::Version, TagLib::File::DuplicateTags)’
  93. 227 | bool save(int tags, StripTags strip = StripOthers,
  94. | ^~~~
  95. /usr/include/taglib/mpegfile.h:227:37: note: no known conversion for argument 2 from ‘bool’ to ‘TagLib::File::StripTags’
  96. 227 | bool save(int tags, StripTags strip = StripOthers,
  97. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  98. tagsreaderwriter.cpp:1692:55: error: ‘null’ is not a member of ‘TagLib::String’
  99. 1692 | tag->setAlbum(TagLib::String::null);
  100. | ^~~~
  101. tagsreaderwriter.cpp:1693:56: error: ‘null’ is not a member of ‘TagLib::String’
  102. 1693 | tag->setArtist(TagLib::String::null);
  103. | ^~~~
  104. tagsreaderwriter.cpp:1695:55: error: ‘null’ is not a member of ‘TagLib::String’
  105. 1695 | tag->setTitle(TagLib::String::null);
  106. | ^~~~
  107. tagsreaderwriter.cpp:1696:57: error: ‘null’ is not a member of ‘TagLib::String’
  108. 1696 | tag->setComment(TagLib::String::null);
  109. | ^~~~
  110. tagsreaderwriter.cpp:1697:55: error: ‘null’ is not a member of ‘TagLib::String’
  111. 1697 | tag->setGenre(TagLib::String::null);
  112. | ^~~~
  113. tagsreaderwriter.cpp:1760:34: error: invalid conversion from ‘TagLib::Tag*’ to ‘TagLib::ID3v2::Tag*’ [-fpermissive]
  114. 1760 | writeID3v2(f->tag());
  115. | ~~~~~~^~
  116. | |
  117. | TagLib::Tag*
  118. tagsreaderwriter.cpp:675:55: note: initializing argument 1 of ‘void TagsReaderWriter::writeID3v2(TagLib::ID3v2::Tag*)’
  119. 675 | void TagsReaderWriter::writeID3v2(TagLib::ID3v2::Tag *id3v2tag)
  120. | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  121. tagsreaderwriter.cpp:1770:17: error: ‘writeAsf’ was not declared in this scope; did you mean ‘writeAPE’?
  122. 1770 | writeAsf(f->tag());
  123. | ^~~~~~~~
  124. | writeAPE
  125. tagsreaderwriter.cpp:1790:17: error: ‘writeMP4’ was not declared in this scope; did you mean ‘writeAPE’?
  126. 1790 | writeMP4(f->tag());
  127. | ^~~~~~~~
  128. | writeAPE
  129. g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -Wall -Wextra -mno-direct-extern-access -D_REENTRANT -DQOOBAR_VERSION=\"1.7.0\" -DQOOBAR_SHARED_PATH=\"/share/qoobar\" -DQOOBAR_DOC_PATH=\"/share/doc/qoobar-doc\" -DQOOBAR_ENABLE_CLI -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_NETWORK_LIB -DQT_CORE5COMPAT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Iqocoa -I/usr/include/taglib -I/usr/include/qt6 -I/usr/include/qt6/QtWidgets -I/usr/include/qt6/QtGui -I/usr/include/qt6/QtConcurrent -I/usr/include/qt6/QtNetwork -I/usr/include/qt6/QtCore5Compat -I/usr/include/qt6/QtDBus -I/usr/include/qt6/QtCore -I../../release/build -I/usr/include/ffmpeg4.4 -I/usr/lib/qt6/mkspecs/linux-g++ -o ../../release/build/model.o model.cpp
  130. make[1]: *** [Makefile:2518: ../../release/build/tagsreaderwriter.o] Error 1
  131. make[1]: *** Waiting for unfinished jobs....
  132. make[1]: Leaving directory '/home/ben/.cache/yay/qoobar-git/src/qoobar/src/qoobar_app'
  133. make: *** [Makefile:53: sub-src-qoobar_app-make_first] Error 2
  134. ==> ERROR: A failure occurred in build().
  135. Aborting...
  136. -> error making: qoobar-git-exit status 4
  137. -> Failed to install the following packages. Manual intervention is required:
  138. qoobar-git - exit status 4
  139.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement