Your message dated Thu, 13 Aug 2026 10:35:37 +0000
with message-id <[email protected]>
and subject line Bug#1143663: fixed in ipfixcol2 2.8.0+20260701-1
has caused the Debian Bug report #1143663,
regarding ipfixcol2: FTBFS: /usr/include/c++/16/bits/stl_tree.h:1402:72: error:
static assertion failed: comparison object must be invocable with arguments of
key_type
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.)
--
1143663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143663
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ipfixcol2
Version: 2.8.0+20260519-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/202608/
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:ipfixcol2, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
/usr/include/c++/16/bits/stl_tree.h:2842:24: required from
[too-long-redacted] dsdump::lister::StorageRecord]â
2842 | __x = _M_key_compare(__k, _S_key(__x)) ? _S_left(__x) :
_S_right(__x);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_tree.h:3242:15: required from
âstd::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_emplace_equal(_Args&& ...) [with _Args = {fds_drec&,
fdsdump::Direction&, std::shared_ptr<fds_tsnapshot>&}; _Key =
fdsdump::lister::StorageRecord; _Val = fdsdump::lister::StorageRecord;
_KeyOfValue = std::_Identity<fdsdump::lister::StorageRecord>; _Compare =
fdsdump::lister::StorageSorter; _Alloc =
std::allocator<fdsdump::lister::StorageRecord>; iterator =
std::_Rb_tree<fdsdump::lister::StorageRecord, fdsdump::lister::StorageRecord,
std::_Identity<fdsdump::lister::StorageRecord>, fdsdump::lister::StorageSorter,
std::allocator<fdsdump::lister::StorageRecord> >::iterator]â
3242 | auto __res = _M_get_insert_equal_pos(__z._M_key());
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_multiset.h:483:32: required from
âstd::multiset<_Key, _Compare, _Alloc>::iterator std::multiset<_Key,
_Compare, _Alloc>::emplace(_Args&& ...) [with _Args = {fds_drec&,
fdsdump::Direction&, std::shared_ptr<fds_tsnapshot>&}; _Key =
fdsdump::lister::StorageRecord; _Compare = fdsdump::lister::StorageSorter;
_Alloc = std::allocator<fdsdump::lister::StorageRecord>; iterator =
std::_Rb_tree<fdsdump::lister::StorageRecord, fdsdump::lister::StorageRecord,
std::_Identity<fdsdump::lister::StorageRecord>, fdsdump::lister::StorageSorter,
std::allocator<fdsdump::lister::StorageRecord> >::const_iterator]â
483 | { return _M_t._M_emplace_equal(std::forward<_Args>(__args)...);
}
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/lister/storageSorted.cpp:76:22:
required from here
76 | m_records.emplace(flow->rec, flow->dir, snapshot);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_tree.h:1402:72: error: static assertion failed:
comparison object must be invocable with arguments of key_type
1402 | __is_invocable<const _Compare&, const _Key&, const
_Key&>::value,
|
^~~~~
⢠âstd::integral_constant<bool, false>::valueâ evaluates to false
/usr/include/c++/16/bits/stl_tree.h:1406:40: error: no match for call to
â(const fdsdump::lister::StorageSorter) (const
fdsdump::lister::StorageRecord&, const fdsdump::lister::StorageRecord&)â
1406 | return _M_impl._M_key_compare(__k1, __k2);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/lister/storageSorted.hpp:16:
⢠there are 2 candidates
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/lister/storageSorter.hpp:24:7:
24 | class StorageSorter {
| ^~~~~~~~~~~~~
⢠candidate 1: âbool fdsdump::lister::StorageSorter::operator()(const
fdsdump::lister::StorageRecord&, const fdsdump::lister::StorageRecord&)â
(near match)
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/lister/storageSorter.hpp:31:10:
31 | bool operator()(const StorageRecord &lhs, const StorageRecord
&rhs);
| ^~~~~~~~
⢠passing âconst fdsdump::lister::StorageSorter*â as âthisâ
argument discards qualifiers
⢠candidate 2: âbool fdsdump::lister::StorageSorter::operator()(const
fdsdump::Flow&, const fdsdump::Flow&)â
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/lister/storageSorter.hpp:32:10:
32 | bool operator()(const Flow &lhs, const Flow &rhs);
| ^~~~~~~~
⢠no known conversion for argument 1 from âconst
fdsdump::lister::StorageRecordâ to âconst fdsdump::Flow&â
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/lister/storageSorter.hpp:32:33:
32 | bool operator()(const Flow &lhs, const Flow &rhs);
| ~~~~~~~~~~~~^~~
make[3]: ***
[src/tools/fdsdump/src/lister/CMakeFiles/lister_obj.dir/build.make:194:
src/tools/fdsdump/src/lister/CMakeFiles/lister_obj.dir/storageSorted.cpp.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1513:
src/tools/fdsdump/src/lister/CMakeFiles/lister_obj.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 87%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/fastHashTable.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/fastHashTable.cpp.o
-MF CMakeFiles/aggregator_obj.dir/fastHashTable.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/fastHashTable.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/fastHashTable.cpp
[ 88%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/field.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/field.cpp.o
-MF CMakeFiles/aggregator_obj.dir/field.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/field.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/field.cpp
[ 88%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/flowContext.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/flowContext.cpp.o
-MF CMakeFiles/aggregator_obj.dir/flowContext.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/flowContext.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/flowContext.cpp
[ 89%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/inOutField.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/inOutField.cpp.o
-MF CMakeFiles/aggregator_obj.dir/inOutField.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/inOutField.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/inOutField.cpp
[ 89%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/ipfixField.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/ipfixField.cpp.o
-MF CMakeFiles/aggregator_obj.dir/ipfixField.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/ipfixField.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/ipfixField.cpp
[ 90%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/jsonPrinter.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/jsonPrinter.cpp.o
-MF CMakeFiles/aggregator_obj.dir/jsonPrinter.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/jsonPrinter.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/jsonPrinter.cpp
[ 90%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/mode.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/mode.cpp.o
-MF CMakeFiles/aggregator_obj.dir/mode.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/mode.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/mode.cpp
[ 91%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/print.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/print.cpp.o
-MF CMakeFiles/aggregator_obj.dir/print.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/print.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/print.cpp
[ 92%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/printer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/printer.cpp.o
-MF CMakeFiles/aggregator_obj.dir/printer.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/printer.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/printer.cpp
[ 92%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/stdAllocator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/stdAllocator.cpp.o
-MF CMakeFiles/aggregator_obj.dir/stdAllocator.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/stdAllocator.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/stdAllocator.cpp
[ 93%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/stdHashTable.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/stdHashTable.cpp.o
-MF CMakeFiles/aggregator_obj.dir/stdHashTable.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/stdHashTable.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/stdHashTable.cpp
[ 93%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/tablePrinter.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/tablePrinter.cpp.o
-MF CMakeFiles/aggregator_obj.dir/tablePrinter.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/tablePrinter.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/tablePrinter.cpp
[ 94%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/threadedAggregator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/threadedAggregator.cpp.o
-MF CMakeFiles/aggregator_obj.dir/threadedAggregator.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/threadedAggregator.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/threadedAggregator.cpp
[ 94%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/thresholdAlgorithm.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/thresholdAlgorithm.cpp.o
-MF CMakeFiles/aggregator_obj.dir/thresholdAlgorithm.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/thresholdAlgorithm.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/thresholdAlgorithm.cpp
[ 95%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/value.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/value.cpp.o
-MF CMakeFiles/aggregator_obj.dir/value.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/value.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/value.cpp
[ 96%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/view.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/view.cpp.o
-MF CMakeFiles/aggregator_obj.dir/view.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/view.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/view.cpp
[ 96%] Building CXX object
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/viewFactory.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/tools/fdsdump/src/aggregator &&
/usr/bin/x86_64-linux-gnu-g++ -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
-I/<<PKGBUILDDIR>>/src/tools/fdsdump/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu++11 -rdynamic -MD
-MT
src/tools/fdsdump/src/aggregator/CMakeFiles/aggregator_obj.dir/viewFactory.cpp.o
-MF CMakeFiles/aggregator_obj.dir/viewFactory.cpp.o.d -o
CMakeFiles/aggregator_obj.dir/viewFactory.cpp.o -c
/<<PKGBUILDDIR>>/src/tools/fdsdump/src/aggregator/viewFactory.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 96%] Built target aggregator_obj
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: 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:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: ipfixcol2
Source-Version: 2.8.0+20260701-1
Done: Daniel Baumann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ipfixcol2, 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.
Daniel Baumann <[email protected]> (supplier of updated ipfixcol2 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: Sun, 09 Aug 2026 08:47:37 +0200
Source: ipfixcol2
Architecture: source
Version: 2.8.0+20260701-1
Distribution: sid
Urgency: medium
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Closes: 1143663
Changes:
ipfixcol2 (2.8.0+20260701-1) sid; urgency=medium
.
* Merging upstream version 2.8.0+20260701.
* Removing fdsdump-dont-assume-we-are-on-64bit-architecture-whe.patch,
included upstream.
* Adding patch to add missing const function markers to fix FTBFS with
gcc-16 (Closes: #1143663).
Checksums-Sha1:
af94b13d5bb91dda82c8a0be8dda9ee0585d1d40 1402 ipfixcol2_2.8.0+20260701-1.dsc
6a3e5919576028c57ef6d98fcd053b61c43ec977 519060
ipfixcol2_2.8.0+20260701.orig.tar.xz
63cae79d954549c09ab236e4faf89c8240c1a72f 4640
ipfixcol2_2.8.0+20260701-1.debian.tar.xz
c2eeb2af0a27721f0523b3015ebd1560616ad9f4 8604
ipfixcol2_2.8.0+20260701-1_amd64.buildinfo
Checksums-Sha256:
0b6b06feacee9253a618cc34bf6b433e6054587af24d2692b31a9bf8495b2663 1402
ipfixcol2_2.8.0+20260701-1.dsc
29092b2a43be6aa43903b2697789c3037ff10ffeb729d823d2f1691f2436bd5a 519060
ipfixcol2_2.8.0+20260701.orig.tar.xz
559a9c1d8953ce20dee96798df7aff1c6bb90f55bd6b28fd5d48ae52d71de860 4640
ipfixcol2_2.8.0+20260701-1.debian.tar.xz
399242d4fb312617f179e41f97e90674f7ed564b44b29c0de4f1efb2b5b746c9 8604
ipfixcol2_2.8.0+20260701-1_amd64.buildinfo
Files:
4e64bf4c3c507cfdb22e7052f714f653 1402 net optional
ipfixcol2_2.8.0+20260701-1.dsc
57bb9f7386500b9c6a2edb17ab912fc5 519060 net optional
ipfixcol2_2.8.0+20260701.orig.tar.xz
872820a20b69afe1425349243aaeac7f 4640 net optional
ipfixcol2_2.8.0+20260701-1.debian.tar.xz
9fa7073452e90c625a89a80b6377082f 8604 net optional
ipfixcol2_2.8.0+20260701-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQQmmGg4gLaoSj0ERgL7tPDoCoAiLwUCan2WdwAKCRD7tPDoCoAi
L1VIAP9c/f1MHHKEDtnGKU7Z45uV0r3An3QeDVegnegChvsQeQEAr9dVqCJhn168
aH91nY2uQcFiG0YIwTdsiofEXweEdw4=
=TahF
-----END PGP SIGNATURE-----
pgp0qdvt7Id3B.pgp
Description: PGP signature
--- End Message ---