Your message dated Wed, 06 Jan 2021 09:34:10 +0000
with message-id <[email protected]>
and subject line Bug#964648: fixed in lxqt-globalkeys 0.16.0-1
has caused the Debian Bug report #964648,
regarding lxqt-globalkeys: FTBFS: core.cpp:476:36: error: ‘QFile’ has not been 
declared
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.)


-- 
964648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lxqt-globalkeys
Version: 0.14.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 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/config && /usr/bin/c++  
> -DLXQT_DATA_DIR=\"/usr/share\" -DLXQT_ETC_XDG_DIR=\"/etc/xdg\" 
> -DLXQT_GLOBALKEYS_VERSION=\"0.14.3\" 
> -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/config -I/<<PKGBUILDDIR>>/config 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/config/lxqt-config-globalkeyshortcuts_autogen/include
>  -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/lxqt 
> -isystem /usr/include/lxqt/LXQt -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 -fPIE -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC 
> -std=gnu++14 -o 
> CMakeFiles/lxqt-config-globalkeyshortcuts.dir/default_model.cpp.o -c 
> /<<PKGBUILDDIR>>/config/default_model.cpp
> /<<PKGBUILDDIR>>/daemon/core.cpp: In constructor ‘Core::Core(bool, bool, int, 
> const QStringList&, bool, MultipleActionsBehaviour, QObject*)’:
> /<<PKGBUILDDIR>>/daemon/core.cpp:476:36: error: ‘QFile’ has not been declared
>   476 |                 userConfigExists = QFile::exists(configs[0]); // user 
> config has priority
>       |                                    ^~~~~
> [ 70%] Building CXX object 
> client/CMakeFiles/lxqt-globalkeys.dir/org.lxqt.global_key_shortcuts.native.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/client && /usr/bin/c++  
> -DLXQT_DATA_DIR=\"/usr/share\" -DLXQT_ETC_XDG_DIR=\"/etc/xdg\" 
> -DLXQT_GLOBALKEYS_VERSION=\"0.14.3\" 
> -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_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DSHARED_EXPORT=Q_DECL_EXPORT 
> -Dlxqt_globalkeys_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/client 
> -I/<<PKGBUILDDIR>>/client 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/client/lxqt-globalkeys_autogen/include
>  -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/QtDBus  -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC 
> -std=gnu++14 -o 
> CMakeFiles/lxqt-globalkeys.dir/org.lxqt.global_key_shortcuts.native.cpp.o -c 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/client/org.lxqt.global_key_shortcuts.native.cpp
> make[3]: *** [daemon/CMakeFiles/lxqt-globalkeysd.dir/build.make:125: 
> daemon/CMakeFiles/lxqt-globalkeysd.dir/core.cpp.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/07/09/lxqt-globalkeys_0.14.3-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!

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-globalkeys
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-globalkeys, 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-globalkeys 
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 17:04:29 +0800
Source: lxqt-globalkeys
Architecture: source
Version: 0.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 964648
Changes:
 lxqt-globalkeys (0.16.0-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #964648)
Checksums-Sha1:
 33c0010e02add1cffea21f0333af68145b5de80b 2875 lxqt-globalkeys_0.16.0-1.dsc
 82a28fa8bfcaee25b3902d879e61fb31ebe93002 69812 
lxqt-globalkeys_0.16.0.orig.tar.xz
 c7025fbc442dc7ff15f4f12fa7159cb1cb9fe483 862 
lxqt-globalkeys_0.16.0.orig.tar.xz.asc
 1bd518922bced7c21cf50a7336edc021fc6c8de1 7548 
lxqt-globalkeys_0.16.0-1.debian.tar.xz
 ce67e17cb4179c3af90443dd1c22cc600c54a2be 5945 
lxqt-globalkeys_0.16.0-1_source.buildinfo
Checksums-Sha256:
 7ed4edda4b8835979787e3d670df34b3de7a249003e6ce8d36c25bbef54d1559 2875 
lxqt-globalkeys_0.16.0-1.dsc
 9245d93a98960eee655f87ee9c3bb839580a7e6589c8540d0af73489eff1d1ed 69812 
lxqt-globalkeys_0.16.0.orig.tar.xz
 69d548e68be8e3135d58092751ec6f591a63aef2bc5a2faacbcab13b422477c7 862 
lxqt-globalkeys_0.16.0.orig.tar.xz.asc
 ec9723fc98842ea37a11948892f4409db09c7ed505eb39bd3ad31785f65b8c32 7548 
lxqt-globalkeys_0.16.0-1.debian.tar.xz
 ea2bf56810f0f81e12a1c937758d6bf78e62d22b0e9f9d3e932f604a00f16a2c 5945 
lxqt-globalkeys_0.16.0-1_source.buildinfo
Files:
 034ce0bbeb727c0f3d1df2039b903e95 2875 x11 optional lxqt-globalkeys_0.16.0-1.dsc
 8ce624e332ed9aea646f8db0c222e522 69812 x11 optional 
lxqt-globalkeys_0.16.0.orig.tar.xz
 76c448d5d8f59a3c36b2798f27ccc95d 862 x11 optional 
lxqt-globalkeys_0.16.0.orig.tar.xz.asc
 1a68a24ebcb2b79c9863295dc6ecc061 7548 x11 optional 
lxqt-globalkeys_0.16.0-1.debian.tar.xz
 0960b68f4b8ffe70c91c4a98e11b70d6 5945 x11 optional 
lxqt-globalkeys_0.16.0-1_source.buildinfo

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

iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAl/1gEsACgkQ58vhUqwX
+XPTbA//cW2WxXmJ9PKgI1DLQWvhIBZHHuJ+BCUxQGFy4JaH2fZmIOM/sV28WR2m
f5GL0Ft+gmuWm9ERfYPfN+tZcElQu62RT0e5hWt8EGBF52uKa+nlRRI5rEqLmdDO
BpBssr09hetVGDC7yS+FyrwI2TKhj4cw3/BAVzdX1/9i5Rgpht9UpFi3kZ9eMqk/
5Yb8CtAzQWCQAIWCAsC6kJJRaRK7bjxHwyymiFS5/atN5vK9rA1QYo+coNeQ/Wgh
p0Hdx3Hw4i10OeW7bg8cQo0qkoDOLOt4fBYmWOsAj2L8cfXCp4/lXhwnNU1jBBcX
V/ersyY2N24bnyAOIwGjfOdD91ITUTmRl/5AroSR+tsI5QDD6069Da1qReVWF3pj
ylYshLisOP6J4fURdfzAmyDPdGF3UhjEHakoRVHuO7LkVard/93XOgF2QXcmG+3v
/QjYTsmGQ9+48B6y4XYbdQmsM3+nyLbOUcmski4L22/IRp780hkWW2CQydff1o4P
U7lrNO6w39BB9wSGwrqERj4TiCic3xAcToKffU52ia24ra08pr50OXCN7RWxMjFh
fKIA6mTw6ihzCcDhedRo/AtUcP5EMxbI/XPiwHqkUuifXZkoOAWqB+bKPAMvIDn5
L6Xzg+20mhdycUvTMYneqLqA66lIOnWD7YKLpvyBG5itTq/bdN0=
=2U/q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to