Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576790 - sys-apps/portage-2.2.26 dispatch-conf UnicodeDecodeError
Summary: sys-apps/portage-2.2.26 dispatch-conf UnicodeDecodeError
Status: RESOLVED DUPLICATE of bug 576788
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-08 15:52 UTC by Brian Dolbec
Modified: 2016-03-08 15:55 UTC (History)
0 users

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 Brian Dolbec (RETIRED) gentoo-dev 2016-03-08 15:52:52 UTC
From forum topic: https://forums.gentoo.org/viewtopic-t-1040232.html?sid=595846495276e2575345abc12e6f1789


Traceback (most recent call last): 
  File "/usr/lib/python-exec/python3.3/dispatch-conf", line 512, in <module> 
    portage.settings.get('CONFIG_PROTECT', ''))) 
  File "/usr/lib/python-exec/python3.3/dispatch-conf", line 142, in grind 
    confs += self.massage(proc.readlines()) 
  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 2548: ordinal not in range(128)


Reproducible: Always
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2016-03-08 15:55:47 UTC

*** This bug has been marked as a duplicate of bug 576788 ***