[pkg-lxqt-devel] Bug#978196: lxqt-about: FTBFS: translatorsinfo.h:46:92: error: ‘QString::QString?=(const char*)=?UTF-8?Q?’ is private within this context

Lucas Nussbaum lucas at debian.org
Sat Dec 26 21:32:39 GMT 2020


Source: lxqt-about
Version: 0.14.1-1
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):
> /usr/bin/c++ -DLXQT_ABOUT_VERSION=\"0.14.1\" -DLXQT_DATA_DIR=\"/usr/share\" -DLXQT_ETC_XDG_DIR=\"/etc/xdg\" -DLXQT_GRAPHICS_DIR=\"/usr/share/lxqt/graphics\" -DLXQT_MAJOR_VERSION=\"0\" -DLXQT_MINOR_VERSION=\"14\" -DLXQT_PATCH_VERSION=\"1\" -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\" -DLXQT_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_URL_CAST_FROM_STRING -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lxqt-about_autogen/include -isystem /usr/include/lxqt -isystem /usr/include/lxqt/LXQt -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/qt5xdg -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/qt5xdgiconloader -isystem /usr/include/qt5xdgiconloader/3.4.0 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -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/lxqt-about.dir/translatorsinfo/translatorsinfo.cpp.o -c /<<PKGBUILDDIR>>/translatorsinfo/translatorsinfo.cpp
> In file included from /<<PKGBUILDDIR>>/translatorsinfo/translatorsinfo.cpp:28:
> /<<PKGBUILDDIR>>/translatorsinfo/translatorsinfo.h: In constructor ‘TranslatorPerson::TranslatorPerson(const QString&, const QString&, const QString&)’:
> /<<PKGBUILDDIR>>/translatorsinfo/translatorsinfo.h:46:92: error: ‘QString::QString(const char*)’ is private within this context
>    46 |         :mEnglishName (englishName), mNativeName (nativeName != englishName ? nativeName : ""), mContact (contact)
>       |                                                                                            ^~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from /<<PKGBUILDDIR>>/translatorsinfo/translatorsinfo.h:34,
>                  from /<<PKGBUILDDIR>>/translatorsinfo/translatorsinfo.cpp:28:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp: In member function ‘QString TechInfoTable::html() const’:
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:70:11: error: ‘QString& QString::operator=(const char*)’ is private within this context
>    70 |           "</style>";
>       |           ^~~~~~~~~~
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:975:14: note: declared private here
>   975 |     QString &operator=(const char  *ch);
>       |              ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:72:31: error: ‘QString::QString(const char*)’ is private within this context
>    72 |     res += QString("<b>%1</b>").arg(mTitle);
>       |                               ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:73:12: error: ‘QString& QString::operator+=(const char*)’ is private within this context
>    73 |     res += "<table width='100%'>";
>       |            ^~~~~~~~~~~~~~~~~~~~~~
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:971:14: note: declared private here
>   971 |     QString &operator+=(const char *s);
>       |              ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:82:31: error: ‘QString::QString(const char*)’ is private within this context
>    82 |                        "</tr>").arg(row.first, row.second);
>       |                               ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:85:12: error: ‘QString& QString::operator+=(const char*)’ is private within this context
>    85 |     res += "</table>";
>       |            ^~~~~~~~~~
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:971:14: note: declared private here
>   971 |     QString &operator+=(const char *s);
>       |              ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp: In member function ‘QString TechInfoTable::text(int) const’:
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:92:26: error: ‘QString::QString(const char*)’ is private within this context
>    92 |     res += QString("%1\n").arg(mTitle);
>       |                          ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:97:36: error: ‘QString::QString(const char*)’ is private within this context
>    97 |         res += QString("  %1  %2\n")
>       |                                    ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp: In member function ‘QString TechnicalInfo::html() const’:
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:121:16: error: ‘QString& QString::operator+=(const char*)’ is private within this context
>   121 |         res += "<br><br>";
>       |                ^~~~~~~~~~
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:971:14: note: declared private here
>   971 |     QString &operator+=(const char *s);
>       |              ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp: In member function ‘QString TechnicalInfo::text() const’:
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:136:16: error: ‘QString& QString::operator+=(const char*)’ is private within this context
>   136 |         res += "\n\n";
>       |                ^~~~~~
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:971:14: note: declared private here
>   971 |     QString &operator+=(const char *s);
>       |              ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp: In constructor ‘TechnicalInfo::TechnicalInfo()’:
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:159:64: error: ‘QString::QString(const char*)’ is private within this context
>   159 |     table = newTable("LXQt Desktop Toolbox - Technical Info<p>");
>       |                                                                ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:163:32: error: ‘QString::QString(const char*)’ is private within this context
>   163 |     QString buildType("Release");
>       |                                ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:166:58: error: ‘QString::QString(const char*)’ is private within this context
>   166 |     table->add("LXQt About Version",   LXQT_ABOUT_VERSION);
>       |                                                          ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:166:58: error: use of deleted function ‘QVariant::QVariant(const char*)’
>   166 |     table->add("LXQt About Version",   LXQT_ABOUT_VERSION);
>       |                                                          ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:35,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:519:12: note: declared here
>   519 |     inline QVariant(const char *) = delete;
>       |            ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:167:52: error: ‘QString::QString(const char*)’ is private within this context
>   167 |     table->add("LXQt Version",         LXQT_VERSION);
>       |                                                    ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:167:52: error: use of deleted function ‘QVariant::QVariant(const char*)’
>   167 |     table->add("LXQt Version",         LXQT_VERSION);
>       |                                                    ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:35,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:519:12: note: declared here
>   519 |     inline QVariant(const char *) = delete;
>       |            ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:168:50: error: ‘QString::QString(const char*)’ is private within this context
>   168 |     table->add("Qt",                   qVersion());
>       |                                                  ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:168:50: error: use of deleted function ‘QVariant::QVariant(const char*)’
>   168 |     table->add("Qt",                   qVersion());
>       |                                                  ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:35,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:519:12: note: declared here
>   519 |     inline QVariant(const char *) = delete;
>       |            ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:169:49: error: ‘QString::QString(const char*)’ is private within this context
>   169 |     table->add("Build type",           buildType);
>       |                                                 ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:170:56: error: ‘QString::QString(const char*)’ is private within this context
>   170 |     table->add("System Configuration", LXQT_ETC_XDG_DIR);
>       |                                                        ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:170:56: error: use of deleted function ‘QVariant::QVariant(const char*)’
>   170 |     table->add("System Configuration", LXQT_ETC_XDG_DIR);
>       |                                                        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:35,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:519:12: note: declared here
>   519 |     inline QVariant(const char *) = delete;
>       |            ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:171:54: error: ‘QString::QString(const char*)’ is private within this context
>   171 |     table->add("Share Directory",      LXQT_SHARE_DIR);
>       |                                                      ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:171:54: error: use of deleted function ‘QVariant::QVariant(const char*)’
>   171 |     table->add("Share Directory",      LXQT_SHARE_DIR);
>       |                                                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:35,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:519:12: note: declared here
>   519 |     inline QVariant(const char *) = delete;
>       |            ^~~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:172:90: error: ‘QString::QString(const char*)’ is private within this context
>   172 |     table->add("Translations",         Translator::translationSearchPaths().join("<br>\n"));
>       |                                                                                          ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:172:91: error: ‘QString::QString(const char*)’ is private within this context
>   172 |     table->add("Translations",         Translator::translationSearchPaths().join("<br>\n"));
>       |                                                                                           ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:176:40: error: ‘QString::QString(const char*)’ is private within this context
>   176 |     table = newTable("User Directories");
>       |                                        ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:179:63: error: ‘QString::QString(const char*)’ is private within this context
>   179 |     table->add("Xdg Data Home",        xdgDirs.dataHome(false));
>       |                                                               ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:180:65: error: ‘QString::QString(const char*)’ is private within this context
>   180 |     table->add("Xdg Config Home",      xdgDirs.configHome(false));
>       |                                                                 ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:181:67: error: ‘QString::QString(const char*)’ is private within this context
>   181 |     table->add("Xdg Data Dirs",        xdgDirs.dataDirs().join(":"));
>       |                                                                   ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:181:68: error: ‘QString::QString(const char*)’ is private within this context
>   181 |     table->add("Xdg Data Dirs",        xdgDirs.dataDirs().join(":"));
>       |                                                                    ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:182:64: error: ‘QString::QString(const char*)’ is private within this context
>   182 |     table->add("Xdg Cache Home",       xdgDirs.cacheHome(false));
>       |                                                                ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:183:60: error: ‘QString::QString(const char*)’ is private within this context
>   183 |     table->add("Xdg Runtime Home",     xdgDirs.runtimeDir());
>       |                                                            ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:184:77: error: ‘QString::QString(const char*)’ is private within this context
>   184 |     table->add("Xdg Autostart Dirs",   xdgDirs.autostartDirs().join("<br>\n"));
>       |                                                                             ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:184:78: error: ‘QString::QString(const char*)’ is private within this context
>   184 |     table->add("Xdg Autostart Dirs",   xdgDirs.autostartDirs().join("<br>\n"));
>       |                                                                              ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:185:68: error: ‘QString::QString(const char*)’ is private within this context
>   185 |     table->add("Xdg Autostart Home",   xdgDirs.autostartHome(false));
>       |                                                                    ^
> 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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /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/x86_64-linux-gnu/qt5/QtCore/qstring.h:2164,
>                  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/QList:1,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.h:32,
>                  from /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h: In instantiation of ‘static void QConcatenable<QStringBuilder<A, B> >::appendTo(const type&, T*&) [with T = QChar; A = QString; B = char [2]; QConcatenable<QStringBuilder<A, B> >::type = QStringBuilder<QString, char [2]>]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:118:56:   required from ‘T QStringBuilder<A, B>::convertTo() const [with T = QString; A = QString; B = char [2]]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:131:61:   required from ‘QStringBuilder<A, B>::operator QStringBuilder<A, B>::ConvertTo() const [with A = QString; B = char [2]; QStringBuilder<A, B>::ConvertTo = QString]’
> /<<PKGBUILDDIR>>/aboutdialog/technicalinfo.cpp:98:54:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:429:35: error: cannot convert ‘QChar*’ to ‘char*&’
>   429 |         QConcatenable<B>::appendTo(p.b, out);
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:318:57: note:   initializing argument 2 of ‘static void QConcatenable<const char [N]>::appendTo(const char*, char*&) [with int N = 2]’
>   318 |     static inline void appendTo(const char a[N], char *&out)
>       |                                                  ~~~~~~~^~~
> make[3]: *** [CMakeFiles/lxqt-about.dir/build.make:283: CMakeFiles/lxqt-about.dir/aboutdialog/technicalinfo.cpp.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/lxqt-about_0.14.1-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 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.



More information about the pkg-lxqt-devel mailing list