Your message dated Wed, 25 Mar 2026 15:57:23 +0100
with message-id <[email protected]>
and subject line cupt: FTBFS with boost 1.90
has caused the Debian Bug report #1128120,
regarding cupt: FTBFS with boost 1.90
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.)


-- 
1128120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128120
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cupt
Version: 2.10.4+nmu2
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: boost1.90

cupt FTBFS with boost 1.90. Note that the FTBFS may not necessarily be
connected to boost - please check the build log for the actual cause.

Ubuntu has started the rebuild and the status can be tracked here:
https://transitions.ubuntu.com/html/boost1.90.html#!good,bad,partial,unknown,!notintesting
Thanks to them. Please find your package there, after that you can see the logs 
from
the failing build.

Note: This ticket severity will be increased to RC bug when
boost-defaults is switched to 1.90.

Additional information: The boost system library was removed upstream in 1.89 
and is empty since 1.69.
If your package depends on or build-depends on libboost-system-dev, remove it 
from
build-depends and the build system. See https://www.boost.org/releases/1.89.0/ 
for cmake instructions.

Note that libboost-system-dev is "virtually" provided by libboost-dev_1.90,
but it is better to drop it from build-depends as this will be removed in the 
future.


Here is the most probably relevant part of the failing build log:


[  9%] Building CXX object 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/solution.cpp.o
cd /<<PKGBUILDDIR>>/b/cpp/lib && /usr/bin/c++ -Dlibcupt_EXPORTS 
-I/<<PKGBUILDDIR>>/b/cpp -I/<<PKGBUILDDIR>>/cpp/. 
-I/<<PKGBUILDDIR>>/cpp/lib/include -I/<<PKGBUILDDIR>>/cpp/lib/src -g -O2 
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/cupt-2.10.4+nmu2build4 -Wdate-time 
-D_FORTIFY_SOURCE=3 -pthread -Wall -Wextra -std=gnu++14 -fPIC -include 
common/common.hpp -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/cupt-2.10.4+nmu2build4 -Wdate-time 
-D_FORTIFY_SOURCE=3 -Wno-format-security  -fvisibility=hidden -O2 -g -DNDEBUG 
-fPIC -MD -MT cpp/lib/CMakeFiles/libcupt.
 dir/src/internal/nativeresolver/solution.cpp.o -MF 
CMakeFiles/libcupt.dir/src/internal/nativeresolver/solution.cpp.o.d -o 
CMakeFiles/libcupt.dir/src/internal/nativeresolver/solution.cpp.o -c 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/solution.cpp
In file included from /<<PKGBUILDDIR>>/cpp/./common/common.hpp:3,
                 from <command-line>:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:82:41: error: ‘uint64_t’ 
was not declared in this scope
   82 | CUPT_API string humanReadableSizeString(uint64_t bytes);
      |                                         ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:32:1: note: ‘uint64_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   31 | #include <stdexcept>
  +++ |+#include <cstdint>
   32 | 
In file included from /<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:95:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: warning: template-id 
not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   44 |         Tuple< Head, Tail...>(const Head& head_, const Tail&... tail_)
      |                              ^
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: note: remove the ‘< 
>’
In file included from /<<PKGBUILDDIR>>/cpp/lib/src/internal/common.cpp:24:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.hpp:36:1: error: ‘uint32_t’ 
does not name a type
   36 | uint32_t string2uint32(pair< string::const_iterator, 
string::const_iterator > input);
      | ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.hpp:25:1: note: ‘uint32_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   24 | #include <cupt/stringrange.hpp>
  +++ |+#include <cstdint>
   25 | 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.hpp:37:1: error: ‘uint32_t’ 
does not name a type
   37 | uint32_t string2uint32(StringRange input);
      | ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.hpp:37:1: note: ‘uint32_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
In file included from /<<PKGBUILDDIR>>/cpp/./common/common.hpp:3,
                 from <command-line>:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:82:41: error: ‘uint64_t’ 
was not declared in this scope
   82 | CUPT_API string humanReadableSizeString(uint64_t bytes);
      |                                         ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:32:1: note: ‘uint64_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   31 | #include <stdexcept>
  +++ |+#include <cstdint>
   32 | 
