Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 708562

Summary: gnome-base/gnome-settings-daemon: invalid use of python_gen_any_dep
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.