I'm getting the following error when trying to update the world.
# emerge -auDN @world --jobs=3 --exclude dev-lang/perl
These are the packages that would be merged, in order:
Calculating dependencies |
!!! Problem resolving dependencies for app-editors/vim from @selected ... done!
!!! The ebuild selected to satisfy "app-editors/vim" has unmet requirements.
- app-editors/vim-8.2.0493::editors-kit USE="acl nls python -X -cscope -debug -gpm -lua -luajit -minimal -perl -racket -ruby (-selinux) -tcl -vim-pager" PYTHON_TARGETS="python2_7 python3_6 python3_7 -python3_5"
The following REQUIRED_USE flag constraints are unsatisfied:
python? ( at-most-one-of ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) )
The above constraints are a subset of the following complete expression:
luajit? ( lua ) python? ( any-of ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) at-most-one-of ( python_targets_python2_7 ) at-most-one-of ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) )
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Python targets are set in /etc/make.conf, but as per the update instructions I set this manually.
Question
leeflemingster
I'm following the upgrade instructions here https://www.funtoo.org/Upgrade_Instructions/1.4-release
I'm getting the following error when trying to update the world.
# emerge -auDN @world --jobs=3 --exclude dev-lang/perl These are the packages that would be merged, in order: Calculating dependencies | !!! Problem resolving dependencies for app-editors/vim from @selected ... done! !!! The ebuild selected to satisfy "app-editors/vim" has unmet requirements. - app-editors/vim-8.2.0493::editors-kit USE="acl nls python -X -cscope -debug -gpm -lua -luajit -minimal -perl -racket -ruby (-selinux) -tcl -vim-pager" PYTHON_TARGETS="python2_7 python3_6 python3_7 -python3_5" The following REQUIRED_USE flag constraints are unsatisfied: python? ( at-most-one-of ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) ) The above constraints are a subset of the following complete expression: luajit? ( lua ) python? ( any-of ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) at-most-one-of ( python_targets_python2_7 ) at-most-one-of ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) ) (dependency required by "@selected" [set]) (dependency required by "@world" [argument])
Python targets are set in /etc/make.conf, but as per the update instructions I set this manually.
# cat /etc/make.conf MAKEOPTS="-j5" L10N="en-GB" LINGUAS="en-GB" GRUB_PLATFORMS="pc" USE="upnp ipv6 logrotate" PYTHON_TARGETS="python2_7 python3_6 python3_7" PYTHON_SINGLE_TARGET="python3_7" # echo $PYTHON_TARGETS python3_7 python3_6 python2_7
What am I missing?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts