since stable was declared deprecated, i'm trying to switch to current, however i'm facing with this now:
# emerge -uDN world --verbose-conflicts --backtrack=30
!!! The ebuild selected to satisfy "net-analyzer/rrdtool" has unmet requirements.
- net-analyzer/rrdtool-1.7.0::net-kit USE="perl python tcpd -dbi -doc -graph -lua -rados -rrdcgi -ruby -static-libs -tcl" PYTHON_SINGLE_TARGET="python2_7 python3_4 -python3_5" PYTHON_TARGETS="python2_7 python3_4 -python3_5"
The following REQUIRED_USE flag constraints are unsatisfied:
python? ( exactly-one-of ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) )
The above constraints are a subset of the following complete expression:
python? ( exactly-one-of ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) )
# PYTHON_SINGLE_TARGET="python3_4" emerge -uDN world --verbose-conflicts --backtrack=30
!!! The ebuild selected to satisfy "app-text/asciidoc" has unmet requirements.
- app-text/asciidoc-8.6.9-r5::text-kit USE="-examples -graphviz -highlight -test" PYTHON_SINGLE_TARGET="-pypy -python2_7" PYTHON_TARGETS="python2_7 -pypy"
The following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( python_single_target_pypy python_single_target_python2_7 )
The above constraints are a subset of the following complete expression:
exactly-one-of ( python_single_target_pypy python_single_target_python2_7 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 )
# PYTHON_SINGLE_TARGET="python2_7" emerge -uDN world --verbose-conflicts --backtrack=30
!!! The ebuild selected to satisfy ">=media-libs/lensfun-0.2.3:0=" has unmet requirements.
- media-libs/lensfun-0.3.2::media-kit USE="-doc -test" CPU_FLAGS_X86="sse sse2" PYTHON_SINGLE_TARGET="-python3_4 -python3_5" PYTHON_TARGETS="python3_4 -python3_5"
The following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( python_single_target_python3_4 python_single_target_python3_5 )
The above constraints are a subset of the following complete expression:
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 )
Question
skunk
hello,
since stable was declared deprecated, i'm trying to switch to current, however i'm facing with this now:
Link to comment
Share on other sites
8 answers to this question
Recommended Posts