[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1122430: krita: FTBFS: dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2



Package: src:krita
Version: 1:5.2.13+dfsg-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:krita, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with kf5
   dh_auto_clean --buildsystem=kf5
   dh_clean
 debian/rules binary
dh binary --with kf5
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -Skf5 -- -DFOUNDATION_BUILD=OFF -DBUILD_TESTING=OFF -DENABLE_UPDATERS=OFF -DKRITA_ENABLE_PCH=OFF
	cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DFOUNDATION_BUILD=OFF -DBUILD_TESTING=OFF -DENABLE_UPDATERS=OFF -DKRITA_ENABLE_PCH=OFF ..
-- The CXX compiler identification is GNU 15.2.0
-- The C compiler identification is GNU 15.2.0
-- Detecting CXX compiler ABI info

[... snipped ...]

cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/paintops/li [too-long-redacted] /KisDrawingAngleSensorModel.cpp
In file included from /<<PKGBUILDDIR>>/libs/image/kis_types.h:335,
                 from /<<PKGBUILDDIR>>/libs/ui/kis_paintop_option.h:10,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisCurveOptionDataCommon.h:12,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisCurveOptionData.h:10,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisSensorWithLengthModel.h:11,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisSensorWithLengthModel.cpp:6:
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:90:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   90 |     inline KisSharedPtr<T>(const KisSharedPtr<T>& o)
      |                           ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:90:27: note: remove the â??< >â??
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:257:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  257 |     inline KisWeakSharedPtr<T>(const KisSharedPtr<T>& o) {
      |                               ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:257:31: note: remove the â??< >â??
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:265:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  265 |     inline KisWeakSharedPtr<T>(const KisWeakSharedPtr<T>& o) {
      |                               ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:265:31: note: remove the â??< >â??
In file included from /<<PKGBUILDDIR>>/libs/pigment/KoLut.h:17,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColorSpaceMaths.h:16,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColorSpaceTraits.h:14,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColor.h:16,
                 from /<<PKGBUILDDIR>>/libs/image/kis_properties_configuration.h:14,
                 from /<<PKGBUILDDIR>>/libs/ui/kis_paintop_option.h:12:
/<<PKGBUILDDIR>>/libs/pigment/lut.h:157:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  157 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint8)
      |                                ^~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:157:32: note: remove the â??< >â??
  157 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint8)
      |                                ^~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:158:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  158 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint16)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:158:32: note: remove the â??< >â??
  158 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint16)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:159:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  159 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint32)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:159:32: note: remove the â??< >â??
  159 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint32)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:196:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  196 | FULL_LUT_INT_SPECIALIZATION(lut_uint8, 0, 255)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: note: remove the â??< >â??
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:196:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  196 | FULL_LUT_INT_SPECIALIZATION(lut_uint8, 0, 255)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:197:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  197 | FULL_LUT_INT_SPECIALIZATION(lut_uint16, 0, 65535)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: note: remove the â??< >â??
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:197:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  197 | FULL_LUT_INT_SPECIALIZATION(lut_uint16, 0, 65535)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:215:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  215 |     LutKey<float>(float min, float max, float precision) : m_min(min), m_max(max), m_precision(precision)
      |                  ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:215:18: note: remove the â??< >â??
In file included from /<<PKGBUILDDIR>>/libs/image/kis_types.h:335,
                 from /<<PKGBUILDDIR>>/libs/ui/kis_paintop_option.h:10,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisCurveOptionDataCommon.h:12,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisCurveOptionData.h:10,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisDrawingAngleSensorModel.h:11,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisDrawingAngleSensorModel.cpp:6:
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:90:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   90 |     inline KisSharedPtr<T>(const KisSharedPtr<T>& o)
      |                           ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:90:27: note: remove the â??< >â??
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:257:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  257 |     inline KisWeakSharedPtr<T>(const KisSharedPtr<T>& o) {
      |                               ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:257:31: note: remove the â??< >â??
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:265:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  265 |     inline KisWeakSharedPtr<T>(const KisWeakSharedPtr<T>& o) {
      |                               ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:265:31: note: remove the â??< >â??
In file included from /<<PKGBUILDDIR>>/libs/pigment/KoLut.h:17,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColorSpaceMaths.h:16,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColorSpaceTraits.h:14,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColor.h:16,
                 from /<<PKGBUILDDIR>>/libs/image/kis_properties_configuration.h:14,
                 from /<<PKGBUILDDIR>>/libs/ui/kis_paintop_option.h:12:
/<<PKGBUILDDIR>>/libs/pigment/lut.h:157:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  157 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint8)
      |                                ^~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:157:32: note: remove the â??< >â??
  157 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint8)
      |                                ^~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:158:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  158 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint16)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:158:32: note: remove the â??< >â??
  158 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint16)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:159:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  159 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint32)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:159:32: note: remove the â??< >â??
  159 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint32)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:196:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  196 | FULL_LUT_INT_SPECIALIZATION(lut_uint8, 0, 255)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: note: remove the â??< >â??
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:196:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  196 | FULL_LUT_INT_SPECIALIZATION(lut_uint8, 0, 255)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:197:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  197 | FULL_LUT_INT_SPECIALIZATION(lut_uint16, 0, 65535)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: note: remove the â??< >â??
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:197:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  197 | FULL_LUT_INT_SPECIALIZATION(lut_uint16, 0, 65535)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:215:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  215 |     LutKey<float>(float min, float max, float precision) : m_min(min), m_max(max), m_precision(precision)
      |                  ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:215:18: note: remove the â??< >â??