In file included from /<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:95:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: warning: template-id 
not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   44 |         Tuple< Head, Tail...>(const Head& head_, const Tail&... tail_)
      |                              ^
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: note: remove the ‘< 
>’
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.cpp:104:1: error: ‘uint32_t’ 
does not name a type
  104 | uint32_t string2uint32(StringRange input)
      | ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.cpp:25:1: note: ‘uint32_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   24 | #include <internal/common.hpp>
  +++ |+#include <cstdint>
   25 | 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.cpp:130:1: error: ‘uint32_t’ 
does not name a type
  130 | uint32_t string2uint32(pair< string::const_iterator, 
string::const_iterator > input)
      | ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/common.cpp:130:1: note: ‘uint32_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:82: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/common.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/cpp/./common/common.hpp:3,
                 from <command-line>:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:82:41: error: ‘uint64_t’ 
was not declared in this scope
   82 | CUPT_API string humanReadableSizeString(uint64_t bytes);
      |                                         ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:32:1: note: ‘uint64_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   31 | #include <stdexcept>
  +++ |+#include <cstdint>
   32 | 
In file included from /<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:95:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: warning: template-id 
not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   44 |         Tuple< Head, Tail...>(const Head& head_, const Tail&... tail_)
      |                              ^
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: note: remove the ‘< 
>’
In file included from 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/solution.hpp:27,
                 from 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.hpp:27,
                 from 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp:28:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/dependencygraph.hpp:108:7: 
warning: ‘cupt::internal::dependencygraph::DependencyGraph’ has a base 
‘cupt::internal::Graph<const cupt::internal::dependencygraph::BasicVertex*, 
cupt::internal::dependencygraph::{anonymous}::PointeredAlreadyTraits>’ which 
has internal linkage [-Wsubobject-linkage]
  108 | class DependencyGraph: protected Graph< Element, PointeredAlreadyTraits 
>
      |       ^~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/solution.hpp:27,
                 from 
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/solution.cpp:22:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/dependencygraph.hpp:108:7: 
warning: ‘cupt::internal::dependencygraph::DependencyGraph’ has a base 
‘cupt::internal::Graph<const cupt::internal::dependencygraph::BasicVertex*, 
cupt::internal::dependencygraph::{anonymous}::PointeredAlreadyTraits>’ which 
has internal linkage [-Wsubobject-linkage]
  108 | class DependencyGraph: protected Graph< Element, PointeredAlreadyTraits 
>
      |       ^~~~~~~~~~~~~~~
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:124: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/solution.cpp.o] 
Error 1
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp: In member 
function ‘bool 
cupt::internal::NativeResolverImpl::__clean_automatically_installed(cupt::internal::PreparedSolution&)’:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp:287:88: warning: 
this statement may fall through [-Wimplicit-fallthrough=]
  287 |                                                                 
dependencyGraph.addEdge(&element, &*it);
      |                                                                 
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp:288:57: note: here
  288 |                                                         case Allow::Yes:
      |                                                         ^~~~
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:110: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/impl.cpp.o] Error 1
In file included from /<<PKGBUILDDIR>>/cpp/./common/common.hpp:3,
                 from <command-line>:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:82:41: error: ‘uint64_t’ 
was not declared in this scope
   82 | CUPT_API string humanReadableSizeString(uint64_t bytes);
      |                                         ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:32:1: note: ‘uint64_t’ is 
defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   31 | #include <stdexcept>
  +++ |+#include <cstdint>
   32 | 
In file included from /<<PKGBUILDDIR>>/cpp/lib/include/cupt/common.hpp:95:
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: warning: template-id 
not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   44 |         Tuple< Head, Tail...>(const Head& head_, const Tail&... tail_)
      |                              ^
/<<PKGBUILDDIR>>/cpp/lib/include/cupt/format2.hpp:44:30: note: remove the ‘< 
>’
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:96: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/configparser.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/b'
make[2]: *** [CMakeFiles/Makefile2:348: cpp/lib/CMakeFiles/libcupt.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/b'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/b'
dh_auto_build: error: cd b && make -j4 VERBOSE=1 returned exit code 2
make: *** [debian/rules:27: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

Thanks,

Anton

--- End Message ---
--- Begin Message ---
Version: 2.10.4+nmu2+rm

The package was removed.

--- End Message ---

Reply via email to