[gentoo-user] Kde-meta

2011-08-07 Thread john
Hello, I am trying to emerge kde-meta but getting the following error message Calculating dependencies... done! Traceback (most recent call last): File /usr/bin/emerge, line 43, in module retval = emerge_main() File /usr/lib64/portage/pym/_emerge/main.py, line 1907, in emerge_main

[gentoo-user] KDE-meta 4.2 upgrade

2009-02-11 Thread James
Hello, OK, I have read back into January the suggestions on this list about going to Kde-meta 4.2. I have dozens of workstations running gentoo, so now I'm going to upgrade one (test) laptop to get a feel for kde-4.2 and hopefully flesh out an upgrade strategy for all of these laptops and

Re: [gentoo-user] KDE-meta 4.2 upgrade

2009-02-11 Thread Volker Armin Hemmann
On Mittwoch 11 Februar 2009, James wrote: Hello, OK, I have read back into January the suggestions on this list about going to Kde-meta 4.2. I have dozens of workstations running gentoo, so now I'm going to upgrade one (test) laptop to get a feel for kde-4.2 and hopefully flesh out an

Re: [gentoo-user] KDE-meta 4.2 upgrade

2009-02-11 Thread Alan McKinnon
On Wednesday 11 February 2009 20:25:13 James wrote: Hello, OK, I have read back into January the suggestions on this list about going to Kde-meta 4.2. I have dozens of workstations running gentoo, so now I'm going to upgrade one (test) laptop to get a feel for kde-4.2 and hopefully flesh out

Re: [gentoo-user] KDE-meta 4.2 upgrade

2009-02-11 Thread Dirk Uys
On Wed, Feb 11, 2009 at 9:19 PM, Alan McKinnon alan.mckin...@gmail.com wrote: gotten out of the starting blocks, never mind actually there yet) and you may run into trouble building system-settings (I didn't but others have). If you are using an older compiler (like gcc-4.1.1-r3) you may get

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-03 Thread Raymond Lewis Rebbeck
Yes, that is normal. The KDE ebuilds are 'split' now, one monolithic ebuild is equivalent to a few dozen split ebuilds. Each individual app or library has it's own ebuild. On Saturday, 3 June 2006 6:41, Mick wrote: On 02/06/06, Raymond Lewis Rebbeck [EMAIL PROTECTED] wrote: $ ls

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-03 Thread Neil Bothwick
On Fri, 2 Jun 2006 21:11:52 +, Mick wrote: Is emerging kdebase-meta meant to pull in 45 packages, or are there any old kde apps in my system pulling them in as I am trying to emerge my new split KDE? Something like that number. From the log: === 1149285323:

[gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Mick
Hi All, Apologies if this has been asked before. I uninstalled my monolithic KDE and am ready to install the split KDE ebuilds. I want to install everything except toys, games and educational packages. Since the DO_NOT_COMPILE is not meant to be used anymore, how would you suggest I go about

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Mike Owen
On 6/2/06, Mick [EMAIL PROTECTED] wrote: Hi All, Apologies if this has been asked before. I uninstalled my monolithic KDE and am ready to install the split KDE ebuilds. I want to install everything except toys, games and educational packages. Since the DO_NOT_COMPILE is not meant to be used

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Raymond Lewis Rebbeck
emerge kdebase-meta to get a minimal kde. Then you can emerge whatever other kde programs you want afterwards, eg. kmail, kopete, kpdf, etc. They're all separate ebuilds now. On Saturday, 3 June 2006 5:16, Mick wrote: Hi All, Apologies if this has been asked before. I uninstalled my

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Neil Bothwick
On Fri, 2 Jun 2006 19:46:07 +, Mick wrote: Apologies if this has been asked before. I uninstalled my monolithic KDE and am ready to install the split KDE ebuilds. I want to install everything except toys, games and educational packages. Install kdebase-meta, kdenetwork-meta, kdepim-meta

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Mick
On 02/06/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Fri, 2 Jun 2006 19:46:07 +, Mick wrote: Apologies if this has been asked before. I uninstalled my monolithic KDE and am ready to install the split KDE ebuilds. I want to install everything except toys, games and educational

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Raymond Lewis Rebbeck
They're the same as the monolithic packages but with -meta on the end. Easiest way to see what is in them: # emerge -pv foo-meta On Saturday, 3 June 2006 5:51, Mick wrote: On 02/06/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Fri, 2 Jun 2006 19:46:07 +, Mick wrote: Apologies if this

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Mick
On 02/06/06, Raymond Lewis Rebbeck [EMAIL PROTECTED] wrote: They're the same as the monolithic packages but with -meta on the end. Easiest way to see what is in them: # emerge -pv foo-meta Thanks. Where's the complete list of available meta packages? -- Regards, Mick -- gentoo-user@gentoo.org

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Raymond Lewis Rebbeck
$ ls /usr/portage/kde-base/ | grep meta kdeaccessibility-meta kdeaddons-meta kdeadmin-meta kdeartwork-meta kdebase-meta kdebindings-meta kdeedu-meta kdegames-meta kdegraphics-meta kde-meta kdemultimedia-meta kdenetwork-meta kdepim-meta kdesdk-meta kdetoys-meta kdeutils-meta kdewebdev-meta On

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Mick
On 02/06/06, Raymond Lewis Rebbeck [EMAIL PROTECTED] wrote: $ ls /usr/portage/kde-base/ | grep meta Thanks. Last question: Is emerging kdebase-meta meant to pull in 45 packages, or are there any old kde apps in my system pulling them in as I am trying to emerge my new split KDE? From the

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Philip Webb
060602 Mick wrote: I uninstalled monolithic KDE am ready to install the split KDE ebuilds. I want to install everything except toys, games and educational packages. If you really mean everything, other responses are probably best, but you can pick choose much more finely. To start, you need

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Peter Kelly
On Friday 02 June 2006 14:55, Mike Owen wrote: On 6/2/06, Mick [EMAIL PROTECTED] wrote: Hi All, Apologies if this has been asked before. I uninstalled my monolithic KDE and am ready to install the split KDE ebuilds. I want to install everything except toys, games and educational

Re: [gentoo-user] kde-meta minus toys, games, etc

2006-06-02 Thread Mick
On 02/06/06, Peter Kelly [EMAIL PROTECTED] wrote: Install kdebase-meta, kdeutils-meta, kdeadmin-meta, etc. Forgive my own ignorance, but what is the advantage to doing this over kdebase, kdeutils, kdeadmin, etc? I've got plenty of disk space, so I never bothered moving away from the

[gentoo-user] kde-meta won't emerge

2005-09-22 Thread henkg
Hello, I'm trying to emerge kde-meta. Before I have removed about every kde package to start as clean as possible. The merge fails here: Applying xdelta: kdeaddons-3.4.0-3.4.1.tar.xdelta ... /usr/qt/3/bin/moc ./kfile_cert.h -o kfile_cert.moc /bin/sh ../../libtool --silent --mode=compile