#1023214 schroot: CMakeLists.txt: missing "gettext" library should be a fatal error

Package:
schroot
Source:
schroot
Description:
Execute commands in a chroot environment
Submitter:
Dima Kogan
Date:
2022-11-01 01:57:02 UTC
Severity:
normal
Tags:
#1023214#5
Date:
2022-10-31 18:20:55 UTC
From:
To:
an issues on Debian since we have Build-Depends: gettext

If the gettext dependency is missing, the "cmake" step succeeds with a
warning. You can still try to build, but the build fails because
gettext() is used by the code unconditionally. Thus the CMakeLists.txt
should treat a missing gettext as a fatal error, or the code should be
changed to work even without.

Thanks.