Control: tag -1 patch Hola Santiago,
On 2026-01-21 06:03, Santiago Vila wrote: > On Wed, Jan 21, 2026 at 05:50:21PM +0100, Emanuele Rocca wrote: > > yppasswd.c:28:10: fatal error: crypt.h: No such file or directory > > 28 | #include <crypt.h> > > | ^~~~~~~~~ > > compilation terminated. > > I guess this is because libc6-dev has finally dropped its > compatibility dependency on libcrypt-dev, which now has to be added to > build-depends when appropriate. This was already reported here: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106908 > > but for some reason the fix did not work, or maybe it was not applied. > > Trivial (but untested) patch attached. Ah yes, I double-checked that adding a build-depend on libcrypt-dev fixes the problem. Thanks!

