Source: cracklib2 Version: 2.9.6-3.4 Tags: ftbfs patch upstream User: helm...@debian.org Usertags: rebootstrap
cracklib2 fails to build from source on musl-linux-any, because it does not detect gettext. As a result, its locales are not installed and that makes debhelper barf. The actual issue is to be found - and has been fixed - in the relevant autoconf macros. What needs to happen here is to select those fixed versions. Please consider applying the attached patch. Helmut
--- a/configure.ac +++ b/configure.ac @@ -55,7 +55,8 @@ AC_CHECK_FUNCS(strdup) AC_CHECK_FUNCS(getpwuid_r) dnl internationalization macros -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8]) +AM_GNU_GETTEXT_VERSION([0.19.6]) AM_GNU_GETTEXT([external]) dnl Control default dictname