Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238795 - circular dependencies
Summary: circular dependencies
Status: RESOLVED DUPLICATE of bug 217861
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: Bug, EBUILD
Depends on:
Blocks:
 
Reported: 2008-09-26 17:20 UTC by boris
Modified: 2008-09-27 17:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boris 2008-09-26 17:20:05 UTC
(chroot) livecd linux # emerge syslog-ng
Calculating dependencies... done!
[nomerge      ] app-admin/syslog-ng-2.0.9  USE="ipv6 tcpd -hardened (-selinux) -spoof-source -static" 
[nomerge      ]  dev-libs/glib-2.16.5  USE="fam -debug -hardened (-selinux) -xattr" 
[ebuild  N    ]   app-admin/gamin-0.1.9-r1  USE="python -debug" 
[ebuild  N    ]    dev-libs/glib-2.16.5  USE="fam -debug -hardened (-selinux) -xattr" 
!!! Error: circular dependencies:

('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.5', 'merge') (hard)
('ebuild', '/', 'dev-libs/glib-2.16.5', 'merge') depends on
   ('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') (hard)

!!! Note that circular dependencies can often be avoided by temporarily
!!! disabling USE flags that trigger optional dependencies.


Reproducible: Always




(chroot) livecd linux # uname -a
Linux livecd 2.6.24-gentoo-r7 #1 SMP Thu Jul 3 18:36:20 UTC 2008 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux

(chroot) livecd linux # cat /etc/make.conf
CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j2"
USE="mmx sse sse2"
GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/ "

SYNC="rsync://rsync.gentoo.org/gentoo-portage"
Comment 1 Rafał Mużyło 2008-09-26 18:20:46 UTC
This is a duplicate of bug 217861.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-09-27 17:54:55 UTC

*** This bug has been marked as a duplicate of bug 217861 ***