J. Roeleveld <jo...@antarean.org> [17-02-01 17:18]: > On February 1, 2017 6:48:25 AM GMT+01:00, Alan McKinnon > <alan.mckin...@gmail.com> wrote: > >On 01/02/2017 05:10, meino.cra...@gmx.de wrote: > >> Hi, > >> > >> okay, "it's back!" > >> > >> emerge: there are no ebuilds to satisfy > >> > >">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]". > >> (dependency required by "dev-python/setuptools-34.0.2-r1::gentoo" > >> [ebuild]) > >> (dependency required by "dev-python/numpy-1.10.4::gentoo" > >[installed]) > >> (dependency required by "media-libs/opencv-2.4.13::gentoo[python]" > >> [installed]) > >> (dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]" > >> [installed]) > >> (dependency required by "@selected" [set]) > >> (dependency required by "@world" [argument]) > >> [1] 10945 exit 1 emerge --update --newuse --deep > >--with-bdeps=y > >> --tree --keep-going -v > >> > >> > >> I had this or a very similar error message before and thought I had > >> fixed it by removing this from package.use/. : > >> > >> dev-python/setuptools python_targets_python3_5 > >> > >> Then another hickup let me enabling this line again...and BOOM! > >> The above error message stroke again! > >> > >> I can emerge six alone without problems: > >> > >> [I] dev-python/six > >> Available versions: 1.10.0 {doc test PYTHON_TARGETS="pypy pypy3 > >python2_7 python3_4 python3_5"} > >> Installed versions: 1.10.0(03:03:13 02/01/17)(-doc -test > >PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_4 -python3_5") > >> Homepage: https://bitbucket.org/gutworth/six > >https://pypi.python.org/pypi/six > >> Description: Python 2 and 3 compatibility library > >> > >> and it is installed. > >> > >> I have no idea what triggers this error message and to be honest I am > >> not really ue what it is trying to tell me. > >> By far my marsian isn't that good as my english...and take a look how > >> horrible THAT is... ;) > >> > >> Who tals marsian and is willing to translate ;) > > > >Your python targets seems off. > >Remove all occurences of python targets and python single targets in > >make.conf, leave the decision to portage and the profile. > > Don't forget to remove them from package.use and anywhere else you might have > put them. > > -- > Joost > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. >
computer:/etc>pwd /etc computer:/etc>grep -r PYTHON_ * make.conf:# PYTHON_TARGETS="python2_7" portage/package.use/openbox:# x11-wm/openbox branding debug imlib nls python session startup-notification static-libs svg xdg PYTHON_TARGETS="python2_6 python2_7" portage/package.use/qemu:## PYTHON_TARGETS="python2_7" QEMU_SOFTMMU_TARGETS="aarch64 alpha arm cris i386 lm32 \ solfire:/etc> At least everythong below does not contain any PYTHON_<something> anymore (or is commented off). Still getting this: These are the packages that would be merged, in reverse order: Calculating dependencies... done! emerge: there are no ebuilds to satisfy ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]". (dependency required by "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required by "dev-python/numpy-1.10.4::gentoo" [ebuild]) (dependency required by "media-libs/opencv-2.4.13::gentoo[python]" [installed]) (dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]" [installed]) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) What place are left, which may contain any suspicious definition? Cheers Meino