found -1 6.12-1
thanks
Upstream have fixed the initial ICMP bugs in v6.
However, building 6.12 sources with "optimize=-lto" still results in a
different FTBFS. The issue has changed to:
store/Disks.cc: In function 'allocate_new_swapdir':
store/Disks.cc:796:63: error: argument 1 value '18446744073709551615'
exceeds maximum object size 9223372036854775807
[-Werror=alloc-size-larger-than=]
796 | const auto tmp = new SwapDir::Pointer[swap.n_allocated];
| ^
/usr/include/c++/14/new:133:26: note: in a call to allocation function
'operator new []' declared here
133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t)
_GLIBCXX_THROW (std::bad_alloc)
| ^
lto1: all warnings being treated as errors