Your message dated Sun, 18 Jan 2026 11:54:12 +0000
with message-id <[email protected]>
and subject line Bug#1119341: Removed package(s) from unstable
has caused the Debian Bug report #1096491,
regarding cupt: ftbfs with GCC-15
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.)


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

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/cupt_2.10.4+nmu2_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
                 from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/decisionfailtree.cpp:20:
/build/reproducible-path/cupt-2.10.4+nmu2/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 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/solution.hpp:27,
                 from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/impl.hpp:27,
                 from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/impl.cpp:28:
/build/reproducible-path/cupt-2.10.4+nmu2/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 
>
      |       ^~~~~~~~~~~~~~~
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/decisionfailtree.cpp:
 In static member function ‘static 
std::vector<cupt::internal::DecisionFailTree::Decision> 
cupt::internal::DecisionFailTree::__get_decisions(const 
cupt::internal::SolutionStorage&, const cupt::internal::PreparedSolution&, 
const cupt::internal::IntroducedBy&)’:
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/decisionfailtree.cpp:96:25:
 warning: moving a local object in a return statement prevents copy elision 
[-Wpessimizing-move]
   96 |         return std::move(result);
      |                ~~~~~~~~~^~~~~~~~
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/decisionfailtree.cpp:96:25:
 note: remove ‘std::move’ call
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:138: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/score.cpp.o] Error 1
In file included from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/solution.hpp:27,
                 from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/dependencygraph.cpp:30:
/build/reproducible-path/cupt-2.10.4+nmu2/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:166: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/decisionfailtree.cpp.o]
 Error 1
In file included from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/./common/common.hpp:3,
                 from <command-line>:
/build/reproducible-path/cupt-2.10.4+nmu2/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);
      |                                         ^~~~~~~~
/build/reproducible-path/cupt-2.10.4+nmu2/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 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/include/cupt/common.hpp:95:
/build/reproducible-path/cupt-2.10.4+nmu2/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_)
      |                              ^
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/include/cupt/format2.hpp:44:30:
 note: remove the ‘< >’
In file included from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/./common/common.hpp:3,
                 from <command-line>:
/build/reproducible-path/cupt-2.10.4+nmu2/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);
      |                                         ^~~~~~~~
/build/reproducible-path/cupt-2.10.4+nmu2/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 | 
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:124: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/solution.cpp.o] 
Error 1
In file included from 
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/include/cupt/common.hpp:95:
/build/reproducible-path/cupt-2.10.4+nmu2/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_)
      |                              ^
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/include/cupt/format2.hpp:44:30:
 note: remove the ‘< >’
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/impl.cpp:
 In member function ‘bool 
cupt::internal::NativeResolverImpl::__clean_automatically_installed(cupt::internal::PreparedSolution&)’:
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/impl.cpp:287:88:
 warning: this statement may fall through [-Wimplicit-fallthrough=]
  287 |                                                                 
dependencyGraph.addEdge(&element, &*it);
      |                                                                 
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/build/reproducible-path/cupt-2.10.4+nmu2/cpp/lib/src/internal/nativeresolver/impl.cpp:288:57:
 note: here
  288 |                                                         case Allow::Yes:
      |                                                         ^~~~
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:152: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/dependencygraph.cpp.o]
 Error 1
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:110: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/impl.cpp.o] Error 1
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/build.make:180: 
cpp/lib/CMakeFiles/libcupt.dir/src/internal/nativeresolver/autoremovalpossibility.cpp.o]
 Error 1
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 '/build/reproducible-path/cupt-2.10.4+nmu2/b'
make[2]: *** [CMakeFiles/Makefile2:348: cpp/lib/CMakeFiles/libcupt.dir/all] 
Error 2
make[2]: Leaving directory '/build/reproducible-path/cupt-2.10.4+nmu2/b'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/cupt-2.10.4+nmu2/b'
dh_auto_build: error: cd b && make -j8 VERBOSE=1 returned exit code 2
make: *** [debian/rules:27: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

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

Dear submitter,

as the package cupt has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1119341

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to