Hi Martin,

On Mon, 2022-11-28 at 14:03 +0100, Martin Liška wrote:
> Fixes:
> ./src/elfcompress -t zlib-gnu a.out -force
> [28] .zdebug_aranges unchanged, already GNU compressed[29]
> .zdebug_info unchanged, already GNU compressed[30] .zdebug_abbrev
> unchanged, already GNU compressed[31] .zdebug_line unchanged, already
> GNU compressed[32] .zdebug_str unchanged, already GNU compressed[33]
> .zdebug_line_str unchanged, already GNU compressed[34]
> .zdebug_rnglists unchanged, already GNU compressed
> 
> to:
> ./src/elfcompress -t zlib-gnu a.out -force
> [28] .zdebug_aranges unchanged, already GNU compressed
> [29] .zdebug_info unchanged, already GNU compressed
> [30] .zdebug_abbrev unchanged, already GNU compressed
> [31] .zdebug_line unchanged, already GNU compressed
> [32] .zdebug_str unchanged, already GNU compressed
> [33] .zdebug_line_str unchanged, already GNU compressed
> [34] .zdebug_rnglists unchanged, already GNU compressed
> 
> I'm going to push it as obvious, hope it's fine?

Yes, obvious typo. Thanks for fixing it.

Also the buildbot arm32 failure on run-debuginfod-federation-metrics.sh 
was clearly unrelated. Another Fatal error in GNU libmicrohttpd
daemon.c:3239: Failed to remove FD from epoll set. Grmbl.
Undeterministic tests :{

Cheers,

Mark

Reply via email to