Your message dated Thu, 07 Jan 2021 10:04:55 +0000
with message-id <[email protected]>
and subject line Bug#978174: fixed in pcmanfm-qt 0.16.0-1
has caused the Debian Bug report #978174,
regarding pcmanfm-qt: FTBFS: gioptrs.h:75:26: error: ‘QString::QString(const 
char*)’ is private within this context
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.)


-- 
978174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pcmanfm-qt
Version: 0.14.1-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm && /usr/bin/c++ 
> -DLIBFM_DATA_DIR=\"/share/libfm\" -DLXQT_DATA_DIR=\"/usr/share\" 
> -DLXQT_ETC_XDG_DIR=\"/etc/xdg\" 
> -DLXQT_GRAPHICS_DIR=\"/usr/share/lxqt/graphics\" 
> -DLXQT_RELATIVE_SHARE_DIR=\"lxqt\" 
> -DLXQT_RELATIVE_SHARE_TRANSLATIONS_DIR=\"lxqt/translations\" 
> -DLXQT_SHARE_DIR=\"/usr/share/lxqt\" 
> -DLXQT_SHARE_TRANSLATIONS_DIR=\"/usr/share/lxqt/translations\" 
> -DPCMANFM_DATA_DIR=\"/usr/share/pcmanfm-qt\" -DPCMANFM_QT_VERSION=\"0.14.1\" 
> -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII 
> -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
> -DQT_NO_FOREACH -DQT_NO_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING 
> -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm -I/<<PKGBUILDDIR>>/pcmanfm 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/include 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/glib-2.0 
> -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem 
> /usr/include/gio-unix-2.0 -isystem /usr/include/menu-cache -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-exceptions -Wall 
> -Wextra -Wchar-subscripts -Wno-long-long -Wpointer-arith -Wundef 
> -Wformat-security -Wnon-virtual-dtor -Woverloaded-virtual -Wpedantic -O2 -g 
> -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o 
> CMakeFiles/pcmanfm-qt.dir/mainwindow.cpp.o -c 
> /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp
> In file included from /usr/include/libfm-qt/core/folder.h:35,
>                  from /usr/include/libfm-qt/foldermodelitem.h:30,
>                  from /usr/include/libfm-qt/foldermodel.h:33,
>                  from /usr/include/libfm-qt/folderview.h:29,
>                  from /<<PKGBUILDDIR>>/pcmanfm/settings.h:25,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.h:25,
>                  from /<<PKGBUILDDIR>>/pcmanfm/pcmanfm.cpp:1:
> /usr/include/libfm-qt/core/gioptrs.h: In member function ‘QString 
> Fm::GErrorPtr::message() const’:
> /usr/include/libfm-qt/core/gioptrs.h:75:26: error: ‘QString::QString(const 
> char*)’ is private within this context
>    75 |             return err_->message;
>       |                          ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.h:24,
>                  from /<<PKGBUILDDIR>>/pcmanfm/pcmanfm.cpp:1:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /usr/include/libfm-qt/core/folder.h:35,
>                  from /usr/include/libfm-qt/foldermodelitem.h:30,
>                  from /usr/include/libfm-qt/foldermodel.h:33,
>                  from /usr/include/libfm-qt/folderview.h:29,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/settings.h:25,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:25,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/libfm-qt/core/gioptrs.h: In member function ‘QString 
> Fm::GErrorPtr::message() const’:
> /usr/include/libfm-qt/core/gioptrs.h:75:26: error: ‘QString::QString(const 
> char*)’ is private within this context
>    75 |             return err_->message;
>       |                          ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:24,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /usr/include/libfm-qt/core/fileinfo.h:38,
>                  from /usr/include/libfm-qt/filelauncher.h:26,
>                  from /<<PKGBUILDDIR>>/pcmanfm/launcher.h:24,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.h:33,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:20:
> /usr/include/libfm-qt/core/gioptrs.h: In member function ‘QString 
> Fm::GErrorPtr::message() const’:
> /usr/include/libfm-qt/core/gioptrs.h:75:26: error: ‘QString::QString(const 
> char*)’ is private within this context
>    75 |             return err_->message;
>       |                          ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/include/ui_main-win.h:12,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.h:23,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:20:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /usr/include/libfm-qt/core/folder.h:35,
>                  from /usr/include/libfm-qt/foldermodelitem.h:30,
>                  from /usr/include/libfm-qt/foldermodel.h:33,
>                  from /usr/include/libfm-qt/folderview.h:29,
>                  from /<<PKGBUILDDIR>>/pcmanfm/settings.h:25,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.h:25,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.cpp:21:
> /usr/include/libfm-qt/core/gioptrs.h: In member function ‘QString 
> Fm::GErrorPtr::message() const’:
> /usr/include/libfm-qt/core/gioptrs.h:75:26: error: ‘QString::QString(const 
> char*)’ is private within this context
>    75 |             return err_->message;
>       |                          ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.h:24,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.cpp:21:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /<<PKGBUILDDIR>>/pcmanfm/application.h:25,
>                  from /<<PKGBUILDDIR>>/pcmanfm/pcmanfm.cpp:1:
> /<<PKGBUILDDIR>>/pcmanfm/settings.h: At global scope:
> /<<PKGBUILDDIR>>/pcmanfm/settings.h:134:33: error: ‘QString::QString(const 
> char*)’ is private within this context
>   134 |     bool load(QString profile = "default");
>       |                                 ^~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.h:24,
>                  from /<<PKGBUILDDIR>>/pcmanfm/pcmanfm.cpp:1:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:25,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/settings.h:
>  At global scope:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/settings.h:134:33:
>  error: ‘QString::QString(const char*)’ is private within this context
>   134 |     bool load(QString profile = "default");
>       |                                 ^~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:24,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_autorundialog.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:3:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/autorundialog.h:34:99:
>  warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = 
> Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is 
> deprecated: Use default constructor instead [-Wdeprecated-declarations]
>    34 |   explicit AutoRunDialog(GVolume* volume, GMount* mount, QWidget* 
> parent = 0, Qt::WindowFlags f = 0);
>       |                                                                       
>                             ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:24,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
>   123 |     QT_DEPRECATED_X("Use default constructor instead") 
> Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
>       |                                                                       
>          ^~~~~~
> In file included from /<<PKGBUILDDIR>>/pcmanfm/application.h:25,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.cpp:21:
> /<<PKGBUILDDIR>>/pcmanfm/settings.h: At global scope:
> /<<PKGBUILDDIR>>/pcmanfm/settings.h:134:33: error: ‘QString::QString(const 
> char*)’ is private within this context
>   134 |     bool load(QString profile = "default");
>       |                                 ^~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.h:24,
>                  from /<<PKGBUILDDIR>>/pcmanfm/application.cpp:21:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_bulkrename.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:4:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/bulkrename.h:33:82:
>  warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = 
> Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is 
> deprecated: Use default constructor instead [-Wdeprecated-declarations]
>    33 |     explicit BulkRenameDialog(QWidget* parent = nullptr, 
> Qt::WindowFlags flags = 0);
>       |                                                                       
>            ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:24,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
>   123 |     QT_DEPRECATED_X("Use default constructor instead") 
> Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
>       |                                                                       
>          ^~~~~~
> In file included from /<<PKGBUILDDIR>>/pcmanfm/tabpage.h:29,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:38:
> /<<PKGBUILDDIR>>/pcmanfm/settings.h: At global scope:
> /<<PKGBUILDDIR>>/pcmanfm/settings.h:134:33: error: ‘QString::QString(const 
> char*)’ is private within this context
>   134 |     bool load(QString profile = "default");
>       |                                 ^~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/include/ui_main-win.h:12,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.h:23,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:20:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_desktoppreferencesdialog.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:6:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/desktoppreferencesdialog.h:35:78:
>  warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = 
> Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is 
> deprecated: Use default constructor instead [-Wdeprecated-declarations]
>    35 |   explicit DesktopPreferencesDialog(QWidget* parent = 0, 
> Qt::WindowFlags f = 0);
>       |                                                                       
>        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/../../../../pcmanfm/application.h:24,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/EWIEGA46WW/moc_application.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
>   123 |     QT_DEPRECATED_X("Use default constructor instead") 
> Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
>       |                                                                       
>          ^~~~~~
> In file included from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:51:
> /<<PKGBUILDDIR>>/pcmanfm/bulkrename.h:33:82: warning: ‘constexpr 
> QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; 
> QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use 
> default constructor instead [-Wdeprecated-declarations]
>    33 |     explicit BulkRenameDialog(QWidget* parent = nullptr, 
> Qt::WindowFlags flags = 0);
>       |                                                                       
>            ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/include/ui_main-win.h:12,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.h:23,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:20:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
>   123 |     QT_DEPRECATED_X("Use default constructor instead") 
> Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
>       |                                                                       
>          ^~~~~~
> /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp: In constructor 
> ‘PCManFM::MainWindow::MainWindow(Fm::FilePath)’:
> /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:251:70: error: 
> ‘QString::QString(const char*)’ is private within this context
>   251 |         
> ui.actionMenu->setIcon(QIcon::fromTheme("applications-system"));
>       |                                                                      ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pcmanfm/pcmanfm-qt_autogen/include/ui_main-win.h:12,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.h:23,
>                  from /<<PKGBUILDDIR>>/pcmanfm/mainwindow.cpp:20:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> make[3]: *** [pcmanfm/CMakeFiles/pcmanfm-qt.dir/build.make:240: 
> pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/pcmanfm-qt_0.14.1-3_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 me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pcmanfm-qt
Source-Version: 0.16.0-1
Done: Andrew Lee (李健秋) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pcmanfm-qt, 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.
Andrew Lee (李健秋) <[email protected]> (supplier of updated pcmanfm-qt 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: SHA256

Format: 1.8
Date: Thu, 07 Jan 2021 17:33:42 +0800
Source: pcmanfm-qt
Architecture: source
Version: 0.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 978174
Changes:
 pcmanfm-qt (0.16.0-1) unstable; urgency=medium
 .
   [ Alf Gaida ]
   * Switched to gbp
   * Bumped Standards-Version to 4.4.0, no changes needed
 .
   [ Debian Janitor ]
   * Fix field name typo in debian/upstream/metadata (Repository-Browser =>
     Repository-Browse).
   * Set upstream metadata fields: Repository.
   * Remove obsolete field Name from debian/upstream/metadata (already present 
in
     machine-readable debian/copyright).
   * Update standards version to 4.5.0, no changes needed.
 .
   [ Andrew Lee (李健秋) ]
   * New upstream release. (Closes: #978174)
Checksums-Sha1:
 bb5835fe42d3c12db6628ba9b88fd9bfc7bba1bb 2595 pcmanfm-qt_0.16.0-1.dsc
 cbf22e16f5d61cd8e01d86f52c31f786f9b73ea5 275792 pcmanfm-qt_0.16.0.orig.tar.xz
 7fcf72fbe6434ff52bafcb53ae8649df48a24348 862 pcmanfm-qt_0.16.0.orig.tar.xz.asc
 91b2a426b491da1aecebbd77aab3acff15766b38 8304 pcmanfm-qt_0.16.0-1.debian.tar.xz
 b097e2d75ba49665a15fabf52611b82c93bf7613 5821 
pcmanfm-qt_0.16.0-1_source.buildinfo
Checksums-Sha256:
 6a2048070e8ead3cc7bd42133138b1b71437f1d0c1508510f3cddc6a12666a04 2595 
pcmanfm-qt_0.16.0-1.dsc
 fc08bb6050543d862bf3594d6bd414c427b7998e36177e5e62611ce3e7effab6 275792 
pcmanfm-qt_0.16.0.orig.tar.xz
 d92fc79b8208bda08059cf8ea081598604b2c33846402b7d9f8f9c2988b10485 862 
pcmanfm-qt_0.16.0.orig.tar.xz.asc
 a4f12e8d2898f1d0acbf2f51673daa0a697903eaa5aaabeff0136645244bb7db 8304 
pcmanfm-qt_0.16.0-1.debian.tar.xz
 3c5543c086965c7036db95756de43c2045a7ed0d1ab71df15b08eaa60e136ce8 5821 
pcmanfm-qt_0.16.0-1_source.buildinfo
Files:
 e14529accb3b75ccb420aab130dec6a5 2595 x11 optional pcmanfm-qt_0.16.0-1.dsc
 ae130f6b797aced58b51a4222a724143 275792 x11 optional 
pcmanfm-qt_0.16.0.orig.tar.xz
 d412bd1ddbcc5973a0a2b7716cad3a25 862 x11 optional 
pcmanfm-qt_0.16.0.orig.tar.xz.asc
 2e48c40e6d13f8ebf7b52a967dafa270 8304 x11 optional 
pcmanfm-qt_0.16.0-1.debian.tar.xz
 ff972c77e4fc5451f3fc366e955d5c02 5821 x11 optional 
pcmanfm-qt_0.16.0-1_source.buildinfo

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

iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAl/22JwACgkQ58vhUqwX
+XPolA//aToKsZ5i/SUvErZe/J4XBiHtU1e4RfsMipW9AFDxWa5UdOzundck8OzE
Mnpab9h/oPN74fcn0S2Pq9bO0x3u/xidcCZEa80lavk5nZegvcVDjdL0Jhmkys1E
w9f8MDOX6iLo28syBUKSEkGVVPSzqOJ4Y7jGEvfOHXIeZFr6/q5syQ/GrxDChMnt
vEMkTxHMgbemZzGCr986zRQI7RGSjz8DSXK+E+Ao87FOYxsn3ewk9QmE/ZVc1uNa
tJVZpu9aqmbyXOziZ+OtxzlxaLAcpcFhCsien2b0XtZ2TxokdJ440HGGLCXrULLJ
Rvp/+kYSgPUgDRfzDOsytJ8W4QNu3hjj+yp/46RNB47vDqlKFiTTAjNTvr8aa/Ky
10vtxd1Y02cqkQS96iFS7XPp/ExpWPluyVJjL/1A57IJi4Pu8QwcUWpw7SgNNWiR
CWu3UPncDGX3wawyIIGBqStFzjfIZgzdV9E6l5eqGvMOatTbmrz71ScoQsGKydhK
p0uwbWOzctYQAPp6urUVI+vO18w0Z/PMccqcYfFdyMKe6spAPdc25qZEINExYyiw
a1jQ7qyOuFdQEpgBjWfqgot8657j5Bi+X37zVdTy4YTylW7BX3GrPBSFA9RJ9ipZ
gjL/7NS+cYz4atW/cmzeN0T52UJqsB55Z05GPIAOJtUQrBjf2ik=
=y5oU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to