[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: webgen (finally)



Am Mittwoch, dem 10.03.2021 um 00:20 +0100 schrieb Daniel Leidert:

[..]
> If you take a look at the results it seems that the rrors are mostly language
> code related and maybe UTF-8 is expected as well. Maybe you need to set LANG or
> you need locales-all for the tests?
> 
> I would have to take a look at the package to say for sure.

Ok, I can reproduce it. I just got the job artifacts, downloaded them, and
unpacked them into /tmp/webgen:

By executing

LANG=C RUBYLIB=. GEM_PATH=/tmp/webgen/debian/output/source_dir/debian/webgen/usr/share/rubygems-integration/all:/tmp/webgen/debian/output/source_dir/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/2.7.0:/var/lib/gems/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/lib/ruby/gems/2.7.0:/usr/lib/x86_64-linux-gnu/ruby/gems/2.7.0:/usr/share/rubygems-integration/2.7.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0 ruby2.7 -S rake -f debian/ruby-tests.rake

I get the same errors. You might want to test if exporting LANG=C.UTF-8 works.
Or maybe you have to install locales-all too.

Try putting

ENV['LANG'] = 'C.UTF-8'

into debian/ruby-tests.rake

HTH Daniel

-- 
Regards,
Daniel Leidert <dleidert@debian.org> | https://www.wgdd.de/
GPG-Key RSA4096 / BEED4DED5544A4C03E283DC74BCD0567C296D05D
GPG-Key ED25519 / BD3C132D8B3805D1808123AB7ACE00941E338C78

If you like my work consider sponsoring me via
https://www.patreon.com/join/dleidert

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: