[aur-general] Compiling with UTF-8 symbols in build path

Allen Li cyberdupo56 at gmail.com
Thu Dec 20 13:48:42 EST 2012


On Thu, Dec 20, 2012 at 11:12:35AM +0100, Paul Weingardt wrote:
> Here is the error message:
> 
> Exception occurred:
> File "/usr/lib/python2.7/site-packages/sphinx/environment.py", line 758, in read_doc
>     pub.set_source(None, src_path.encode(fs_encoding))
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 25: ordinal not in range(128)

It looks like the error is occurring in sphinx, which is a Python
library that builds the documentation.  fs_encoding = ascii on his/her
computer, it seems, so of course unicode in a path won't work.  Maybe
he/she should file a bug upstream?

Allen


More information about the aur-general mailing list