Your message dated Sat, 15 Jul 2023 06:15:49 +0000
with message-id <[email protected]>
and subject line Bug#1037889: fixed in wacomtablet 3.2.0-5
has caused the Debian Bug report #1037889,
regarding wacomtablet: ftbfs with GCC-13
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.)


-- 
1037889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037889
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wacomtablet
Version: 3.2.0-4
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/wacomtablet_3.2.0-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
                 from /<<PKGBUILDDIR>>/src/common/screenmap.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:609:17: note: declared here
  609 |     QStringList split(const QString &sep, SplitBehavior behavior,
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/common/screenmap.cpp:98:38: warning: ‘QStringList 
QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is 
deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant 
instead [-Wdeprecated-declarations]
   98 |         mapping = screenMapping.split(separator, 
QString::SkipEmptyParts);
      |                   
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:609:17: note: declared here
  609 |     QStringList split(const QString &sep, SplitBehavior behavior,
      |                 ^~~~~
[ 15%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/tabletdatabase.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/tabletdatabase.cpp.o -MF 
CMakeFiles/wacom_common.dir/tabletdatabase.cpp.o.d -o 
CMakeFiles/wacom_common.dir/tabletdatabase.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/tabletdatabase.cpp
[ 15%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/tabletinfo.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/tabletinfo.cpp.o -MF 
CMakeFiles/wacom_common.dir/tabletinfo.cpp.o.d -o 
CMakeFiles/wacom_common.dir/tabletinfo.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/tabletinfo.cpp
/<<PKGBUILDDIR>>/src/common/stringutils.cpp: In static member function ‘static 
const QRect Wacom::StringUtils::toQRect(const QString&, bool)’:
/<<PKGBUILDDIR>>/src/common/stringutils.cpp:62:41: warning: ‘QStringList 
QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is 
deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant 
instead [-Wdeprecated-declarations]
   62 |     QStringList rectValues = value.split(QLatin1String(" "), 
QString::SkipEmptyParts);
      |                              
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
                 from /<<PKGBUILDDIR>>/src/common/stringutils.h:23,
                 from /<<PKGBUILDDIR>>/src/common/stringutils.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:609:17: note: declared here
  609 |     QStringList split(const QString &sep, SplitBehavior behavior,
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/common/stringutils.cpp: In static member function ‘static 
const QRect Wacom::StringUtils::toQRectByCoordinates(const QString&, bool)’:
/<<PKGBUILDDIR>>/src/common/stringutils.cpp:95:41: warning: ‘QStringList 
QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is 
deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant 
instead [-Wdeprecated-declarations]
   95 |     QStringList rectValues = value.split(QLatin1String(" "), 
QString::SkipEmptyParts);
      |                              
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:609:17: note: declared here
  609 |     QStringList split(const QString &sep, SplitBehavior behavior,
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/common/tabletarea.cpp: In member function ‘bool 
Wacom::TabletArea::fromString(const QString&, const QRect&)’:
/<<PKGBUILDDIR>>/src/common/tabletarea.cpp:67:40: warning: ‘QStringList 
QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is 
deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant 
instead [-Wdeprecated-declarations]
   67 |     QStringList areaValues = area.split(QLatin1String(" "), 
QString::SkipEmptyParts);
      |                              
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
                 from /<<PKGBUILDDIR>>/src/common/tabletarea.h:24,
                 from /<<PKGBUILDDIR>>/src/common/tabletarea.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:609:17: note: declared here
  609 |     QStringList split(const QString &sep, SplitBehavior behavior,
      |                 ^~~~~
[ 15%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/tabletinformation.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/tabletinformation.cpp.o -MF 
CMakeFiles/wacom_common.dir/tabletinformation.cpp.o.d -o 
CMakeFiles/wacom_common.dir/tabletinformation.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/tabletinformation.cpp
[ 16%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/tabletprofile.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/tabletprofile.cpp.o -MF 
CMakeFiles/wacom_common.dir/tabletprofile.cpp.o.d -o 
CMakeFiles/wacom_common.dir/tabletprofile.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/tabletprofile.cpp
[ 16%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/tabletprofileconfigadaptor.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/tabletprofileconfigadaptor.cpp.o -MF 
CMakeFiles/wacom_common.dir/tabletprofileconfigadaptor.cpp.o.d -o 
CMakeFiles/wacom_common.dir/tabletprofileconfigadaptor.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/tabletprofileconfigadaptor.cpp
[ 16%] Building CXX object src/common/CMakeFiles/wacom_common.dir/x11input.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/x11input.cpp.o -MF 
CMakeFiles/wacom_common.dir/x11input.cpp.o.d -o 
CMakeFiles/wacom_common.dir/x11input.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/x11input.cpp
[ 17%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/x11inputdevice.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/x11inputdevice.cpp.o -MF 
CMakeFiles/wacom_common.dir/x11inputdevice.cpp.o.d -o 
CMakeFiles/wacom_common.dir/x11inputdevice.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/x11inputdevice.cpp
[ 17%] Building CXX object src/common/CMakeFiles/wacom_common.dir/x11wacom.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/x11wacom.cpp.o -MF 
CMakeFiles/wacom_common.dir/x11wacom.cpp.o.d -o 
CMakeFiles/wacom_common.dir/x11wacom.cpp.o -c 
/<<PKGBUILDDIR>>/src/common/x11wacom.cpp
[ 17%] Building CXX object src/common/CMakeFiles/wacom_common.dir/logging.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/logging.cpp.o -MF 
CMakeFiles/wacom_common.dir/logging.cpp.o.d -o 
CMakeFiles/wacom_common.dir/logging.cpp.o -c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/logging.cpp
[ 18%] Building CXX object 
src/common/CMakeFiles/wacom_common.dir/wacominterface.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/c++ 
-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_QSTRINGBUILDER -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/KConfig -isystem /usr/include/KF5/KConfigCore -isystem 
/usr/include/KF5/KCoreAddons -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -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 
-Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op 
-fvisibility=hidden -fvisibility-inlines-hidden -fPIC -fPIC -std=gnu++11 -MD 
-MT src/common/CMakeFiles/wacom_common.dir/wacominterface.cpp.o -MF 
CMakeFiles/wacom_common.dir/wacominterface.cpp.o.d -o 
CMakeFiles/wacom_common.dir/wacominterface.cpp.o -c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common/wacominterface.cpp
[ 18%] Linking CXX static library libwacom_common.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/cmake -P 
CMakeFiles/wacom_common.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/common && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/wacom_common.dir/link.txt --verbose=1
/usr/bin/ar qc libwacom_common.a 
CMakeFiles/wacom_common.dir/wacom_common_autogen/mocs_compilation.cpp.o 
CMakeFiles/wacom_common.dir/aboutdata.cpp.o 
CMakeFiles/wacom_common.dir/buttonshortcut.cpp.o 
CMakeFiles/wacom_common.dir/dbustabletinterface.cpp.o 
CMakeFiles/wacom_common.dir/deviceinformation.cpp.o 
CMakeFiles/wacom_common.dir/deviceprofile.cpp.o 
CMakeFiles/wacom_common.dir/deviceprofileconfigadaptor.cpp.o 
CMakeFiles/wacom_common.dir/deviceprofiledefaults.cpp.o 
CMakeFiles/wacom_common.dir/deviceproperty.cpp.o 
CMakeFiles/wacom_common.dir/devicetype.cpp.o 
CMakeFiles/wacom_common.dir/libwacomwrapper.cpp.o 
CMakeFiles/wacom_common.dir/mainconfig.cpp.o 
CMakeFiles/wacom_common.dir/profilemanager.cpp.o 
CMakeFiles/wacom_common.dir/profilemanagement.cpp.o 
CMakeFiles/wacom_common.dir/property.cpp.o 
CMakeFiles/wacom_common.dir/propertyadaptor.cpp.o 
CMakeFiles/wacom_common.dir/screenrotation.cpp.o 
CMakeFiles/wacom_common.dir/screenmap.cpp.o 
CMakeFiles/wacom_common.dir/screensinfo.cpp.o CMakeFi
 les/wacom_common.dir/screenspace.cpp.o 
CMakeFiles/wacom_common.dir/stringutils.cpp.o 
CMakeFiles/wacom_common.dir/tabletarea.cpp.o 
CMakeFiles/wacom_common.dir/tabletdatabase.cpp.o 
CMakeFiles/wacom_common.dir/tabletinfo.cpp.o 
CMakeFiles/wacom_common.dir/tabletinformation.cpp.o 
CMakeFiles/wacom_common.dir/tabletprofile.cpp.o 
CMakeFiles/wacom_common.dir/tabletprofileconfigadaptor.cpp.o 
CMakeFiles/wacom_common.dir/x11input.cpp.o 
CMakeFiles/wacom_common.dir/x11inputdevice.cpp.o 
CMakeFiles/wacom_common.dir/x11wacom.cpp.o 
CMakeFiles/wacom_common.dir/logging.cpp.o 
CMakeFiles/wacom_common.dir/wacominterface.cpp.o
/usr/bin/ranlib libwacom_common.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 18%] Built target wacom_common
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wacomtablet
Source-Version: 3.2.0-5
Done: Pino Toscano <[email protected]>

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.
Pino Toscano <[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, 15 Jul 2023 07:37:39 +0200
Source: wacomtablet
Architecture: source
Version: 3.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Pino Toscano <[email protected]>
Closes: 1037889
Changes:
 wacomtablet (3.2.0-5) unstable; urgency=medium
 .
   * Team upload.
   * Backport upstream commit 2dcb1d407d5d019802161e04760e6af41d4fabce to fix
     the build with GCC 13; patch upstream_Add-missing-include.patch.
     (Closes: #1037889)
   * Update standards version to 4.6.2, no changes needed.
   * Mark the dbus, xauth, and xvfb build dependencies as !nocheck, as they are
     needed only during dh_auto_test.
   * Remove inactive Uploaders.
Checksums-Sha1:
 802b5844fbbde42415128f7060440cedf26e8923 2705 wacomtablet_3.2.0-5.dsc
 2e395430f870205e1f907c6ced15b6b2527c381d 10656 
wacomtablet_3.2.0-5.debian.tar.xz
 1140174f4c8d9e4f05ec9ab9d73b54b811dd19f2 19378 
wacomtablet_3.2.0-5_source.buildinfo
Checksums-Sha256:
 2975c7f1fc056ec9996d5abc26b8028aa55c5bd944413e5335ca1d7c6083186e 2705 
wacomtablet_3.2.0-5.dsc
 da47a407755994178e66a130b86c9171cf8de54be6c527c54c080b62f086454c 10656 
wacomtablet_3.2.0-5.debian.tar.xz
 4d9cd3169e639edd0dfe84d1fa74d5c1ee833d7d982e1db6ef44a952107629e7 19378 
wacomtablet_3.2.0-5_source.buildinfo
Files:
 0de351ecd6c59ac971218dd02362b2ce 2705 kde optional wacomtablet_3.2.0-5.dsc
 9fea0de40a4b944810d65bd6943be6ae 10656 kde optional 
wacomtablet_3.2.0-5.debian.tar.xz
 8cf0af2a104390058791e27df4df2e01 19378 kde optional 
wacomtablet_3.2.0-5_source.buildinfo

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

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmSyMN8ACgkQLRkciEOx
P03XRA//b8zh7hMr50T2aaD8LE54uaE53exCgNN5LM7qYqFhiSPqPpQQqbIHxGr/
C9u3aFuFwWxnUFcm5ZUSljIf9kPMdTIsCHzBhEolYfj56kuMKLejMSvzFosTy51N
thzUQybQbHz8M1GMtsm/NfgVIXeUcLnHEr+vOcO5AMSryl/OJRrNOHUULLPBvian
0tdD+cUxZvRxEzVqlnkjGcah1iUYsKng+3BOHfsEQEoRLrHTs3tOM3fbZU5i/B+b
04Ld2gOP5LoNaZNoG04XJ/OZJfp6SYyb5CiC33GtXj8PXlMLOtK5jvgMP5T3bs3F
lBUiejRU4XlvAmb9XyX0x0RQ2qxAX/uoZw/nPSGlk1GD5RcDMcKb39nvOEn95BYj
rDLLyGQqH8h51l/8fyrTc/DaZ0FB0Il0ldq5QElQ6pnVSOmW4LTpd71PGCGgriKN
RJKIvZGNIIt7Z0xtZrW7zvF02Jsyiud7SOCupUzhRqhlvZE3QUv8e/qbIosRosRH
Hopb6k07ckrokZvRh4Au1npLjeSZ5KC0mB7rPWstknbfqIgs/rnf2C3TfyxTEXRS
wZVzr50pkK8nGnb464fi6LNNBfYJIhJ1FC6Nx1CE1dhFZNNltmhVE5B0VBt2q/43
u9NtJ/NGdjLqd2goYoBVNkFT7RZq04zTZ1tz9y0NLvFw9YnyKjQ=
=X0Jk
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to