On 1/28/25 11:53 AM, Aki Tuomi wrote:
It's maybe https://github.com/dovecot/core/commit/d3a097075afb7b5d8955978ed4a2ae99add11...
Oh, fun. Time to figure out how to build a .deb!
And…it's not that bad. The correct way to clear the cruft to build subsequent times wasn't immediately obvious, but I managed.
But I got some test failures:
array_free ........................................................... : ok test-backtrace.c:14: Assert failed: strstr(str_c(bt), "test_backtrace") != NULL backtrace_append ..................................................... : FAILED test-backtrace.c:38: Assert failed: strstr(bt, "test_backtrace") != NULL backtrace_get ........................................................ : FAILED base32_encode() with padding ......................................... : ok
Hmmm. Went back to original sources and did a build and they get the same errors.
So I put the decrement back in, commented out the unhappy asserts, and did another build.
I get over 30 .deb-files for output, I'm going to verify I know what I need to install, have a revert-plan ready, and try it tomorrow, when I am fresh.
But I thought I'd mention the test failures…
-kb, the Kent who is unnerved by failing tests, even when they look innocuous.