[ 63%] Building CXX object plugins/paintops/libpaintop/CMakeFiles/kritalibpaintop.dir/KisTextBrushModel.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/paintops/li [too-long-redacted] ibpaintop/KisTextBrushModel.cpp
In file included from /<<PKGBUILDDIR>>/libs/image/kis_types.h:335,
                 from /<<PKGBUILDDIR>>/libs/image/brushengine/kis_paintop_settings.h:10,
                 from /<<PKGBUILDDIR>>/libs/brush/KisBrushModel.h:20,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisTextBrushModel.h:14,
                 from /<<PKGBUILDDIR>>/plugins/paintops/libpaintop/KisTextBrushModel.cpp:7:
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:90:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   90 |     inline KisSharedPtr<T>(const KisSharedPtr<T>& o)
      |                           ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:90:27: note: remove the â??< >â??
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:257:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  257 |     inline KisWeakSharedPtr<T>(const KisSharedPtr<T>& o) {
      |                               ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:257:31: note: remove the â??< >â??
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:265:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  265 |     inline KisWeakSharedPtr<T>(const KisWeakSharedPtr<T>& o) {
      |                               ^
/<<PKGBUILDDIR>>/libs/global/kis_shared_ptr.h:265:31: note: remove the â??< >â??
In file included from /<<PKGBUILDDIR>>/libs/pigment/KoLut.h:17,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColorSpaceMaths.h:16,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColorSpaceTraits.h:14,
                 from /<<PKGBUILDDIR>>/libs/pigment/KoColor.h:16,
                 from /<<PKGBUILDDIR>>/libs/image/kis_properties_configuration.h:14,
                 from /<<PKGBUILDDIR>>/libs/image/brushengine/kis_paintop_settings.h:16:
/<<PKGBUILDDIR>>/libs/pigment/lut.h:157:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  157 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint8)
      |                                ^~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:157:32: note: remove the â??< >â??
  157 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint8)
      |                                ^~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:158:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  158 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint16)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:158:32: note: remove the â??< >â??
  158 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint16)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:159:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  159 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint32)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:159:32: note: remove the â??< >â??
  159 | PARTIAL_LUT_INT_SPECIALIZATION(lut_uint32)
      |                                ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:125:26: note: in definition of macro â??PARTIAL_LUT_INT_SPECIALIZATIONâ??
  125 |       LutKey<_INT_TYPE_>(_INT_TYPE_ min, _INT_TYPE_ max) : m_min(min), m_max(max) \
      |                          ^~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:196:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  196 | FULL_LUT_INT_SPECIALIZATION(lut_uint8, 0, 255)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: note: remove the â??< >â??
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:196:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  196 | FULL_LUT_INT_SPECIALIZATION(lut_uint8, 0, 255)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:197:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  197 | FULL_LUT_INT_SPECIALIZATION(lut_uint16, 0, 65535)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:165:29: note: remove the â??< >â??
  165 |       FullLutKey<_INT_TYPE_>()                                                    \
      |                             ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:197:1: note: in expansion of macro â??FULL_LUT_INT_SPECIALIZATIONâ??
  197 | FULL_LUT_INT_SPECIALIZATION(lut_uint16, 0, 65535)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/pigment/lut.h:215:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  215 |     LutKey<float>(float min, float max, float precision) : m_min(min), m_max(max), m_precision(precision)
      |                  ^
/<<PKGBUILDDIR>>/libs/pigment/lut.h:215:18: note: remove the â??< >â??
[ 63%] Linking CXX shared library libkritalibpaintop.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/paintops/libpaintop && /usr/bin/cmake -E cmake_link_script CMakeFiles/kritalibpaintop.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>> [too-long-redacted] linux-gnu/libQt5Core.so.5.15.17
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/paintops/libpaintop && /usr/bin/cmake -E cmake_symlink_library libkritalibpaintop.so.19.0.0 libkritalibpaintop.so.19 libkritalibpaintop.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 63%] Built target kritalibpaintop
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 -j2 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------


Reply to: