After updating to the new scheme of syncing the portage tree, I'm having trouble with getting anything that requires python to emerge.
For example, I get this
!!! The ebuild selected to satisfy "sys-boot/boot-update" has unmet requirements.
- sys-boot/boot-update-1.8.2::core-kit USE="" PYTHON_SINGLE_TARGET="-python3_4 -python3_5 -python3_6" PYTHON_TARGETS="-python3_4 -python3_5 -python3_6"
The following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 )
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_6 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 )
despite the fact I have this in /etc/portage/make.conf
emerge: there are no ebuilds to satisfy "dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]".
Question
mauricev
After updating to the new scheme of syncing the portage tree, I'm having trouble with getting anything that requires python to emerge.
For example, I get this
despite the fact I have this in /etc/portage/make.conf
It requires me to manually supply in package.use
and it has to be 3.4. 3.6 won't work.
Then I get this
Despite the fact it's already emerged
Link to comment
Share on other sites
20 answers to this question
Recommended Posts