Your message dated Thu, 07 Jan 2021 12:33:55 +0000 with message-id <[email protected]> and subject line Bug#978168: fixed in obconf-qt 0.16.0-1 has caused the Debian Bug report #978168, regarding obconf-qt: FTBFS: maindialog.cpp:36:51: 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.) -- 978168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978168 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: obconf-qt 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): > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ > -DOBCONFQT_VERSION=\"0.14.1\" -DPACKAGE_DATA_DIR=\"/usr/share/obconf-qt\" > -DPIXMAPS_DIR=\"/usr/share/pixmaps\" -DQT_CORE_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_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB > -DTHEME_DIR=\"/usr/share/openbox/themes\" > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/obconf-qt_autogen/include > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/openbox/3.6 -I/usr/include/pango-1.0 -I/usr/include/fribidi > -I/usr/include/harfbuzz -I/usr/include/librsvg-2.0 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid > -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid > -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 > -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWidgets -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/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 > -DQT_NO_KEYWORDS -O2 -g -DNDEBUG -fPIE -fvisibility=hidden > -fvisibility-inlines-hidden -fPIC -std=c++14 -o > CMakeFiles/obconf-qt.dir/appearance.cpp.o -c > /<<PKGBUILDDIR>>/src/appearance.cpp > /<<PKGBUILDDIR>>/src/maindialog.cpp: In constructor > ‘Obconf::MainDialog::MainDialog()’: > /<<PKGBUILDDIR>>/src/maindialog.cpp:36:51: error: ‘QString::QString(const > char*)’ is private within this context > 36 | setWindowIcon(QIcon(PIXMAPS_DIR "/obconf-qt.png")); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44, > from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1, > from /<<PKGBUILDDIR>>/src/maindialog.h:24, > from /<<PKGBUILDDIR>>/src/maindialog.cpp:24: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared > private here > 973 | QString(const char *ch); > | ^~~~~~~ > /<<PKGBUILDDIR>>/src/maindialog.cpp: In destructor ‘virtual > Obconf::MainDialog::~MainDialog()’: > /<<PKGBUILDDIR>>/src/maindialog.cpp:59:28: warning: cast between incompatible > function types from ‘void (*)(gpointer)’ {aka ‘void (*)(void*)’} to ‘GFunc’ > {aka ‘void (*)(void*, void*)’} [-Wcast-function-type] > 59 | g_list_foreach(themes, (GFunc)g_free, NULL); > | ^~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/src/appearance.cpp: In member function ‘void > Obconf::MainDialog::appearance_setup_tab()’: > /<<PKGBUILDDIR>>/src/appearance.cpp:43:34: error: ‘QString::QString(const > char*)’ is private within this context > 43 | ui.title_layout->setText(layout); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44, > from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1, > from /<<PKGBUILDDIR>>/src/maindialog.h:24, > from /<<PKGBUILDDIR>>/src/appearance.cpp:23: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared > private here > 973 | QString(const char *ch); > | ^~~~~~~ > /<<PKGBUILDDIR>>/src/appearance.cpp: In function ‘RrFont* > read_font(Fm::FontButton*, const gchar*, gboolean)’: > /<<PKGBUILDDIR>>/src/appearance.cpp:170:23: error: ‘QString::QString(const > char*)’ is private within this context > 170 | qfont.setFamily(name); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44, > from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1, > from /<<PKGBUILDDIR>>/src/maindialog.h:24, > from /<<PKGBUILDDIR>>/src/appearance.cpp:23: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared > private here > 973 | QString(const char *ch); > | ^~~~~~~ > /<<PKGBUILDDIR>>/src/appearance.cpp: In function ‘RrFont* > write_font(Fm::FontButton*, const gchar*)’: > /<<PKGBUILDDIR>>/src/appearance.cpp:200:30: error: ‘QString::QString(const > char*)’ is private within this context > 200 | QString size = QString("%1").arg(qfont.pointSize()); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44, > from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1, > from /<<PKGBUILDDIR>>/src/maindialog.h:24, > from /<<PKGBUILDDIR>>/src/appearance.cpp:23: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared > private here > 973 | QString(const char *ch); > | ^~~~~~~ > make[3]: *** [src/CMakeFiles/obconf-qt.dir/build.make:236: > src/CMakeFiles/obconf-qt.dir/maindialog.cpp.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/12/26/obconf-qt_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: obconf-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 obconf-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 obconf-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 20:01:08 +0800 Source: obconf-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: 978168 Changes: obconf-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 ] * debian/copyright: use spaces rather than tabs to start continuation lines. * Set upstream metadata fields: Repository, Repository-Browse. * 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: #978168) Checksums-Sha1: 0ffb270f88839a085edf0b898418255d14ced0eb 2437 obconf-qt_0.16.0-1.dsc 0c53ee9d41c6963a72fbd5da420a301ea6095300 101588 obconf-qt_0.16.0.orig.tar.xz 53263861543fc1d2ab7ae81a8fde68215f6a41ba 862 obconf-qt_0.16.0.orig.tar.xz.asc 0cec2af03b440d6d68b140fb0ecf6a3cd7bbe31c 6328 obconf-qt_0.16.0-1.debian.tar.xz Checksums-Sha256: 0ef3989371a90e046fd958524eb174043be68eb5c8149d952848de354528ca59 2437 obconf-qt_0.16.0-1.dsc 64c6cf341a5cb9249d531c6bb109e59bf9eb01bb65fcad1638c32839c4f0b0a4 101588 obconf-qt_0.16.0.orig.tar.xz 74124034c900f1d052542b94ee6787ec0777b4d0b6cffc6925fd2f8a9952a2f2 862 obconf-qt_0.16.0.orig.tar.xz.asc 138a690ae31a37698c03f87ac506bf8d0b9bbf4c98576d042cbf82d6fe6262a5 6328 obconf-qt_0.16.0-1.debian.tar.xz Files: 4cf7b670fef3aea5e068117a0f506bc4 2437 utils optional obconf-qt_0.16.0-1.dsc d7d8e56d021390655af6d461e2df9864 101588 utils optional obconf-qt_0.16.0.orig.tar.xz b70dc80d5603b143a02fe848f45e12c0 862 utils optional obconf-qt_0.16.0.orig.tar.xz.asc 00aff83cf7e5570a86665f16a973efd2 6328 utils optional obconf-qt_0.16.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAl/2+QMACgkQ58vhUqwX +XNyFw/+IHL4AZgh1QI1nkIKJYFyh42NF2rqgAX9Zd41AXsRB8ygpQm9Xd8bb/e2 sPIuQBGDngMBXLGWjDgupvm/ajtBsj1rEcYqnFIYYlzbk+HqrM+Kr5YX2J9vh7xi UiDOQHqBrFKWExPxHLf4u9N/V2LFb28C8D0HtprV7ZbOQcE7MV8RanWUgilJPa6j hETOXCqJQeFejQ328owBn7WFvvLKSahIyOvkV/xmoED0Lv7PZKuAZRMzMsJXhtUU eDJFUyVlBMImlT5+oIvpUNrUa16HW/vvsNLzmUZXy3zAsFUQULv17wOjstInXVah 1HybKM/yVAQ1uveojdwR1vJsik9w/HBRZei/kNBxh2cGrzUEBscjP5lgnKkKGlod thiuhDxKQyMY8kXHDFO3B7TlN+6kzKA8BZas2rUKO1T/5gf8puQm7wER8YgKKzpB Ekfe77JJSj4k3VLGND3Omc24ydLchlYWaF8I0xEk6Y7TuYp5yGWi5RffOZP0rk3b fZFuXFzjVRerP1Kkv8WhCuEsu1R2FE60rqm180Fxpnz0yTtvXSb+43qM8ryniaFj SieDc1Ou4q6gCz87bVJgHaWX3zw1ow1Y6LidponO751K2Ovth6z1xEWkSbPRQ0WS c+6660beA3D+o6L5/rhDcVfl5VF/1IRA67WSr0OioDaXqS9ksBI= =r53V -----END PGP SIGNATURE-----
--- End Message ---

