Хотел поставить на сервер с Gentoo пакет ffmpeg (требуется перекодировка видео). Следуя нагугленным инструкциям, выполнил такие команды:
eselect profile list
eselect profile set 6
Тем самым выбрал
[6] default/linux/x86/10.0/server *
Затем выполнил команды
emerge --sync
И попробовал выполнить
emerge portage
Но тут оно мне пишет
Calculating dependencies... done!
[ebuild N ] dev-libs/libffi-3.0.9 USE="-debug -static-libs -test"
[ebuild N ] virtual/libffi-0
[ebuild U ] app-admin/eselect-1.2.11 [1.0.11-r1]
[ebuild U ] app-admin/eselect-python-20100321 [20090606]
[uninstall ] app-admin/eselect-news-20080320
[blocks b ] app-admin/eselect-news ("app-admin/eselect-news" is blocking app-admin/eselect-1.2.11)
[ebuild N ] app-arch/xz-utils-4.999.9_beta USE="nls threads -static-libs"
[ebuild U ] sys-apps/sandbox-2.4 [1.2.18.1-r2] USE="(-multilib)"
[uninstall ] app-arch/lzma-utils-4.32.6
[blocks b ] app-arch/lzma-utils ("app-arch/lzma-utils" is blocking app-arch/xz-utils-4.999.9_beta)
[ebuild NS ] dev-lang/python-2.6.6-r1 [2.4.6, 2.5.4-r3] USE="gdbm ncurses readline sqlite ssl threads (wide-unicode) xml -berkdb -build -doc -examples -ipv6 -tk -wininst"
[ebuild U ] sys-apps/portage-2.1.9.25 [2.1.6.7] USE="(ipc%*) -python3%"
*** Portage will stop merging at this point and reload itself,
then resume the merge.
[blocks B ] <sys-apps/portage-2.1.9 ("<sys-apps/portage-2.1.9" is blocking dev-lang/python-2.6.6-r1)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
('ebuild', '/', 'dev-lang/python-2.6.6-r1', 'merge') pulled in by
dev-lang/python:2.6 required by ('ebuild', '/', 'sys-apps/portage-2.1.9.25', 'merge')
В Gentoo я абсолютно новичок. Подскажите, пожалуйста, как правильно обновиться.