Your message dated Wed, 06 Jan 2021 08:15:41 +0000
with message-id <[email protected]>
and subject line Bug#978196: fixed in lxqt-about 0.16.0-1
has caused the Debian Bug report #978196,
regarding lxqt-about: FTBFS: translatorsinfo.h:46:92: 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.)


-- 
978196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978196
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: lxqt-about
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
lxqt-about, 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 lxqt-about 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: Wed, 06 Jan 2021 15:43:27 +0800
Source: lxqt-about
Architecture: source
Version: 0.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 978196
Changes:
 lxqt-about (0.16.0-1) unstable; urgency=medium
 .
   [ Alf Gaida ]
   * Switched to gbp
   * Bumped Standards-Version to 4.4.0, no changes needed
 .
   [ Andrew Lee (李健秋) ]
   * New upstream release. (Closes: #978196)
   * debian/control: update build-deps.
Checksums-Sha1:
 0efacb69103ed5985c866f2d974d1bfff4351b86 2445 lxqt-about_0.16.0-1.dsc
 80d26b0a02b038b302367e9045ec55a3207c9ced 38660 lxqt-about_0.16.0.orig.tar.xz
 66923fa1bde5c6ddc9eb8788fc4e2a0d385b8c2d 862 lxqt-about_0.16.0.orig.tar.xz.asc
 5de9ea9360383b6299c87be37d6f0c7cee1f1344 5988 lxqt-about_0.16.0-1.debian.tar.xz
 3f58750ada92257c5002f96907f48e01deb2bae9 5821 
lxqt-about_0.16.0-1_source.buildinfo
Checksums-Sha256:
 ff75416ec77b1069c4b954fdbbbc02f1cac73ee210eb4539a5cdf38d6c5ef029 2445 
lxqt-about_0.16.0-1.dsc
 b7aaeb2a677b049f7df59fc27eab61721afc066d6064ca333ce55dd698247b6c 38660 
lxqt-about_0.16.0.orig.tar.xz
 0f0d15cd9ebb4b8f7bab35062455f99091fb10d4510e5c38e6f40a547022302c 862 
lxqt-about_0.16.0.orig.tar.xz.asc
 39a61ba9f2664e7b3be0804b9e86a63ae6ca6c5a51cf2898a620a5074d29963c 5988 
lxqt-about_0.16.0-1.debian.tar.xz
 8608fe76b2c005898a41a193de00ef55d861b40b06b4757aa06792cf75e090ec 5821 
lxqt-about_0.16.0-1_source.buildinfo
Files:
 7c02548ad1e152dccccf8fc8a07a8c8c 2445 x11 optional lxqt-about_0.16.0-1.dsc
 da38dc1c5e16b8fda9e63e46385d2486 38660 x11 optional 
lxqt-about_0.16.0.orig.tar.xz
 dcd62d6c0d23079059e7afd93539695c 862 x11 optional 
lxqt-about_0.16.0.orig.tar.xz.asc
 21f208e543f730c47c694c413d41f232 5988 x11 optional 
lxqt-about_0.16.0-1.debian.tar.xz
 aa9bf1a0e71dde18555234f3badf0d1a 5821 x11 optional 
lxqt-about_0.16.0-1_source.buildinfo

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

iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAl/1bAgACgkQ58vhUqwX
+XPkkQ/+N5mbwwBzd1kTQnck6/Uod2aq5F8DZJytn5ZYJZwcmAkJ2B63hS6Rf+uW
UwXfJDJZXxHaRWA3WnfI2jk0r4S7LEB8o2Hb/n9OolNTHL/P3zQTcDzaSa3dmEe4
oEqoEAgGK2LFKMKozw/XlIN+ee6N82Mdr/scHCDtilW1/RWQ8PUAscnnNQLH2Sg2
C3Xy2ABqlp4xqY8Sup+JK1r42ma683XwBmy+RF8HCrMbeHUv5dWNa1UR1AcK474r
iYbXBQh1+JgYXKC9IzObQlMuv1PSIRgaR/aXzuggfx6ESo+pijEVrQWRv5bqmF+C
OGXbP4XdNijUJoOp+nR4IeByn4xAB6iLU9A6HO6KMD6xYoKyyI3qlsg/t4+7Ebk0
rL1aQB8p4BTXUYfxLm2EweepGSdLqsIyA28j95N59pAPXfZ/r3fSWtR2VA2yvVaF
gDq+QTf6quXMCvZlb5UX1f+bWum4CiDRUQtSG4TllL6ZDX8GgBvjEwDNKCiixiGF
ZGS5wEXrN3AqhjZQKDZx+Il3qXQy7op8gKZV5BhFRd9p4ctgqiOXWmqxIejpHptr
EOgNxnpQ94IEXAGu2vklyciK3f+2Ac/KyWNj58PNgP8tPD8rUQ6iKTxwVzinBpzd
Z9CPcwZTtkeSvw+GuF4fbCNRSAfOquFaMyq30eOuWDr1IpsSD1I=
=VMl8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to