[Debichem-devel] Bug#1131849: libpappsomspp FTBFS with Qt 6.10.2

Adrian Bunk bunk at debian.org
Wed Mar 25 10:53:27 GMT 2026


Source: libpappsomspp
Version: 0.11.12-1
Severity: serious
Tags: ftbfs
X-Debbugs-Cc: Filippo Rusconi <lopippo at debian.org>

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/libpappsomspp.html
https://buildd.debian.org/status/fetch.php?pkg=libpappsomspp&arch=riscv64&ver=0.11.12-1&stamp=1774273755&raw=0

...
cd /build/reproducible-path/libpappsomspp-0.11.12/build-dir-for-deb/src/pappsomspp/core && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_RANDOM_DYN_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DCATCH2_MAJOR_VERSION_3 -DPMSPP_LIBRARY -DQT_CONCURRENT_LIB -DQT_CORE5COMPAT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_QMLINTEGRATION_LIB -DQT_QML_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_XML_LIB -DWITHOUT_MZ5 -I/build/reproducible-path/libpappsomspp-0.11.12/build-dir-for-deb/src/pappsomspp/core/Core_static_autogen/include -I/build/reproducible-path/libpappsomspp-0.11.12/src -isystem /usr/include/pwizlite -isystem /usr/include/riscv64-linux-gnu/qt6/QtSvg -isystem /usr/include/riscv64-linux-gnu/qt6 -isystem /usr/include/riscv64-linux-gnu/qt6/QtCore -isystem /usr/lib/riscv64-linux-gnu/qt6/mkspecs/linux-g++ -isystem /usr/include/riscv64-linux-gnu/qt6/QtGui -isystem /usr/include/riscv64-linux-gnu/qt6/QtSql -isystem /usr/include/riscv64-linux-gnu/qt6/QtConcurrent -isystem /usr/include/riscv64-linux-gnu/qt6/QtXml -isystem /usr/include/riscv64-linux-gnu/qt6/QtCore5Compat -isystem /usr/include/riscv64-linux-gnu/qt6/QtQml -isystem /usr/include/riscv64-linux-gnu/qt6/QtQmlIntegration -isystem /usr/include/riscv64-linux-gnu/qt6/QtNetwork -isystem /usr/include/liblzf -isystem /usr/include/odsstream -isystem /usr/include/QuaZip-Qt6-1.5 -isystem /usr/include/QuaZip-Qt6-1.5/quazip -g -O2 -ffile-prefix-map=/build/reproducible-path/libpappsomspp-0.11.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -std=gnu++17   -Wno-unknown-pragmas -Wall -Wextra -fPIC -MD -MT src/pappsomspp/core/CMakeFiles/Core_static.dir/processing/cbor/mzcbor/spectrum.cpp.o -MF CMakeFiles/Core_static.dir/processing/cbor/mzcbor/spectrum.cpp.o.d -o CMakeFiles/Core_static.dir/processing/cbor/mzcbor/spectrum.cpp.o -c /build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.cpp
/build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.cpp: In member function ‘void pappso::cbor::mzcbor::Spectrum::fromCbor(pappso::cbor::CborStreamReader&, bool)’:
/build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.cpp:222:61: error: no matching function for call to ‘QString::arg(QCborError)’
  222 |         QObject::tr("ERROR in Spectrum::fromCbor :\n%1").arg(reader.lastError()));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.cpp:222:61: note: there are 4 candidates
In file included from /usr/include/riscv64-linux-gnu/qt6/QtCore/QString:1,
                 from /build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.h:30,
                 from /build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.cpp:29:
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: candidate 1: ‘template<class T, typename std::enable_if<conjunction_v<std::disjunction<std::is_integral<_Tp>, std::conjunction<std::is_enum<_Tp>, std::negation<q23::is_scoped_enum<E, is_enum_v<E> > > > >, std::negation<std::disjunction<std::is_same<typename std::remove_cv<typename std::remove_reference<_Tp>::type>::type, qfloat16>, std::is_floating_point<_Tp> > >, std::negation<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, QAnyStringView> > > >, bool>::type <anonymous> > QString QString::arg(T, int, int, QChar) const’
  324 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, int base = 10,
      |                           ^~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: template argument deduction/substitution failed:
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:323:53: error: no type named ‘type’ in ‘struct std::enable_if<false, bool>’
  323 |     template <typename T, if_integral_non_char<T> = true>
      |                                                     ^~~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: candidate 2: ‘template<class T, typename std::enable_if<std::disjunction<std::is_same<typename std::remove_cv<typename std::remove_reference<_Tp>::type>::type, qfloat16>, std::is_floating_point<_Tp> >::value, bool>::type <anonymous> > QString QString::arg(T, int, char, int, QChar) const’
  339 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, char format = 'g', int precision = -1,
      |                           ^~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: template argument deduction/substitution failed:
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:338:50: error: no type named ‘type’ in ‘struct std::enable_if<false, bool>’
  338 |     template <typename T, if_floating_point<T> = true>
      |                                                  ^~~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: candidate 3: ‘template<class T, typename std::enable_if<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, QAnyStringView> >::value, bool>::type <anonymous> > QString QString::arg(const T&, int, QChar) const’
  344 |     [[nodiscard]] QString arg(const T &a, int fieldWidth = 0, QChar fillChar = u' ') const
      |                           ^~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: template argument deduction/substitution failed:
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:343:47: error: no type named ‘type’ in ‘struct std::enable_if<false, bool>’
  343 |     template <typename T, if_string_like<T> = true>
      |                                               ^~~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: candidate 4: ‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> >...>), QString>::type QString::arg(Args&& ...) const’
  364 |     arg(Args &&...args) const
      |     ^~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: template argument deduction/substitution failed:
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h: In substitution of ‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> >...>), QString>::type QString::arg(Args&& ...) const [with Args = {QCborError}]’:
/build/reproducible-path/libpappsomspp-0.11.12/src/pappsomspp/core/processing/cbor/mzcbor/spectrum.cpp:222:61:   required from here
  222 |         QObject::tr("ERROR in Spectrum::fromCbor :\n%1").arg(reader.lastError()));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/riscv64-linux-gnu/qt6/QtCore/qstring.h:364:5: error: no type named ‘type’ in ‘struct std::enable_if<false, QString>’
  364 |     arg(Args &&...args) const
      |     ^~~
make[4]: *** [src/pappsomspp/core/CMakeFiles/Core_static.dir/build.make:1710: src/pappsomspp/core/CMakeFiles/Core_static.dir/processing/cbor/mzcbor/spectrum.cpp.o] Error 1


More information about the Debichem-devel mailing list