Summary: | media-gfx/eog-plugins: python issues | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Franz Trischberger <franz.trischberger> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | franz.trischberger |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Franz Trischberger
2015-06-09 07:58:33 UTC
You most likely are hitting the Gnome 3.16 mask that I added to the tree yesterday when I started moving packages to the tree. Please wait a couple of hours so I can finish this, then it should solve itself. I did the first install test when this was still not masked in the gnome repo. I now waited until it was without mask in the main portage tree. As I suspected the issue remains. IMO that's because python_gen_useflags works that way: It returns a list with PYTHON_COMPAT targets. The ebuild says "exactly one of" specified PYTHON_COMPAT targets, which raises the error. Damn... That happens when you are working on two computers (laptop + ssh) in the same tmux session with many windows open - I always looked in the wrong window when evaluating set PYTHON_TARGETS. My machine actually sets both 3.3 and 3.4, and that is what the REQUIRED_USE does - pick just one of them. A calm thought revieled the ebuild is right an I am wrong - and I immediately found the error. (Note to myself: don't report bugs when you don't have the time to properly think of the issue) |