I updated my home Funtoo installation successfully to meta-repo using the instructions here. I did the same for my work pc but I think something went wrong. Whenever I try "emerge --ask --update --newuse --deep @world" I get the following:
$ emerge --ask --update --newuse --deep @world
These are the packages that would be merged, in order:
Calculating dependencies /
!!! Problem resolving dependencies for sys-apps/file from @system
... done!
!!! The ebuild selected to satisfy "sys-apps/file" has unmet requirements.
- sys-apps/file-5.30::core-kit USE="python zlib -static-libs" ABI_X86="64 -32 -x32" PYTHON_TARGETS="-pypy -python2_7 -python3_4 -python3_5 -python3_6"
The following REQUIRED_USE flag constraints are unsatisfied:
python? ( any-of ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) )
(dependency required by "@system" [set])
(dependency required by "@world" [argument])
If I add python_targets_python2_7 and python_targets_python3_4 use flags to package.use then it complains about another package. And if I add the use flags to that package it just complains about another package with the same error.
Question
seaofash
I updated my home Funtoo installation successfully to meta-repo using the instructions here. I did the same for my work pc but I think something went wrong. Whenever I try "emerge --ask --update --newuse --deep @world" I get the following:
If I add python_targets_python2_7 and python_targets_python3_4 use flags to package.use then it complains about another package. And if I add the use flags to that package it just complains about another package with the same error.
Here is my emerge --info:
Any help would be appreciated.
Link to comment
Share on other sites
15 answers to this question
Recommended Posts