Your message dated Sat, 13 Jul 2019 15:34:04 +0000
with message-id <[email protected]>
and subject line Bug#925855: fixed in wacomtablet 3.1.1-2
has caused the Debian Bug report #925855,
regarding wacomtablet: ftbfs with GCC-9
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.)
--
925855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925855
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wacomtablet
Version: 3.1.1-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/wacomtablet_3.1.1-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet && /usr/bin/c++
-DHAVE_XCB_XINPUT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet
-I/<<PKGBUILDDIR>>/autotests/faketablet
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet/faketablet_autogen/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/kded -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=c++0x -fno-operator-names -fno-exceptions -Wall
-Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual
-Werror=return-type -Wvla -Wdate-time -fvisibility=hidden
-fvisibility-inlines-hidden -o CMakeFiles/faketablet.dir/faketablet.cpp.o -c
/<<PKGBUILDDIR>>/autotests/faketablet/faketablet.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 8%] Built target doc-user-index-cache-bz2
[ 8%] Built target pofiles-975ceb2857b7ee121b8a66c04b65c90a
[ 8%] Building CXX object
autotests/faketablet/CMakeFiles/faketablet.dir/faketablet_autogen/mocs_compilation.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet && /usr/bin/c++
-DHAVE_XCB_XINPUT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet
-I/<<PKGBUILDDIR>>/autotests/faketablet
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet/faketablet_autogen/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/kded -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=c++0x -fno-operator-names -fno-exceptions -Wall
-Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual
-Werror=return-type -Wvla -Wdate-time -fvisibility=hidden
-fvisibility-inlines-hidden -o
CMakeFiles/faketablet.dir/faketablet_autogen/mocs_compilation.cpp.o -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet/faketablet_autogen/mocs_compilation.cpp
[ 9%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/buttonshortcut.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/buttonshortcut.cpp.o -c
/<<PKGBUILDDIR>>/src/common/buttonshortcut.cpp
[ 9%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/dbustabletinterface.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/dbustabletinterface.cpp.o -c
/<<PKGBUILDDIR>>/src/common/dbustabletinterface.cpp
[ 10%] Linking CXX executable faketablet
[ 11%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/deviceinformation.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests/faketablet && /usr/bin/cmake
-E cmake_link_script CMakeFiles/faketablet.dir/link.txt --verbose=1
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/deviceinformation.cpp.o -c
/<<PKGBUILDDIR>>/src/common/deviceinformation.cpp
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=c++0x -fno-operator-names -fno-exceptions -Wall
-Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual
-Werror=return-type -Wvla -Wdate-time -Wl,--enable-new-dtags -Wl,-z,relro
-Wl,-z,now -rdynamic CMakeFiles/faketablet.dir/faketablet.cpp.o
CMakeFiles/faketablet.dir/faketablet_autogen/mocs_compilation.cpp.o -o
faketablet
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 11%] Built target faketablet
[ 11%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/deviceprofile.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/deviceprofile.cpp.o -c
/<<PKGBUILDDIR>>/src/common/deviceprofile.cpp
[ 11%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/deviceprofileconfigadaptor.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/deviceprofileconfigadaptor.cpp.o -c
/<<PKGBUILDDIR>>/src/common/deviceprofileconfigadaptor.cpp
[ 12%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/deviceproperty.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/deviceproperty.cpp.o -c
/<<PKGBUILDDIR>>/src/common/deviceproperty.cpp
[ 12%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/devicetype.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/devicetype.cpp.o -c
/<<PKGBUILDDIR>>/src/common/devicetype.cpp
[ 13%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/libwacomwrapper.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/libwacomwrapper.cpp.o -c
/<<PKGBUILDDIR>>/src/common/libwacomwrapper.cpp
In file included from /usr/include/c++/9/memory:80,
from /<<PKGBUILDDIR>>/src/common/libwacomwrapper.cpp:24:
/usr/include/c++/9/bits/unique_ptr.h: In instantiation of 'std::unique_ptr<_Tp,
_Dp>::~unique_ptr() [with _Tp = _WacomError; _Dp =
Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>]':
/<<PKGBUILDDIR>>/src/common/libwacomwrapper.cpp:65:53: required from here
/usr/include/c++/9/bits/unique_ptr.h:285:56: error: static assertion failed:
unique_ptr's deleter must be invocable with a pointer
285 | static_assert(__is_invocable<deleter_type&, pointer>::value,
| ^~~~~
/usr/include/c++/9/bits/unique_ptr.h:289:17: error: no match for call to
'(std::unique_ptr<_WacomError, Wacom::libWacomWrapper::lookupTabletInfo(int,
int, Wacom::TabletInformation&)::<lambda(WacomError*&)> >::deleter_type {aka
Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>})
(std::remove_reference<_WacomError*&>::type)'
289 | get_deleter()(std::move(__ptr));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/c++/9/bits/unique_ptr.h:289:17: note: candidate: 'void
(*)(WacomError*&)' {aka 'void (*)(_WacomError*&)'} <conversion>
/usr/include/c++/9/bits/unique_ptr.h:289:17: note: conversion of argument 2
would be ill-formed:
/usr/include/c++/9/bits/unique_ptr.h:289:17: error: cannot bind non-const
lvalue reference of type 'WacomError*&' {aka '_WacomError*&'} to an rvalue of
type 'std::remove_reference<_WacomError*&>::type' {aka '_WacomError*'}
/<<PKGBUILDDIR>>/src/common/libwacomwrapper.cpp:63:25: note: candidate:
'Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>' <near match>
63 | auto errorDeleter = [](WacomError *&e){libwacom_error_free(&e);};
| ^
/<<PKGBUILDDIR>>/src/common/libwacomwrapper.cpp:63:25: note: conversion of
argument 1 would be ill-formed:
In file included from /usr/include/c++/9/memory:80,
from /<<PKGBUILDDIR>>/src/common/libwacomwrapper.cpp:24:
/usr/include/c++/9/bits/unique_ptr.h:289:17: error: cannot bind non-const
lvalue reference of type 'WacomError*&' {aka '_WacomError*&'} to an rvalue of
type 'std::remove_reference<_WacomError*&>::type' {aka '_WacomError*'}
289 | get_deleter()(std::move(__ptr));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/c++/9/bits/unique_ptr.h:362:7: error: 'std::unique_ptr<_Tp,
_Dp>::deleter_type& std::unique_ptr<_Tp, _Dp>::get_deleter() [with _Tp =
_WacomError; _Dp = Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>; std::unique_ptr<_Tp,
_Dp>::deleter_type = Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>]', declared using local type
'std::unique_ptr<_WacomError, Wacom::libWacomWrapper::lookupTabletInfo(int,
int, Wacom::TabletInformation&)::<lambda(WacomError*&)> >::deleter_type' {aka
'Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>'}, is used but never defined
[-fpermissive]
362 | get_deleter() noexcept
| ^~~~~~~~~~~
[ 13%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/mainconfig.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/mainconfig.cpp.o -c
/<<PKGBUILDDIR>>/src/common/mainconfig.cpp
/usr/include/c++/9/bits/unique_ptr.h:153:18: warning:
'std::__uniq_ptr_impl<_Tp, _Dp>::pointer& std::__uniq_ptr_impl<_Tp,
_Dp>::_M_ptr() [with _Tp = _WacomError; _Dp =
Wacom::libWacomWrapper::lookupTabletInfo(int, int,
Wacom::TabletInformation&)::<lambda(WacomError*&)>]' used but never defined
153 | pointer& _M_ptr() { return std::get<0>(_M_t); }
| ^~~~~~
[ 14%] Building CXX object
src/common/CMakeFiles/wacom_common.dir/profilemanager.cpp.o
make[3]: *** [src/common/CMakeFiles/wacom_common.dir/build.make:181:
src/common/CMakeFiles/wacom_common.dir/libwacomwrapper.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++
-DHAVE_XCB_XINPUT -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG
-DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DTRANSLATION_DOMAIN=\"wacomtablet\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common
-I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacom_common_autogen/include
-I/usr/include/libwacom-1.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/KF5/KI18n
-isystem /usr/include/KF5 -isystem /usr/include/KF5/KGlobalAccel -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/KF5/KConfigCore
-isystem /usr/include/KF5/KCoreAddons -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -o
CMakeFiles/wacom_common.dir/profilemanager.cpp.o -c
/<<PKGBUILDDIR>>/src/common/profilemanager.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1111:
src/common/CMakeFiles/wacom_common.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: wacomtablet
Source-Version: 3.1.1-2
We believe that the bug you reported is fixed in the latest version of
wacomtablet, 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.
Dmitry Shachnev <[email protected]> (supplier of updated wacomtablet 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: SHA512
Format: 1.8
Date: Sat, 13 Jul 2019 16:51:24 +0300
Source: wacomtablet
Architecture: source
Version: 3.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 925855
Changes:
wacomtablet (3.1.1-2) unstable; urgency=medium
.
* Team upload, with permission from two Uploaders.
* Backport upstream patch to fix FTBFS with GCC 9 (closes: #925855).
Checksums-Sha1:
88d8838a29427abc28947c8f75aacfba5194ff46 2835 wacomtablet_3.1.1-2.dsc
281074d0b61af57e014f6eea39675b8aefcba436 9852 wacomtablet_3.1.1-2.debian.tar.xz
79a0fc9c03af5fc6d6dcc6b5534378e9c7507fa2 13328
wacomtablet_3.1.1-2_source.buildinfo
Checksums-Sha256:
cf9b10825430d188af384a512b332d46349842a02b98f46b4078a7caff2c6986 2835
wacomtablet_3.1.1-2.dsc
c979da17a86e5e0bf58f4bdc4074942eedf762bca60f83de1a0319cf673f7912 9852
wacomtablet_3.1.1-2.debian.tar.xz
e290d0386c30460295b1042f6890179934c192169b36ff7fb75f0d1e1b6fe115 13328
wacomtablet_3.1.1-2_source.buildinfo
Files:
9d4b47f76b19b280f3d202e5779ed43e 2835 kde optional wacomtablet_3.1.1-2.dsc
4f6bb02679a22b317d5785119d4f6e4c 9852 kde optional
wacomtablet_3.1.1-2.debian.tar.xz
e6eb7e9b5462f929129efad94adf0f33 13328 kde optional
wacomtablet_3.1.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEE8kKZ/xu8kBi5BqTLYCaTbS8ciuAFAl0p9TATHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBgJpNtLxyK4K7VD/0WnDGcRIa79RXEkywFNhdFoDAeRqxF
Aj8qyKI3fHroe4YP8OtXiFo8jee+imfeNofohOCRLyF6xrlKBxhlPPAmFuZqYMO3
T68YFI7UCyCWFyYyb2HE6fgjXt9utdFNcMves0VEh+QjfZTE8PZ7silvI3XYhaTu
A1vTi3yPdOehdkvcaSFgIVisFCDEA3OLblmG3phYkys6fVfwTLJ+ccruQxNyJbAu
SwN/Yt/ywwd++G21tBcOlTT0BcxwQ4qD52YP9IBHEz+5mLnO/KaqZyizfrQIyB53
61fDkSwIMlbavh9nEZvqc1QYcQqueexVhW9QzdEKLFyZJ1Wsr5TRvH2qv/MQB4Zr
7Fr8FPLpeInRXJMcAxpGJQG61hlPdZtAfipaZoHu1tdBjGhYB6PFuwH+lZVcjQqM
jWw6e1kDvcQHCGBMqKF1Yxk9H5OKQjZ1zSchYp0GbSEFEwhUSe64jYSlXhFMP4t4
t5IopsL2QhZ/LURJEUbKrGZn8j3DwDCb6tZYSlI2HDalwoNw9xn/MY4Rma4d9MFg
uXkObciPxKoV/crPXllAINkx8Lz7pHanqW4Q0/TCiN5yuVRNu6m1LyTj9mv3kwpL
DHjIBQ4zrnSvuvX1EztcpqxfM+jDK1a16aGSnnjgsU9K9Y0+ZBAd0BEcMLtgOvtn
Ldfp8H25D17UaQ==
=45BV
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras