| Summary: | dev-python/jsonpointer-1.3 fails to build on non-unicode locales | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| Component: | New packages | Assignee: | Matthew Thode ( prometheanfire ) <prometheanfire> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | python |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
purged from portage 18 Nov 2014 |
/usr/bin/python2.7 setup.py build /usr/bin/python3.4 setup.py build /usr/bin/python3.3 setup.py build /usr/bin/python3.2 setup.py build /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points' warnings.warn(msg) running build running build_py creating /var/tmp/portage/dev-python/jsonpointer-1.3/work/jsonpointer-1.3-python2_7/lib copying jsonpointer.py -> /var/tmp/portage/dev-python/jsonpointer-1.3/work/jsonpointer-1.3-python2_7/lib warning: build_py: byte-compiling is disabled, skipping. running build_scripts creating /var/tmp/portage/dev-python/jsonpointer-1.3/work/jsonpointer-1.3-python2_7/scripts copying and adjusting bin/jsonpointer -> /var/tmp/portage/dev-python/jsonpointer-1.3/work/jsonpointer-1.3-python2_7/scripts changing mode of /var/tmp/portage/dev-python/jsonpointer-1.3/work/jsonpointer-1.3-python2_7/scripts/jsonpointer from 644 to 755 Traceback (most recent call last): File "setup.py", line 9, in <module> src = open(filename).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 179: ordinal not in range(128) Traceback (most recent call last): File "setup.py", line 9, in <module> src = open(filename).read() File "/usr/lib64/python3.3/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 179: ordinal not in range(128) * ERROR: dev-python/jsonpointer-1.3::gentoo failed (compile phase): Traceback (most recent call last): File "setup.py", line 9, in <module> src = open(filename).read() File "/usr/lib64/python3.2/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 179: ordinal not in range(128) * (no error message) * * ERROR: dev-python/jsonpointer-1.3::gentoo failed (compile phase): * Call stack: * ERROR: dev-python/jsonpointer-1.3::gentoo failed (compile phase): * (no error message) * (no error message)