Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559600 - =dev-python/rfc3986-0.2.2: build error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1030: ordinal not in range(128)
Summary: =dev-python/rfc3986-0.2.2: build error: UnicodeDecodeError: 'ascii' codec can...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 15:46 UTC by Alex Brandt (RETIRED)
Modified: 2015-09-12 17:35 UTC (History)
0 users

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


Attachments
dev-python/rfc3986 output (1441381157-install-dev-python_rfc3986-0.2.2:0::gentoo.out,4.14 KB, application/octet-stream)
2015-09-04 15:48 UTC, Alex Brandt (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Brandt (RETIRED) gentoo-dev 2015-09-04 15:46:59 UTC
Looks like this package doesn't handle a non-unicode installation environment correctly.  Probably just missing a `from codecs import open` and friends in setup.py.

Reproducible: Always

Steps to Reproduce:
1. LC_ALL=C
2. emerge dev-python/rfc3986
3. error in src_compile
Actual Results:  
Attached paludis build output.

Expected Results:  
Successful build.
Comment 1 Alex Brandt (RETIRED) gentoo-dev 2015-09-04 15:48:09 UTC
Created attachment 410996 [details]
dev-python/rfc3986 output

Paludis output for dev-python/rfc3986 build failure.
Comment 2 Mike Gilbert gentoo-dev 2015-09-12 17:35:22 UTC
> 1. LC_ALL=C

Don't do that.