On Sat, Jan 04, 2025 at 12:49:05AM +0100, Santiago Vila wrote: > Package: src:diet-ng,src:gir-to-d,src:mir-core,src:mustache-d > Severity: serious > Tags: ftbfs > > Dear maintainer: > > All the above packages currently fail to build from source with > the message I've put in the Subject:
This has been caused because the failed command has '-lz', so its trying to use libz.so but zlib1g-dev is not marked as a dependency and so is not installed during the build. I don't know what is the best solution here, adding zlib1g-dev as a build-dependency to all these 4 packages or adding zlib1g-dev as a run time dependency of ldc. I will leave it on the Debian D Language Group to decide. -- Regards Sudip