#1004809 deepin-voice-recorder: FTBFS with ffmpeg 5.0

#1004809#5
Date:
2022-02-01 22:07:44 UTC
From:
To:
Source: deepin-voice-recorder
Version: 5.0.0-3
Severity: important
X-Debbugs-Cc: sramacher@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

deeping-voice-recorder FTBFS with ffmpeg 5.0 in experimental:

g++ -c -pipe -g -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DVERSION=5.0.0 -DDSR_LANG_PATH=\"/usr/share/deepin-voice-recorder/translations\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I/usr/include/libdtk-5.5.17/DWidget -I/usr/include/libdtk-5.5.17/DGui -I/usr/include/libdtk-5.5.17/DCore -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_expand_animation_button.o moc_expand_animation_button.cpp
In file included from src/file_item.cpp:41:
src/file_item.h:76:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   76 |     DImageButton *pausePlayButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_item.cpp:41:
src/file_item.h:77:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   77 |     DImageButton *pauseStopButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_item.cpp:41:
src/file_item.h:78:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   78 |     DImageButton *playPauseButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_item.cpp:41:
src/file_item.h:79:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   79 |     DImageButton *playStartButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_item.cpp:41:
src/file_item.h:80:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   80 |     DImageButton *playStopButton;
      |                   ^~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_item.cpp:41:
src/file_item.h:81:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   81 |     DImageButton *renameButton;
      |                   ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp: In constructor ‘FileItem::FileItem(QWidget*)’:
src/file_item.cpp:81:27: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   81 |     playStartButton = new DImageButton(
      |                           ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:87:27: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   87 |     playPauseButton = new DImageButton(
      |                           ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:93:26: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   93 |     playStopButton = new DImageButton(
      |                          ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:99:27: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   99 |     pausePlayButton = new DImageButton(
      |                           ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:105:27: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
  105 |     pauseStopButton = new DImageButton(
      |                           ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:173:45: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
  173 |     connect(playStartButton, &DImageButton::clicked, [=] () {
      |                                             ^~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:178:45: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
  178 |     connect(playPauseButton, &DImageButton::clicked, [=] () {
      |                                             ^~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:183:45: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
  183 |     connect(pausePlayButton, &DImageButton::clicked, [=] () {
      |                                             ^~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:188:44: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
  188 |     connect(playStopButton, &DImageButton::clicked, [=] {
      |                                            ^~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp:193:45: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
  193 |     connect(pauseStopButton, &DImageButton::clicked, [=] {
      |                                             ^~~~~~~
In file included from src/file_item.h:33,
                 from src/file_item.cpp:41:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
src/file_item.cpp: In member function ‘int FileItem::getDuration()’:
src/file_item.cpp:361:5: error: ‘av_register_all’ was not declared in this scope
  361 |     av_register_all();
      |     ^~~~~~~~~~~~~~~
make[1]: *** [Makefile:712: file_item.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from src/file_view.cpp:35:
src/file_item.h:76:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   76 |     DImageButton *pausePlayButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_view.cpp:35:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_view.cpp:35:
src/file_item.h:77:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   77 |     DImageButton *pauseStopButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_view.cpp:35:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_view.cpp:35:
src/file_item.h:78:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   78 |     DImageButton *playPauseButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_view.cpp:35:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_view.cpp:35:
src/file_item.h:79:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   79 |     DImageButton *playStartButton;
      |                   ^~~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_view.cpp:35:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_view.cpp:35:
src/file_item.h:80:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   80 |     DImageButton *playStopButton;
      |                   ^~~~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_view.cpp:35:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from src/file_view.cpp:35:
src/file_item.h:81:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   81 |     DImageButton *renameButton;
      |                   ^~~~~~~~~~~~
In file included from src/file_item.h:33,
                 from src/file_view.cpp:35:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
In file included from moc_home_page.cpp:10:
src/home_page.h:40:19: warning: ‘DImageButton’ is deprecated: Use DIconButton [-Wdeprecated-declarations]
   40 |     DImageButton* recordButton;
      |                   ^~~~~~~~~~~~
In file included from src/home_page.h:29,
                 from moc_home_page.cpp:10:
/usr/include/libdtk-5.5.17/DWidget/dimagebutton.h:31:72: note: declared here
   31 | class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X("Use DIconButton") DImageButton : public QLabel, public DTK_CORE_NAMESPACE::DObject
      |                                                                        ^~~~~~~~~~~~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'


Cheers

#1004809#14
Date:
2022-07-16 18:08:59 UTC
From:
To:
Dear submitter,

as the package deepin-voice-recorder has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1013450

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)