Доброго чего у вас там.
Захотелось мне генты в виртуалочке. Установил, настроил, порадовался. Дальше пошли приключения. Не могу понять чего он хочет
localhost portage # cat make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -pipe -march=native -mtune=generic"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="bindist mmx sse sse2 -qt -gnome -kde alsa X crypt culr bzip2 dri flac git gzip gtk inotify jpeg jpeg2k libnotify libwww multilib ncurses opengl pcmcia png sdl ssl symlink usb zlib networkmanager"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/"
SYNC="rsync://rsync2.ru.gentoo.org/gentoo-portage"
localhost ~ # emerge dev-python/py
* IMPORTANT: 5 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Calculating dependencies... done!
[nomerge ] dev-python/py-1.4.20 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)"
[ebuild N ] dev-python/pytest-2.4.2 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 541 kB
[ebuild N ] dev-python/py-1.4.20 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)" 182 kB
Total: 2 packages (2 new), Size of downloads: 722 kB
* Error: circular dependencies:
(dev-python/py-1.4.20::gentoo, ebuild scheduled for merge) depends on
(dev-python/pytest-2.4.2::gentoo, ebuild scheduled for merge) (buildtime)
(dev-python/py-1.4.20::gentoo, ebuild scheduled for merge) (buildtime)
It might be possible to break this cycle
by applying the following change:
- dev-python/py-1.4.20 (Change USE: -test)
Note that this change can be reverted, once the package has been installed.
localhost ~ # emerge --newuse --update dev-python/py
* IMPORTANT: 5 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Calculating dependencies... done!
[nomerge ] dev-python/py-1.4.20 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)"
[ebuild N ] dev-python/pytest-2.4.2 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 541 kB
[ebuild N ] dev-python/py-1.4.20 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)" 182 kB
Total: 2 packages (2 new), Size of downloads: 722 kB
* Error: circular dependencies:
(dev-python/pytest-2.4.2::gentoo, ebuild scheduled for merge) depends on
(dev-python/py-1.4.20::gentoo, ebuild scheduled for merge) (buildtime)
(dev-python/pytest-2.4.2::gentoo, ebuild scheduled for merge) (buildtime)
It might be possible to break this cycle
by applying the following change:
- dev-python/py-1.4.20 (Change USE: -test)
Note that this change can be reverted, once the package has been installed.
localhost ~ # USE="-test" emerge --newuse --update dev-python/py
* IMPORTANT: 5 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Calculating dependencies... done!
[nomerge ] dev-python/py-1.4.20 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)"
[ebuild N ] dev-python/pytest-2.4.2 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 541 kB
[ebuild N ] dev-python/py-1.4.20 USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)" 182 kB
Total: 2 packages (2 new), Size of downloads: 722 kB
* Error: circular dependencies:
(dev-python/pytest-2.4.2::gentoo, ebuild scheduled for merge) depends on
(dev-python/py-1.4.20::gentoo, ebuild scheduled for merge) (buildtime)
(dev-python/pytest-2.4.2::gentoo, ebuild scheduled for merge) (buildtime)
It might be possible to break this cycle
by applying the following change:
- dev-python/py-1.4.20 (Change USE: -test)
Note that this change can be reverted, once the package has been installed.
localhost ~ #