Hi! On Friday 07 November 2014 12:12:31 intrigeri wrote: > Could you please apply the following patch to > /usr/share/perl5/App/Parcimonie/Role/HasEncoding.pm and retry? > > @@ -24,7 +24,7 @@ with 'App::Parcimonie::Role::HasCodeset'; > use namespace::clean; > > has 'encoding' => ( > - isa => 'Encode::Encoding', > + isa => 'Encode::Encoding|Encode::XS', > is => 'ro', > lazy_build => 1, > );
That seems to fix it: $ parcimonie --verbose Using 17788.2352941176 seconds as average sleep time, and 618.710632200784 seconds as fallback sleep time. tryRecvKey: trying to fetch <long-keyid> gpg: requesting key <keyid> from hkps server hkps.pool.sks-keyservers.net gpg: key <keyid>: ""Firstname Lastname" <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 Will now sleep 33744 seconds. > And out of curiosity, what's the output of the "locale" command? $ locale LANG= LANGUAGE=en_US:en LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= Cheers, Diederik -- GPG: 0x138E41915C7EFED6
signature.asc
Description: This is a digitally signed message part.

