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