Source: yp-tools
Version: 4.2.3-5
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
Hi,
yp-tools currently fails to build from source on amd64 and arm64 (and probably
other architectures) with the following error:
gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I. -I..
-DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-I/usr/include/t
irpc -I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/yp-tools-4.2.3=. -fs
tack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -c -o yptest.o yptest.c
yppasswd.c:28:10: fatal error: crypt.h: No such file or directory
28 | #include <crypt.h>
| ^~~~~~~~~
compilation terminated.