Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with installation kde-meta, gnome
Date: Wed, 17 Feb 2010 12:01:15
Message-Id: 20100217120027.3aa62d8d@digimed.co.uk
In Reply to: [gentoo-user] Problem with installation kde-meta, gnome by "Andzrzej Styczeń"
1 On Wed, 17 Feb 2010 10:25:25 +0100, Andzrzej Styczeń wrote:
2
3 > * Error: circular dependencies:
4 >
5 > ('ebuild','/','devel-util/cmake-2.6.4-r3','merge') depends on
6 >     ('ebuild','/','x11-libs/qt-gui-4.5.3-r2','merge') (buildtime)
7 > ....
8
9 qt-gui needs cmake to build, but you have set the qt4 USE flag, so cmake
10 needs QT to build, hence the circular dependency.
11
12 USE="-qt4" emerge --oneshot cmake
13
14 will temporarily build cmake without QT support, allowing it to build
15 first.
16
17
18 --
19 Neil Bothwick
20
21 There's no such thing as a free lunch
22 ___Steve Ballmer, choking on a linuxburger

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Problem with installation kde-meta, gnome "Crístian Viana" <cristiandeives@×××××.com>
Re: [gentoo-user] Problem with installation kde-meta, gnome "Andrzej Styczeń" <styczen_andrzej@××.pl>