close
[ikiwiki] / doc / forum / Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn
1 I got the following error related to `Encode.pm` when I build my Ikiwiki instance 
2
3
4     $ ikiwiki --setup mysite.setup
5     'git pull --prune origin' failed:  at /usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/Plugin/git.pm line 220.
6     Cannot decode string with wide characters at /usr/pkg/lib/perl5/5.20.0/darwin-thread-multi-2level/Encode.pm line 175.
7
8
9 Any idea how to fix it?
10
11 I installed ikiwiki via pkgsrc on OS X 10.10.2:
12
13          $ ikiwiki --version
14          ikiwiki version 3.20141016
15          $ uname -a
16          Darwin qazwsx.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64
17          $ which perl
18          /usr/bin/perl
19          $ perl --version
20
21          This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level
22          (with 2 registered patches, see perl -V for more detail)
23          ...