Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708562 - gnome-base/gnome-settings-daemon: invalid use of python_gen_any_dep
Summary: gnome-base/gnome-settings-daemon: invalid use of python_gen_any_dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-07 07:27 UTC by Michał Górny
Modified: 2021-04-18 21: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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-02-07 07:27:24 UTC
$(python_gen_any_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
		$(python_gen_any_dep 'dev-python/dbusmock[${PYTHON_USEDEP}]')


This resolves to || ( pygobject... ) || ( dbusmock... ) which means it can be satisfied by incompatible impls on pygobject and dbusmock, which means it will fail in pkg_setup().  python_gen_any_dep must be used exactly once in every possible combination of USE flags.
Comment 1 Matt Turner gentoo-dev 2021-04-18 21:55:56 UTC
Fixed in v40.0.