Your message dated Wed, 01 Aug 2018 14:11:16 +0000
with message-id <e1fkrqo-000awz...@fasolo.debian.org>
and subject line Bug#897792: fixed in libqaccessibilityclient 0.2.0-1
has caused the Debian Bug report #897792,
regarding libqaccessibilityclient: ftbfs with GCC-8
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 ow...@bugs.debian.org
immediately.)
--
897792: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897792
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libqaccessibilityclient
Version: 0.1.1-5
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/libqaccessibilityclient_0.1.1-5_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html
[...]
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DQACCESSIBILITYCLIENT_LIBRARY -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-Dqaccessibilityclient_EXPORTS
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/qaccessibilityclient_autogen/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -isystem
/usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem
/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fvisibility=hidden -fvisibility-inlines-hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -fPIC -o
CMakeFiles/qaccessibilityclient.dir/qaccessibilityclient/registry.cpp.o -c
/<<PKGBUILDDIR>>/src/qaccessibilityclient/registry.cpp
In file included from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry.h:27,
from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry.cpp:21:
/<<PKGBUILDDIR>>/src/qaccessibilityclient/accessibleobject.h:718:81: error:
'QDebug QAccessibleClient::operator<<(QDebug, const
QAccessibleClient::AccessibleObject&)' should have been declared inside
'QAccessibleClient'
friend QDebug QAccessibleClient::operator<<(QDebug, const AccessibleObject
&);
^
In file included from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry_p.h:38,
from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry.cpp:22:
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h: In member function
'virtual bool QAccessibleClient::CacheWeakStrategy::remove(const QString&)':
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h:59:5: warning: no
return statement in function returning non-void [-Wreturn-type]
}
^
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h: In member function
'virtual bool QAccessibleClient::CacheStrongStrategy::remove(const QString&)':
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h:100:5: warning: no
return statement in function returning non-void [-Wreturn-type]
}
^
make[3]: *** [src/CMakeFiles/qaccessibilityclient.dir/build.make:92:
src/CMakeFiles/qaccessibilityclient.dir/qaccessibilityclient/registry.cpp.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DQACCESSIBILITYCLIENT_LIBRARY -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-Dqaccessibilityclient_EXPORTS
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/qaccessibilityclient_autogen/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -isystem
/usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem
/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fvisibility=hidden -fvisibility-inlines-hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -fPIC -o
CMakeFiles/qaccessibilityclient.dir/qaccessibilityclient/registry_p.cpp.o -c
/<<PKGBUILDDIR>>/src/qaccessibilityclient/registry_p.cpp
In file included from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry.h:27,
from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry_p.h:34,
from
/<<PKGBUILDDIR>>/src/qaccessibilityclient/registry_p.cpp:21:
/<<PKGBUILDDIR>>/src/qaccessibilityclient/accessibleobject.h:718:81: error:
'QDebug QAccessibleClient::operator<<(QDebug, const
QAccessibleClient::AccessibleObject&)' should have been declared inside
'QAccessibleClient'
friend QDebug QAccessibleClient::operator<<(QDebug, const AccessibleObject
&);
^
In file included from /<<PKGBUILDDIR>>/src/qaccessibilityclient/registry_p.h:38,
from
/<<PKGBUILDDIR>>/src/qaccessibilityclient/registry_p.cpp:21:
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h: In member function
'virtual bool QAccessibleClient::CacheWeakStrategy::remove(const QString&)':
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h:59:5: warning: no
return statement in function returning non-void [-Wreturn-type]
}
^
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h: In member function
'virtual bool QAccessibleClient::CacheStrongStrategy::remove(const QString&)':
/<<PKGBUILDDIR>>/src/qaccessibilityclient/cachestrategy_p.h:100:5: warning: no
return statement in function returning non-void [-Wreturn-type]
}
^
make[3]: *** [src/CMakeFiles/qaccessibilityclient.dir/build.make:105:
src/CMakeFiles/qaccessibilityclient.dir/qaccessibilityclient/registry_p.cpp.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DQACCESSIBILITYCLIENT_LIBRARY -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-Dqaccessibilityclient_EXPORTS
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/qaccessibilityclient_autogen/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -isystem
/usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem
/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fvisibility=hidden -fvisibility-inlines-hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -fPIC -o
CMakeFiles/qaccessibilityclient.dir/atspi/dbusconnection.cpp.o -c
/<<PKGBUILDDIR>>/src/atspi/dbusconnection.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DQACCESSIBILITYCLIENT_LIBRARY -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-Dqaccessibilityclient_EXPORTS
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/qaccessibilityclient_autogen/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -isystem
/usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem
/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fvisibility=hidden -fvisibility-inlines-hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -fPIC -o
CMakeFiles/qaccessibilityclient.dir/atspi/qt-atspi.cpp.o -c
/<<PKGBUILDDIR>>/src/atspi/qt-atspi.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:90:
src/CMakeFiles/qaccessibilityclient.dir/all] Error 2
make[1]: *** [Makefile:133: all] Error 2
dh_auto_build: cd obj-x86_64-linux-gnu && make -j8 -Oline returned exit code 2
make: *** [debian/rules:13: build-arch] Error 25
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: libqaccessibilityclient
Source-Version: 0.2.0-1
We believe that the bug you reported is fixed in the latest version of
libqaccessibilityclient, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pino Toscano <p...@debian.org> (supplier of updated libqaccessibilityclient
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 22 Jul 2018 23:04:19 +0200
Source: libqaccessibilityclient
Binary: libqaccessibilityclient-qt5-dev libqaccessibilityclient-qt5-0
Architecture: source amd64
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Pino Toscano <p...@debian.org>
Description:
libqaccessibilityclient-qt5-0 - helper to make writing accessibility tools
easier
libqaccessibilityclient-qt5-dev - helper to make writing accessibility tools
easier -- development
Closes: 875035 897792
Changes:
libqaccessibilityclient (0.2.0-1) unstable; urgency=medium
.
* Team upload.
.
[ Maximiliano Curia ]
* Update vcs and homepage fields
.
[ Pino Toscano ]
* New upstream release.
* Switch watch file to use "unstable" releases, even if the latest looks
stable.
* Build with Qt5 instead of Qt4: (Closes: #875035)
- switch libqt4-dev build & runtime dependency to qtbase5-dev
- adapt the names of the binaries to the new library name:
- libqaccessibilityclient0 -> libqaccessibilityclient-qt5-0
- libqaccessibilityclient-dev -> libqaccessibilityclient-qt5-dev
- update install files
- update symbols file
* Update the patches:
- upstream_qt4-link-to-QtGui.patch: drop, backported from upstream
* Backport upstream commit f5a27fab1eda69c6cca24463868262f487977aac to fix
the destructor of an internal class; patch
upstream_Add-missing-virtual-destructor.patch.
* Backport upstream commit 34f6084ff3ba1dd025cae17e5d114caff1d7fa6f to fix
build with newer versions of GCC/Clang; patch
upstream_Compile-with-clang-and-make-sure-qHash-works-with-Ac.patch.
(Closes: #897792)
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Use https for Format in copyright.
* Bump Standards-Version to 4.1.5, no changes required.
Checksums-Sha1:
6468d7cd745da27521b379ac6751b78f2e928717 2329
libqaccessibilityclient_0.2.0-1.dsc
a2e8ab7e784aba1daec87d1d90a222c08db9538e 103280
libqaccessibilityclient_0.2.0.orig.tar.xz
62bf7ac9018e1f824dfefcfe858cb8ecd75d17ed 6640
libqaccessibilityclient_0.2.0-1.debian.tar.xz
52a07721e407afefc4600e41e9c2d914d25a748a 1304244
libqaccessibilityclient-qt5-0-dbgsym_0.2.0-1_amd64.deb
f916b0fb792cda870e914a79b01bf3e5851f9f95 76704
libqaccessibilityclient-qt5-0_0.2.0-1_amd64.deb
17c0528bdeb2bf6ab8cf022daf817f6652f438b5 14100
libqaccessibilityclient-qt5-dev_0.2.0-1_amd64.deb
735aa1c844a4369da9e15b348aab048ddc5d2ba6 11669
libqaccessibilityclient_0.2.0-1_amd64.buildinfo
Checksums-Sha256:
3a4b6873f817b7ff7d1edc639d82d51b16f94e74ecb9926e966661305895a4c3 2329
libqaccessibilityclient_0.2.0-1.dsc
d5e8f4dc91bc1b56029e12328a9e02d5c310939b01998f030202203c5edb2e61 103280
libqaccessibilityclient_0.2.0.orig.tar.xz
9de9cbfdb13de1e9538c2a6e3787c28780029c85b27ded65462722aea380763b 6640
libqaccessibilityclient_0.2.0-1.debian.tar.xz
e3588aa0d94c7bca4253bc13ae71eb5f310bf76543e6beea0bba408af50a71ca 1304244
libqaccessibilityclient-qt5-0-dbgsym_0.2.0-1_amd64.deb
1ce0ccbbed187023cc71276a4f515903c6c176384412b5b1ec8ee1af3c0c5f97 76704
libqaccessibilityclient-qt5-0_0.2.0-1_amd64.deb
b3d42b1e92f3e780b918aae6917c6db2187116c36778a2763b08a2d6db8435dc 14100
libqaccessibilityclient-qt5-dev_0.2.0-1_amd64.deb
4408baa6798c8e6f5c0679f36f89b5f5f7ba6b1ffc116cf5adad0810b388d58c 11669
libqaccessibilityclient_0.2.0-1_amd64.buildinfo
Files:
6a951f44666c5d544de050f691652040 2329 libs optional
libqaccessibilityclient_0.2.0-1.dsc
aca31a0cceb1b0255fb457f36951af07 103280 libs optional
libqaccessibilityclient_0.2.0.orig.tar.xz
f24559370fd21c96bd305f71edbf5df3 6640 libs optional
libqaccessibilityclient_0.2.0-1.debian.tar.xz
9fa844ec8c49623b0923637a29f5455e 1304244 debug optional
libqaccessibilityclient-qt5-0-dbgsym_0.2.0-1_amd64.deb
775fe6afd384dc73e540ef8f75cace69 76704 libs optional
libqaccessibilityclient-qt5-0_0.2.0-1_amd64.deb
3ff5bf125b1fd0df95ed0157a8eb1feb 14100 libdevel optional
libqaccessibilityclient-qt5-dev_0.2.0-1_amd64.deb
699bc57fd13c79ee24238c11ed167999 11669 libs optional
libqaccessibilityclient_0.2.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAltU8f0ACgkQLRkciEOx
P01hWg//S3nhhsISGZazPClZadAX+/RlAOzThxJUduzMxVYPGm3fVac76NxT4XP8
fawDpXkXdpXFtvfVSwyk/EwQo7q3MZd9Sglwl9CZQrbul7/M2jFNthulpqwrqYC8
+2MqNJ6KWmSPNn7x2WAhib3FqrRWoyd1ns7Nu9xWwW5oqq/JZPqnCajl4Kuw3cJs
ymqJJ3MDT39xd5GvlHs16o9K3u1jRi2+lhK8aJJNq03eSNeBI5PS0PGd9Bb6dlLF
FUVIHKBLRbw9QXiOeYVjCRQCm0T5u73hVcX6FU+g7VBdBPqMtpOJZxUz7n6l9fwO
oqXBjf8flNF/11+5gDYhItiIN5Jb1wHF816vBPv4fsp11Huh7KrhnY+MQZcXFfOa
ZeK3WHLCCeJEybc9tPuNPEy7tUQWtnZJLelNLccnAFDsRLbn9jMWjlPC72flaw0Q
IZ7lUWCH7wMZJ0pLxEB28YZf1lsT29WCcIvoPBzeEBlz4bvGTrLulHp57MQoZlNa
RUifdpFCmRlDjQugI9eugybhiHvaLk9guP31zWURGSYzdPPE914sex512AngIAm+
GyztTJVLLz96SpkvwS+oGKy0lalapEC98JL/YLYwbhvHoqoRQZrVHfSm4MHU2Wiu
MN1k9hWrm0E+22Y/Qzk6fZ/02+cjWihJuQaej6iFjyYUEIEzBmQ=
=avLJ
-----END PGP SIGNATURE-----
--- End Message ---