Build process with environment that LC_ALL set to non-utf8 locale will be fail due to following error from autotools/check-man-warnings.
col: Invalid or incomplete multibyte or wide character
man: command exited with status 1: col -b -p -x
Explicitly specify LC_ALL before running the script can solve this problem.
Yuto KAWAMURA(kawamuray) (1):
Add LC_ALL=en_US.UTF-8 before running check-man-warnings
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.8.5.5
