Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 552726

Summary: 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)
Product: Gentoo Linux Reporter: Andrei Slavoiu <ansla80>
Component: [OLD] DevelopmentAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

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.