Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598014 - equery u media-libs/libvpx
Summary: equery u media-libs/libvpx
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 18:06 UTC by Michael Jones
Modified: 2016-10-25 17:17 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 Michael Jones 2016-10-24 18:06:59 UTC
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)
Comment 1 Jouni Kosonen 2016-10-24 18:57:01 UTC
See bug 566504 comment 7 and bug 590170.

Basically you need at least app-portage/gentoolkit-0.3.2-r1.
Comment 2 Michael Jones 2016-10-24 19:40:45 UTC
So I need an unstable package version to inspect details about a stable package?
Comment 3 Jouni Kosonen 2016-10-24 20:26:34 UTC
(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.