Bug#995336: libapp-wdq-perl: fails to build (on buildd)
Andrius Merkys
merkys at debian.org
Fri Oct 1 09:44:36 BST 2021
Control: tags -1 + confirmed
Hello,
> Interestingly the tests pass for me locally.
>
> The first output is
>
> # Failed test 'validate SPARQL'
> # at t/bin.t line 23.
> # STDERR is:
> # invalid language(s): c.utf-8
> #
> # not:
> # invalid SPARQL query
> #
> # as expected
I managed to reproduce this locally by setting
LANG=C.UTF-8
LC_ALL=C.UTF-8
prior to package build. Apparently, the script 'wdq' attempts to derive
user's language from these locale settings. Possible fix is to set the
locale to 'en_US.UTF-8' or something similar.
Andrius
More information about the pkg-perl-maintainers
mailing list