Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514296 - dev-python/jsonpointer-1.3 fails to build on non-unicode locales
Summary: dev-python/jsonpointer-1.3 fails to build on non-unicode locales
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-21 23:23 UTC by Patrick Lauer
Modified: 2014-12-08 05:23 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-06-21 23:23:44 UTC
/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)
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-12-08 05:23:39 UTC
purged from portage 18 Nov 2014