Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639118 - dev-libs/libpeas-1.2.0-r1: USE-flags conflict
Summary: dev-libs/libpeas-1.2.0-r1: USE-flags conflict
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 bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-28 21:57 UTC by Rinaldus
Modified: 2017-11-29 06:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge_info.txt (emerge_info.txt,15.70 KB, text/plain)
2017-11-28 21:58 UTC, Rinaldus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rinaldus 2017-11-28 21:57:19 UTC
When I try to update world, I have the following output:

Calculating dependencies... done!

!!! The ebuild selected to satisfy ">=dev-libs/libpeas-1.2.0[gtk]" has unmet requirements.
- dev-libs/libpeas-1.20.0-r1::gentoo USE="gtk python -glade -jit -lua -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_4 python3_5" PYTHON_TARGETS="python3_5 -python3_4"

  The following REQUIRED_USE flag constraints are unsatisfied:
    python? ( exactly-one-of ( python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python3_4? ( python_targets_python3_4 ) )

  The above constraints are a subset of the following complete expression:
    python? ( exactly-one-of ( python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) )

(dependency required by "media-gfx/eom-1.18.2::gentoo-mate" [installed])
(dependency required by "@desktop-apps" [set])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

I tried to disable python_single_target_python3_5 and python_targets_python3_5, but they became required USE-flags. Then I tried to disable python_targets_python3_4 and python_single_target_python3_4 USE-flags. Here's my current config for this package:

$ cat /etc/portage/package.use/libpeas 
dev-libs/libpeas python_single_target_python3_5 python_targets_python3_5 -python_single_target_python3_4

But python_single_target_python3_4 remains enabled, I can't disable it and can't update world. What's happened?

Reproducible: Always
Comment 1 Rinaldus 2017-11-28 21:58:33 UTC
Created attachment 507040 [details]
emerge_info.txt