equery u media-libs/libvpx Traceback (most recent call last): File "/usr/lib/python-exec/python3.4/equery", line 38, in <module> equery.main(sys.argv) File "/usr/lib64/python3.4/site-packages/gentoolkit/equery/__init__.py", line 357, in main loaded_module.main(module_args) File "/usr/lib64/python3.4/site-packages/gentoolkit/equery/uses.py", line 297, in main global_usedesc = get_global_useflags() File "/usr/lib64/python3.4/site-packages/gentoolkit/equery/uses.py", line 159, in get_global_useflags for line in open_file: 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 2590: ordinal not in range(128)
See bug 566504 comment 7 and bug 590170. Basically you need at least app-portage/gentoolkit-0.3.2-r1.
So I need an unstable package version to inspect details about a stable package?
(In reply to Michael Jones from comment #2) > So I need an unstable package version to inspect details about a > stable package? Yes, if you want to run equery u on *any* package using python3.4 you need a version of equery that survives nb - Norwegian Bokmål in /usr/portage/profiles/desc/l10n.desc. That version of the package has been stabling since 20160801 – that's 12 weeks now – so you might as well just keyword it yourself. Or just could use python2.7 until that version gets stabilized. Or you could make this bug depend on 590170 to remind the architecture people CC:d there that this is still affecting others.