Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552726 - dev-python/alabaster-0.7.5 fails to build with UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15684: ordinal not in range(128)
Summary: dev-python/alabaster-0.7.5 fails to build with UnicodeDecodeError: 'ascii' co...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-21 12:32 UTC by Andrei Slavoiu
Modified: 2015-06-22 01:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.43 KB, text/plain)
2015-06-21 12:33 UTC, Andrei Slavoiu
Details
emerge --info (emerge.info,7.74 KB, text/plain)
2015-06-21 12:35 UTC, Andrei Slavoiu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Slavoiu 2015-06-21 12:32:20 UTC
>>> Compiling source in /var/tmp/portage/dev-python/alabaster-0.7.5/work/alabaster-0.7.5 ...
 * python3_4: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.4 setup.py build
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    readme = f.read()
  File "/usr/lib64/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15684: ordinal not in range(128)
 * ERROR: dev-python/alabaster-0.7.5::gentoo failed (compile phase):
 *   (no error message)

Reproducible: Always
Comment 1 Andrei Slavoiu 2015-06-21 12:33:35 UTC
Created attachment 405480 [details]
build.log
Comment 2 Andrei Slavoiu 2015-06-21 12:35:25 UTC
Created attachment 405482 [details]
emerge --info
Comment 3 Mike Gilbert gentoo-dev 2015-06-22 01:41:47 UTC
You have LC_ALL="C". Don't do that.