Hi On Tue, 01 Nov 2022 18:43:31 -0400 Daniel Kahn Gillmor <d...@debian.org> wrote: > This error is also mistakenly produced for libassuan-mingw-w64-dev (used > for cross-building gpgv.exe as part of a windows installer signature > verification tool):
Lintian also potentially produces the no-code-sections report for wasi-libc. However, the report is currently not visible as lintian-overrides is in place: https://sources.debian.org/src/wasi-libc/0.0~git20230113.4362b18-3/debian/wasi-libc.lintian-overrides/ It looks like we need some modification to the following code so we can analyse non-ELF files using Lintian, but I have no clue how to address it at the moment. https://salsa.debian.org/lintian/lintian/-/blob/98e5ebd3f120e6200d293b81de8a49f33edef5c4/lib/Lintian/Check/Libraries/Static/NoCode.pm#L67-80 Best, Fukui