Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-20 Thread Andrzej Styczeń
On Saturday 20 of February 2010 03:56:32 Zeerak Mustafa Waseem wrote: If I understand you correctly, then you only set useflags when you invoke emerge? As in USE=foo emerge foobar. Is this how you're doing it or am I just misunderstanding? Yes and no. Yes, because I add a given flag to USE

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-20 Thread Dale
chrome://messenger/locale/messengercompose/composeMsgs.properties: On Saturday 20 of February 2010 03:56:32 Zeerak Mustafa Waseem wrote: If I understand you correctly, then you only set useflags when you invoke emerge? As in USE=foo emerge foobar. Is this how you're doing it or am I just

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-19 Thread Andrzej Styczeń
On Thursday 18 of February 2010 15:11:16 Arttu V. wrote: I'm guessing you're stuck with one or more of the regular USE-flag related circular deps problems: cups, ldap, sasl, kerberos, rle and what are there (and apparently now I have to add qt4 into the mix as well). Do you happen to have any

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-19 Thread Zeerak Mustafa Waseem
On Fri, Feb 19, 2010 at 02:16:41PM +0100, Andrzej Stycze?? wrote: On Thursday 18 of February 2010 15:11:16 Arttu V. wrote: I'm guessing you're stuck with one or more of the regular USE-flag related circular deps problems: cups, ldap, sasl, kerberos, rle and what are there (and apparently

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-18 Thread Arttu V.
On 2/17/10, Andrzej Styczeń styczen_andr...@o2.pl wrote: Thank you for your help. I tried this, what you pointed USE=-qt4 emerge --oneshot cmake but still there are other not resolved dependicies, I will wait to tomorrow. I also try to install 'octave' and got similar problems with

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Alan McKinnon
On Wednesday 17 February 2010 11:25:25 Andzrzej Styczeń wrote: Hello, I am newbie to Gentoo. I yesterday install it and uff it works :-). Today I try to install kde on amd64 architecture but I obtain error. I do the following: # emerge --sync # emerge kde-meta * Error: circular

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Andrzej Styczeń
On Wednesday 17 of February 2010 10:58:53 Alan McKinnon wrote: Wait about one day, sync again, and retry. Chances are good the maintainer will have spotted the circular deps and fixed them. There's not much you can do about it on your end. With experience, it's possible to adjust one of the

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Neil Bothwick
On Wed, 17 Feb 2010 10:25:25 +0100, Andzrzej Styczeń wrote: * Error: circular dependencies: ('ebuild','/','devel-util/cmake-2.6.4-r3','merge') depends on     ('ebuild','/','x11-libs/qt-gui-4.5.3-r2','merge') (buildtime) qt-gui needs cmake to build, but you have set the qt4 USE flag,

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Crístian Viana
the qt4 useflag isn't enabled by default, right? that'd be a big 'default' problem to people installing KDE. On Wed, Feb 17, 2010 at 10:00 AM, Neil Bothwick n...@digimed.co.uk wrote: On Wed, 17 Feb 2010 10:25:25 +0100, Andzrzej Styczeń wrote: * Error: circular dependencies:

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Alan McKinnon
On Wednesday 17 February 2010 16:57:34 Crístian Viana wrote: the qt4 useflag isn't enabled by default, right? that'd be a big 'default' problem to people installing KDE. On Wed, Feb 17, 2010 at 10:00 AM, Neil Bothwick n...@digimed.co.uk wrote: On Wed, 17 Feb 2010 10:25:25 +0100, Andzrzej

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Andrzej Styczeń
On Wednesday 17 of February 2010 13:00:27 Neil Bothwick wrote: qt-gui needs cmake to build, but you have set the qt4 USE flag, so cmake needs QT to build, hence the circular dependency. USE=-qt4 emerge --oneshot cmake will temporarily build cmake without QT support, allowing it to build