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 Saturday, 3 June 2006 6:13, Mick wrote:
 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

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What's wrong with kde-meta dependencies?

2005-08-11 Thread Cadaver
I tried to update my gentoo instalation with 'emerge update world' ( i have 
kde-meta installed instead kde), but 'kolf' (probably it is some game from 
kdegames) failed to build. Then I remove kolf (I don't need it) and try 
'emerge --pretend world', but 'kolf' and some other not installed packages 
from kde appear in the list. 'equery depends kolf' shows nothig. What's wrong 
with dependencies and how to prevent of installing some unwanted packages?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: emerge -DuvatN world doesn't show all upgradeable packages

2008-04-08 Thread Alan McKinnon
On Tuesday 08 April 2008, Michael Schmarck wrote:
 Alan McKinnon [EMAIL PROTECTED] wrote:
  The other option is to use the kde*meta ebuilds, which do directly
  depend on the sub-ordinate packages. This is what I do and I don't
  get the effect you observed.

 Thanks.

 I think I removed kde-meta, because it installs too much stuff,
 that I don't need (like kppp). It would be nice, if the kde-meta
 ebuild would be more like the gst-plugins-meta package, in that
 it sould allow the user to specify what he wants to get installed
 and what not. It shouldn't be an all or nothing approach, IMO.

 Michael

[EMAIL PROTECTED] ~ $ ls -1d /var/portage/kde-base/*meta
/var/portage/kde-base/kdeaccessibility-meta
/var/portage/kde-base/kdeaddons-meta
/var/portage/kde-base/kdeadmin-meta
/var/portage/kde-base/kdeartwork-meta
/var/portage/kde-base/kdebase-meta
/var/portage/kde-base/kdebindings-meta
/var/portage/kde-base/kdeedu-meta
/var/portage/kde-base/kdegames-meta
/var/portage/kde-base/kdegraphics-meta
/var/portage/kde-base/kde-meta
/var/portage/kde-base/kdemultimedia-meta
/var/portage/kde-base/kdenetwork-meta
/var/portage/kde-base/kdepim-meta
/var/portage/kde-base/kdesdk-meta
/var/portage/kde-base/kdetoys-meta
/var/portage/kde-base/kdeutils-meta
/var/portage/kde-base/kdewebdev-meta

Use these instead of kde-meta. If you want only some stuff in one of 
those and not everything, omit the -meta, look inside it's ebuild and 
install the DEPENDS you do want.

Same result as what you asked for, different means of achieving it.

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] self-referential blocks...

2005-12-11 Thread Michael George
I am ready to update my system and a problem has crept up that I thought
I'd solved previously.

When I do an emerge -Duva world, I get kdebase is blocking konsole
and then later down the list I have konsole is blocking kdebase.

I understand that kde-base/kdebase is a monolithic package and I
actually only want individual packages on my system, so I didn't install
it.  However, something is now trying to pull it in.

eix -e of kdebase and kde shows that neither is installed (not the
monolithic nor the meta package).

equery depends kdebase lists:
app-cdr/k3b-0.12.4a
kde-base/kdm-3.4.1
kde-base/kcheckpass-3.4.1
kde-base/kdebase-meta-3.4.1

but emerge -Duvp k3b kdm kcheckpass kdebase-meta doesn't show the
blockage problem.

emerge -tuvp world shows that kdegames is the culprit, but it is
installed now and doesn't have kde-base.

Should I remove kdegames and put in kdegames-meta instead?

What is the difference between kde, kdebase, and kdebase-meta?  All
three have version 3.5.0, so it's apparent that none supercede the
others...

Thanks!

-- 
-M

There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde update

2011-05-31 Thread Alan McKinnon
Apparently, though unproven, at 17:27 on Tuesday 31 May 2011, Mark Knecht did 
opine thusly:

 On Tue, May 31, 2011 at 8:11 AM, Paul Hartman
 
 paul.hartman+gen...@gmail.com wrote:
  On Mon, May 30, 2011 at 11:45 AM, Alain DIDIERJEAN
  
  alain.didierj...@free.fr wrote:
  Trying to update from kde4.5 to kde4.6
  
  I find that it is easier to unmerge old version :4.5 KDE, then emerge
  the new version :4.6. Upgrade always seems to be a mess like that.
 
 Probably there's no real problem but I think in my recent machines if
 I've chosen the KDE profile and try something like emerge -Cp kde-meta
 then there are lots of warning messages about how I'm removing parts
 of @system. It's unlikely (in my mind anyway) that anything would be
 removed that stops one from doing the 4.6 emerge, but if one goes this
 way they should look very carefully at what's getting taken out just
 to make sure.

You must have something badly wrong with your @system. kde-meta depends on:

RDEPEND=
$(add_kdebase_dep kate)
$(add_kdebase_dep kdeadmin-meta)
$(add_kdebase_dep kdeartwork-meta)
$(add_kdebase_dep kdebase-meta)
$(add_kdebase_dep kdeedu-meta)
$(add_kdebase_dep kdegames-meta)
$(add_kdebase_dep kdegraphics-meta)
$(add_kdebase_dep kdemultimedia-meta)
$(add_kdebase_dep kdenetwork-meta)
$(add_kdebase_dep kdeplasma-addons)
$(add_kdebase_dep kdetoys-meta)
$(add_kdebase_dep kdeutils-meta)
accessibility? ( $(add_kdebase_dep kdeaccessibility-meta) )
nls? ( $(add_kdebase_dep kde-l10n) )
sdk? (
$(add_kdebase_dep kdebindings-meta)
$(add_kdebase_dep kdesdk-meta)
$(add_kdebase_dep kdewebdev-meta)
)
semantic-desktop? ( || (
( $(add_kdebase_dep kdepim-meta '' 4.5.93) )
( $(add_kdebase_dep kdepim-meta '' 4.4.9) )
) )


A few extra packages and a lot of other meta packages. emerge -Cp will 
remove only that one package, it won;t even remove the deps.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] kde update

2011-05-31 Thread Dale

Alan McKinnon wrote:

Apparently, though unproven, at 17:27 on Tuesday 31 May 2011, Mark Knecht did
opine thusly:

   

On Tue, May 31, 2011 at 8:11 AM, Paul Hartman

paul.hartman+gen...@gmail.com  wrote:
 

On Mon, May 30, 2011 at 11:45 AM, Alain DIDIERJEAN

alain.didierj...@free.fr  wrote:
   

Trying to update from kde4.5 to kde4.6
 

I find that it is easier to unmerge old version :4.5 KDE, then emerge
the new version :4.6. Upgrade always seems to be a mess like that.
   

Probably there's no real problem but I think in my recent machines if
I've chosen the KDE profile and try something like emerge -Cp kde-meta
then there are lots of warning messages about how I'm removing parts
of @system. It's unlikely (in my mind anyway) that anything would be
removed that stops one from doing the 4.6 emerge, but if one goes this
way they should look very carefully at what's getting taken out just
to make sure.
 

You must have something badly wrong with your @system. kde-meta depends on:

RDEPEND=
 $(add_kdebase_dep kate)
 $(add_kdebase_dep kdeadmin-meta)
 $(add_kdebase_dep kdeartwork-meta)
 $(add_kdebase_dep kdebase-meta)
 $(add_kdebase_dep kdeedu-meta)
 $(add_kdebase_dep kdegames-meta)
 $(add_kdebase_dep kdegraphics-meta)
 $(add_kdebase_dep kdemultimedia-meta)
 $(add_kdebase_dep kdenetwork-meta)
 $(add_kdebase_dep kdeplasma-addons)
 $(add_kdebase_dep kdetoys-meta)
 $(add_kdebase_dep kdeutils-meta)
 accessibility? ( $(add_kdebase_dep kdeaccessibility-meta) )
 nls? ( $(add_kdebase_dep kde-l10n) )
 sdk? (
 $(add_kdebase_dep kdebindings-meta)
 $(add_kdebase_dep kdesdk-meta)
 $(add_kdebase_dep kdewebdev-meta)
 )
 semantic-desktop? ( || (
 ( $(add_kdebase_dep kdepim-meta '' 4.5.93) )
 ( $(add_kdebase_dep kdepim-meta '' 4.4.9) )
 ) )


A few extra packages and a lot of other meta packages. emerge -Cp will
remove only that one package, it won;t even remove the deps.


   


Does anyone remember the discussion I had about kde packages being in 
the system set when doing a emerge -e system?  If I for example unmerge 
kde-meta then run --depclean, I bet I would get the error about system 
packages being removed.  It may be because of USE flags but this was 
what I was concerned about during the last discussion.  Having GUI 
packages, especially KDE, included in the system set, even if because of 
USE flags, is going to lead to problems at some point.


Or maybe I am reading all this wrong?

Dale

:-)  :-)



Re: [gentoo-user] Re: Is there and Alternative to compiling kde?

2005-12-10 Thread Brett I. Holcomb
Did you check out the Gentoo docs on kde split ebuilds?  It has a lot of good 
info.  I started to emerge with the kde and then decided to go with the meta 
so per the instructions I had to remove some stuff - it shows up as blocked.  

On Saturday 10 December 2005 11:31, Harry Putnam wrote:
 Neil Bothwick [EMAIL PROTECTED] writes:
  kde-base/kde is a meta package, it pulls in all the monolithic KDE
  builds. If you are concerned about installation compile times, you should
  not be trying to build the whole of KDE. Do you really need all of
  kdegames, kdeedu and kdetoys to get your system running? Stick with
  kde-base/kdebase or kde-base/kdebase-meta, you can cancel your current
  emerge and merge one of these instead, then add the rest of what you want
  once the system is running.

 I'm confused here. (even more..)

 Before starting the compile:
 I ran a comparision of `emerge -v -p kde' and
 emerge -v -p kde-meta

 The last showed a much larger pile of dependancies than the former.
 So I ran the former.

 I've now canceled as suggested and running `emerge  kde-base/kdebase'

 It only showed the main kde-3.4X as dependancy.  But with all the
 screwups I've managed to get these kde packages installed:
 (And don't need several of them)

 kde-base/kdegraphics-3.4.1-r1 *
 kde-base/kdelibs-3.4.1-r1 *
 kde-base/kdebase-pam-6 *
 kde-base/kde-env-3-r4 *
 kde-base/arts-3.4.1-r2 *
 kde-base/kdebase-3.4.1-r1 *
 kde-base/kdeartwork-3.4.1 *
 kde-base/kdepim-3.4.1-r2 *
 kde-base/kdegames-3.4.1 *
 kde-base/kdeutils-3.4.1 *
 kde-base/kdenetwork-3.4.1-r1 *
 kde-base/kdeedu-3.4.1-r1 *

-- 

Brett I. Holcomb
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Is there and Alternative to compiling kde?

2005-12-10 Thread Neil Bothwick
On Sat, 10 Dec 2005 07:49:30 -0600, Harry Putnam wrote:

  When did I say meta...
 
 I was differentiating what you did say `kdebase' with the full blown
 kde-meta and noting I was somewhere in the middle with an 
 emerge -v kde.

kde-base/kde is a meta package, it pulls in all the monolithic KDE
builds. If you are concerned about installation compile times, you should
not be trying to build the whole of KDE. Do you really need all of
kdegames, kdeedu and kdetoys to get your system running? Stick with
kde-base/kdebase or kde-base/kdebase-meta, you can cancel your current
emerge and merge one of these instead, then add the rest of what you want
once the system is running.


-- 
Neil Bothwick

Joystick: (n.) a device essential for performing business tasks and
training exercises esp. favored by pilots, tank commanders, riverboat
  gamblers, and medieval warlords.


signature.asc
Description: PGP signature


Re: [gentoo-user] Plasma teething problems - Part II

2019-06-24 Thread Mick
On Monday, 24 June 2019 21:16:51 BST Dale wrote:

> I went through this a few years ago.  I had some large programs
> installed that I didn't use, Kmail and others.  I wanted to clean them
> out but at the time I had installed KDE with kde-meta.  Basically, that
> installs everything KDE, wanted or not.  I uninstalled that and went
> these instead:

According to the current wiki page these days the kde-meta has been replaced 
with plasma-meta.  This is how I have configured plasma-meta:

 Installed versions:  5.15.5(5)(12:58:00 14/06/19)(bluetooth browser-
integration crypt desktop-portal display-manager elogind handbook legacy-
systray pam pm-utils sddm wallpapers -consolekit -discover -grub -gtk -
networkmanager -plymouth -pulseaudio -sdk -systemd)

BUT ... I am thinking of uninstalling it, deplclean-ing my world and 
installing  kde-plasma/plasma-desktop which is the slim version, while keeping 
some select kde-meta packages I need/want.

> root@fireball / # equery list *kde*meta*
>  * Searching for *kde*meta* ...
> [IP-] [  ] kde-apps/kdeadmin-meta-19.04.2:5
I have this installed too.

> [IP-] [  ] kde-apps/kdebase-meta-19.04.2:5
I think the kdebase-meta was meant to be a transitional package from KDE4 to 
plasma/KDE5.  I suspect this has been superseded by kde-plasma/plasma-meta, 
but I'm not sure.  In any case, I do not have this installed.

> [IP-] [  ] kde-apps/kdecore-meta-19.04.2:5
I have this installed too.

> [IP-] [  ] kde-apps/kdegames-meta-19.04.2:5
No games for me, thanks.

> [IP-] [  ] kde-apps/kdegraphics-meta-19.04.2:5
> [IP-] [  ] kde-apps/kdemultimedia-meta-19.04.2:5
I have these two installed, plus:

[IP-] [  ] kde-apps/kdenetwork-meta-18.12.3:5
[IP-] [  ] kde-apps/kdepim-meta-18.12.3:5
[IP-] [  ] kde-apps/kdeutils-meta-18.12.3:5


> This is one of the things I like about Gentoo, being able to cut off or
> get rid of things I don't want.  USE flags help with that a lot. 
> 
> Glad you got it sorted out. 

Sadly I'm not there yet.   I've got to figure out how to get back my Suspend to 
Ram, Hibernate, Reboot, and Shutdown buttons, without re-importing 
NetworkManager, or at least without having it being started by powerdevil.  

-- 
Regards,

Mick

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Is there and Alternative to compiling kde?

2005-12-10 Thread Harry Putnam
Neil Bothwick [EMAIL PROTECTED] writes:

 kde-base/kde is a meta package, it pulls in all the monolithic KDE
 builds. If you are concerned about installation compile times, you should
 not be trying to build the whole of KDE. Do you really need all of
 kdegames, kdeedu and kdetoys to get your system running? Stick with
 kde-base/kdebase or kde-base/kdebase-meta, you can cancel your current
 emerge and merge one of these instead, then add the rest of what you want
 once the system is running.

I'm confused here. (even more..)

Before starting the compile:
I ran a comparision of `emerge -v -p kde' and 
emerge -v -p kde-meta

The last showed a much larger pile of dependancies than the former.
So I ran the former.

I've now canceled as suggested and running `emerge  kde-base/kdebase'

It only showed the main kde-3.4X as dependancy.  But with all the
screwups I've managed to get these kde packages installed:
(And don't need several of them)

kde-base/kdegraphics-3.4.1-r1 *
kde-base/kdelibs-3.4.1-r1 *
kde-base/kdebase-pam-6 *
kde-base/kde-env-3-r4 *
kde-base/arts-3.4.1-r2 *
kde-base/kdebase-3.4.1-r1 *
kde-base/kdeartwork-3.4.1 *
kde-base/kdepim-3.4.1-r2 *
kde-base/kdegames-3.4.1 *
kde-base/kdeutils-3.4.1 *
kde-base/kdenetwork-3.4.1-r1 *
kde-base/kdeedu-3.4.1-r1 *

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to update (only) all installed KDE packages

2010-03-03 Thread Volker Armin Hemmann
On Mittwoch 03 März 2010, Helmut Jarausch wrote:
 On  3 Mar, Volker Armin Hemmann wrote:
  On Mittwoch 03 März 2010, Helmut Jarausch wrote:
  Hi,
  
  I'd like to upgrade all my installed package from, say, kde-base/* .
  emerge -u kde-base/kde-meta doesn't work unfortunately.
  
  Is there something easier than
  eix --only-names -I 'kde-base/*' | xargs emerge -uv1 -j4 --keep-going
  
  Many thanks for a hint,
  Helmut.
  
  emerge -u @kde
  
  if you have used sets and a recent portage version this should work
  nicely.
 
 Thanks, I had hoped that, but where is the set '@kde'
 
 I have portage-2.2_63 but
 emerge --list-sets
 only reports
 
 downgrade
 installed
 live-rebuild
 module-rebuild
 preserved-rebuild
 rebuilt-binaries
 security
 selected
 system
 unavailable
 world
 
 
 Helmut.

hm, mine is a bit bigger...

kde
kde-4.3
kde-4.4
kde-4.5
kde-extras-live
kde-live
kdeaccessibility
kdeaccessibility-4.3
kdeaccessibility-4.4
kdeaccessibility-4.5
kdeaccessibility-live
kdeadmin
kdeadmin-4.3
kdeadmin-4.4
kdeadmin-4.5
kdeadmin-live
kdeartwork
kdeartwork-4.3
kdeartwork-4.4
kdeartwork-4.5
kdeartwork-live
kdebase
kdebase-4.3
kdebase-4.4
kdebase-4.5
kdebase-live
kdebindings
kdebindings-4.3
kdebindings-4.4
kdebindings-4.5
kdebindings-live
kdedeps-4.4
kdedeps-4.5
kdedeps-live
kdeedu
kdeedu-4.3
kdeedu-4.4
kdeedu-4.5
kdeedu-live
kdegames
kdegames-4.3
kdegames-4.4
kdegames-4.5
kdegames-live
kdegraphics
kdegraphics-4.3
kdegraphics-4.4
kdegraphics-4.5
kdegraphics-live
kdelibs
kdelibs-4.3
kdelibs-4.4
kdelibs-4.5
kdelibs-live
kdemultimedia
kdemultimedia-4.3
kdemultimedia-4.4
kdemultimedia-4.5
kdemultimedia-live
kdenetwork
kdenetwork-4.3
kdenetwork-4.4
kdenetwork-4.5
kdenetwork-live
kdeoptional
kdeoptional-4.3
kdeoptional-4.4
kdeoptional-4.5
kdeoptional-live
kdepim
kdepim-4.3
kdepim-4.4
kdepim-4.5
kdepim-live
kdesdk
kdesdk-4.3
kdesdk-4.4
kdesdk-4.5
kdesdk-live
kdetoys
kdetoys-4.3
kdetoys-4.4
kdetoys-4.5
kdetoys-live
kdeutils
kdeutils-4.3
kdeutils-4.4
kdeutils-4.5
kdeutils-live
kdewebdev
kdewebdev-4.3
kdewebdev-4.4
kdewebdev-4.5
kdewebdev-live
koffice
koffice-2
koffice-live
live-rebuild
maemo6
module-rebuild
plasmoids
plasmoids-live
preserved-rebuild
qt
qt-all-4.5
qt-all-4.5-live-kde
qt-all-4.5-live-nokia
qt-all-4.6
qt-all-4.6-live-kde
qt-all-4.6-live-nokia
qt-all-live-kde
qt-all-live-nokia
qt-extras-live
rebuilt-binaries
security
selected
system
unavailable
world


because of the KDE overlay (and qt and X) 
but you could create your own set in /etc/portage/sets

or you could unpack that tarball I send you off list in /etc/portage/sets



Re: [gentoo-user] What's wrong with kde-meta dependencies?

2005-08-11 Thread Neil Bothwick
On Thu, 11 Aug 2005 17:13:08 +0300, Cadaver wrote:

 I tried to update my gentoo instalation with 'emerge update world' ( i
 have kde-meta installed instead kde), but 'kolf' (probably it is some
 game from kdegames) failed to build. Then I remove kolf (I don't need
 it) and try 'emerge --pretend world', but 'kolf' and some other not
 installed packages from kde appear in the list. 'equery depends kolf'
 shows nothig. What's wrong with dependencies and how to prevent of
 installing some unwanted packages?

If you don't want all of kde, you shouldn't be installing kde-meta. 

1) emerge -C kde-meta - this won't actually uninstall anything.

2) emerge depclean -p - this shows which packages are now considered not
needed.

3) Then add the packages you do want to world with emerge -n packagename
   Only add the packages you want, not their dependencies. Things like
   kdelibs, arts, libkonq etc should never be in world.

4) goto 2 until the list contains only packages you don't want

5) emerge depclean

You'll end up with a much leaner system. As an alternative to having
every KDE package in world, you could install some of the section meta
packages. I install kdebase-meta, kdenetwork-meta, kdeartwork-meta and
koffice-meta. the rest, I choose individual packages.


-- 
Neil Bothwick

Top Oxymorons Number 30: Business ethics


pgpsKey7NSPmi.pgp
Description: PGP signature


Re: [gentoo-user] Issues with Dependencies

2006-03-31 Thread Manuel McLure

Lord Sauron wrote:

Hi, I'm having a bit more trouble.

I'm trying to re-compile KDE so that maybe some functionality which
didn't compile right the first time will work.  However, it says I've
got some broken dependencies.

localhost ~ # emerge --pretend kde

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B ] =kde-base/kbounce-3.4* (is blocking kde-base/kdegames-3.4.3)
[blocks B ] =kde-base/libkdegames-3.4* (is blocking kde-base/kdegames-3.4.3)
[blocks B ] =kde-base/kdemultimedia-kioslaves-3.4* (is blocking
kde-base/kdemultimedia-3.4.3)
[blocks B ] =kde-base/kdemultimedia-arts-3.4* (is blocking
kde-base/kdemultimedia-3.4.3)
[blocks B ] =kde-base/libkcddb-3.4* (is blocking
kde-base/kdemultimedia-3.4.3)
[blocks B ] =kde-base/klaptopdaemon-3.4* (is blocking
kde-base/kdeutils-3.4.3-r1)
[blocks B ] =kde-base/kommander-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B ] =kde-base/kxsldbg-3.4* (is blocking kde-base/kdewebdev-3.4.3-r1)
[blocks B ] =kde-base/kfilereplace-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B ] =kde-base/klinkstatus-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B ] =kde-base/kimagemapeditor-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B ] =kde-base/quanta-3.4* (is blocking kde-base/kdewebdev-3.4.3-r1)


It looks like you installed KDE originally using the split ebuilds - 
i.e. kde-meta instead of kde. Try


emerge --pretend kde-meta

and see if that doesn't give blocking messages. I expect it won't.


--
Manuel A. McLure KE6TAW [EMAIL PROTECTED] http://www.mclure.org
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.   -- H.P. Lovecraft
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Plasma teething problems - Part II

2019-06-24 Thread Jack

On 2019.06.24 16:54, Mick wrote:

On Monday, 24 June 2019 21:40:07 BST you wrote:
> On Monday, 24 June 2019 21:16:51 BST Dale wrote:
> > I went through this a few years ago.  I had some large programs
> > installed that I didn't use, Kmail and others.  I wanted to clean  
them
> > out but at the time I had installed KDE with kde-meta.   
Basically, that
> > installs everything KDE, wanted or not.  I uninstalled that and  
went

>
> > these instead:
> According to the current wiki page these days the kde-meta has been  
replaced

> with plasma-meta.  This is how I have configured plasma-meta:
>
>  Installed versions:  5.15.5(5)(12:58:00 14/06/19)(bluetooth  
browser-
> integration crypt desktop-portal display-manager elogind handbook  
legacy-
> systray pam pm-utils sddm wallpapers -consolekit -discover -grub  
-gtk -

> networkmanager -plymouth -pulseaudio -sdk -systemd)
>
> BUT ... I am thinking of uninstalling it, deplclean-ing my world and
> installing  kde-plasma/plasma-desktop which is the slim version,  
while

> keeping some select kde-meta packages I need/want.
>
> > root@fireball / # equery list *kde*meta*
> >
> >  * Searching for *kde*meta* ...
> >
> > [IP-] [  ] kde-apps/kdeadmin-meta-19.04.2:5
>
> I have this installed too.
>
> > [IP-] [  ] kde-apps/kdebase-meta-19.04.2:5
>
> I think the kdebase-meta was meant to be a transitional package  
from KDE4 to
> plasma/KDE5.  I suspect this has been superseded by  
kde-plasma/plasma-meta,

> but I'm not sure.  In any case, I do not have this installed.
>
> > [IP-] [  ] kde-apps/kdecore-meta-19.04.2:5
>
> I have this installed too.
>
> > [IP-] [  ] kde-apps/kdegames-meta-19.04.2:5
>
> No games for me, thanks.
>
> > [IP-] [  ] kde-apps/kdegraphics-meta-19.04.2:5
> > [IP-] [  ] kde-apps/kdemultimedia-meta-19.04.2:5
>
> I have these two installed, plus:
>
> [IP-] [  ] kde-apps/kdenetwork-meta-18.12.3:5
> [IP-] [  ] kde-apps/kdepim-meta-18.12.3:5
> [IP-] [  ] kde-apps/kdeutils-meta-18.12.3:5
>
> > This is one of the things I like about Gentoo, being able to cut  
off or

> > get rid of things I don't want.  USE flags help with that a lot.
> >
> > Glad you got it sorted out.
>
> Sadly I'm not there yet.   I've got to figure out how to get back  
my Suspend
> to Ram, Hibernate, Reboot, and Shutdown buttons, without  
re-importing
> NetworkManager, or at least without having it being started by  
powerdevil.


Hmm ... plasma-desktop was already installed, dragged in by  
plasma-meta.  So
no need to reinstall it.  Sadly trying to depclean after removing  
plasma-meta

will get rid of a lot of packages, something I'm not keen to do:

>>> These are the packages that would be unmerged:


[snip long list of packages]

I just chose the specific packages I wanted and explicitly emerged  
them.  You can just add them to your world file (either manually, or  
with "emerge --noreplace package" so they won't be depcleaned.  I have  
lots of kde stuff (37 items from grep kde worldfile) but kdecore-meta  
and kdegraphics-meta are the only meta packages in my world file.


Jack


Re: [gentoo-user] kde update

2011-05-31 Thread Alan McKinnon
Apparently, though unproven, at 22:00 on Tuesday 31 May 2011, Dale did opine 
thusly:

 Alan McKinnon wrote:
  Apparently, though unproven, at 17:27 on Tuesday 31 May 2011, Mark Knecht
  did
  
  opine thusly:
  On Tue, May 31, 2011 at 8:11 AM, Paul Hartman
  
  paul.hartman+gen...@gmail.com  wrote:
  On Mon, May 30, 2011 at 11:45 AM, Alain DIDIERJEAN
  
  alain.didierj...@free.fr  wrote:
  Trying to update from kde4.5 to kde4.6
  
  I find that it is easier to unmerge old version :4.5 KDE, then emerge
  the new version :4.6. Upgrade always seems to be a mess like that.
  
  Probably there's no real problem but I think in my recent machines if
  I've chosen the KDE profile and try something like emerge -Cp kde-meta
  then there are lots of warning messages about how I'm removing parts
  of @system. It's unlikely (in my mind anyway) that anything would be
  removed that stops one from doing the 4.6 emerge, but if one goes this
  way they should look very carefully at what's getting taken out just
  to make sure.
  
  You must have something badly wrong with your @system. kde-meta depends
  on:
  
  RDEPEND=
  
   $(add_kdebase_dep kate)
   $(add_kdebase_dep kdeadmin-meta)
   $(add_kdebase_dep kdeartwork-meta)
   $(add_kdebase_dep kdebase-meta)
   $(add_kdebase_dep kdeedu-meta)
   $(add_kdebase_dep kdegames-meta)
   $(add_kdebase_dep kdegraphics-meta)
   $(add_kdebase_dep kdemultimedia-meta)
   $(add_kdebase_dep kdenetwork-meta)
   $(add_kdebase_dep kdeplasma-addons)
   $(add_kdebase_dep kdetoys-meta)
   $(add_kdebase_dep kdeutils-meta)
   accessibility? ( $(add_kdebase_dep kdeaccessibility-meta) )
   nls? ( $(add_kdebase_dep kde-l10n) )
   sdk? (
   
   $(add_kdebase_dep kdebindings-meta)
   $(add_kdebase_dep kdesdk-meta)
   $(add_kdebase_dep kdewebdev-meta)
   
   )
   semantic-desktop? ( || (
   
   ( $(add_kdebase_dep kdepim-meta '' 4.5.93) )
   ( $(add_kdebase_dep kdepim-meta '' 4.4.9) )
   
   ) )
  
  
  
  A few extra packages and a lot of other meta packages. emerge -Cp will
  remove only that one package, it won;t even remove the deps.
 
 Does anyone remember the discussion I had about kde packages being in
 the system set when doing a emerge -e system?  If I for example unmerge
 kde-meta then run --depclean, I bet I would get the error about system
 packages being removed.  It may be because of USE flags but this was
 what I was concerned about during the last discussion.  Having GUI
 packages, especially KDE, included in the system set, even if because of
 USE flags, is going to lead to problems at some point.
 
 Or maybe I am reading all this wrong?

You understand it wrong.

system (or @system for portage versions that support sets) consists of the 
minimum collection of packages for a gentoo system to work at all. It is 
wholly inappropriate for even a profile to add kde to @system - even the kde 
profiles. All those do is set USE flags and an environment suitable for KDE to 
be install, the profile does not cause KDE to be install. You still need to 
emerge kde yourself.

Proof:

The contents of @system are defined by the various files called packages in 
the profile dir. But:

nazgul profiles # find . -name packages | xargs grep kde
nazgul profiles #

There is nothing you can do with USE flags that will cause stuff to be added 
to @system. That is not how it works.


-- 
alan dot mckinnon at gmail dot com



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 packages.  Since the
  DO_NOT_COMPILE is not meant to be used anymore, how would you suggest
  I go about it?
  --
  Regards,
  Mick

 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 
monolithic builds.  emerge kde worked better for me than emerge kde-meta, 
which brought in all the same binaries.  I know it's much faster to update a 
particular package as opposed to kdepim (or kdenetwork, or kdemultimedia), 
but that's not really an issue for me.  

I really don't want to start a war, but I don't understand why the OP didn't 
just 
# emerge -C kdetoys kdegames kdeedu 

(with any required version numbers) and be done with it.  Not having removed 
kde packages, I'm not sure that would work.  But something along those lines 
should have solved his problem.  

Peter

-- 
  Our fathers ate manna in the desert,
  In the burning place where whirlwinds came.
  Lord, save us from that horrible land!
  Save us, oh-h-h-h-h save us
  From that dry and thirsty land.
  
-- Songs of Gurney Halleck, Museum of Dar-es-Balat
-- 
gentoo-user@gentoo.org mailing list



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
monolithic builds.  emerge kde worked better for me than emerge kde-meta,
which brought in all the same binaries.  I know it's much faster to update a
particular package as opposed to kdepim (or kdenetwork, or kdemultimedia),
but that's not really an issue for me.

I really don't want to start a war, but I don't understand why the OP didn't
just
# emerge -C kdetoys kdegames kdeedu

(with any required version numbers) and be done with it.  Not having removed
kde packages, I'm not sure that would work.  But something along those lines
should have solved his problem.


Yes it would (more or less).  If I remember right, last time I tried
unmerging kdetoys it would return everytime I did an emerge -u.  That
was a couple of years ago, before /etc/portage/* appeared.  Now, I
thought that sooner or later monolithic KDE will be deprecated and so
I decided to eventually bite the bullet and move onto the split
ebuilds on this occasion.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] seg fault emerging abiword

2007-05-30 Thread Mat Harris
On Wednesday 30 May 2007 19:26, Bo Ørsted Andresen wrote:
 On Wednesday 30 May 2007 21:16:18 Mat Harris wrote:
   Don't use --nodeps. That would just make a mess out of [your] system.
   If you've installed split kde (kde-meta) then why are you trying to
   install monolithic kde packages? I.e. why are you trying to install
   kdebase rather than kdebase-meta and kdepim rather than kdepim-meta?
   And why are you installing either of those at all when they have
   already been pulled in by kde-meta?
  
   http://www.gentoo.org/doc/en/kde-split-ebuilds.xml
 
  Aah ok well the howto i found on google didn't mention anything about
  using meta packages for the apps once i had the base installed. This
  could explain why I have spent the last week compiling stuff for kde ;)

 Well, you only need meta packages if you want to install everything that
 ships together upstream. You could just emerge the split packages you want
 such as e.g. konqueror, kcontrol, etc..

  Ok i'll probably re-install unless there's some easy way to clean up.

 There certainly is an easier way than reinstalling for this issue. What
 you've posted thus far actually suggests that you haven't made a mess out
 of your system yet as it showed kdepim and kdebase as not yet installed. In
 that case you just need to stop trying to install monolithic packages.

I have stopped as soon as I read that last email :)

 Otherwise you need to unmerge the monolithic packages you've installed
 with --nodeps and remerge the split packages that they've overwritten. Code
 Listing 3.1 in the above document shows you how to get the name of the
 packages any monolithic package would overwrite.

I am don't seem to have installed many monlithic packages, mainly just trying 
to do kdepim, i did have kdegames but i've got rid of that.

So from now on I should always install a package with -meta if its from kde 
(providing one is available eg. kdevelop)?

 E.g. if you've emerged kdebase-meta and kdebase at the same time and you
 want to stick with split packages you can do this:

 # emerge -Cva kdebase
 # function die() { echo $@; }
 # source $(portageq portdir)/eclass/kde-functions.eclass
 # emerge --oneshot -va $(get-child-packages kde-base/kdebase)

I don't have kdebase, just kdebase-meta. But i've spent a while compiling kde 
stuff. I will keep checking for others.

Thanks

Mat Harris


pgpuCSD0L7Hs2.pgp
Description: PGP signature


Re: [gentoo-user] KDE4.0?

2008-01-24 Thread maxim wexler

--- Justin [EMAIL PROTECTED] wrote:

 
 
 maxim wexler schrieb:
  Hi group,
 
  $eix kde gives:
 

 did you do an update-eix?

yes


 kde-4 ist masked. THink thats why it doesn show up.
 What does ls
 /usr/portage/kde-base/ says?

[EMAIL PROTECTED] ~ $ ls /usr/portage/kde-base/
akregatorkdeartwork-styles
 kimagemapeditor   ksmiletris
amor kdeartwork-wallpapers
 kitchensync   ksmserver
ark  kdebase  
 kiten ksnake
arts kdebase-data 
 kjots ksnapshot
artsplugin-akode kdebase-kioslaves
 kjsembed  ksokoban
artsplugin-audiofile kdebase-meta 
 kjumpingcube  kspaceduel
artsplugin-mpeglib   kdebase-pam  
 klaptopdaemon ksplashml
artsplugin-mpg123kdebase-startkde 
 klatinkspy
artsplugin-xine  kdebindings-meta 
 klettres  kstars
atlantik kdebugdialog 
 klickety  kstart
atlantikdesigner kdeedu   
 klinesksvg
blinken  kdeedu-applnk
 klinkstatus   ksync
certmanager  kdeedu-meta  
 klipper   ksysguard
cervisia kdegames 
 kmag  ksystraycmd
dcopckdegames-meta
 kmahjongg ksysv
dcopjava kdegraphics  
 kmail ktalkd
dcopperl kdegraphics-kfile-plugins
 kmailcvt  kteatime
dcoppython   kdegraphics-meta 
 kmenuedit ktimer
dcoprss  kdejava  
 kmid  ktip
drkonqi  kdelibs  
 kmilo ktnef
eyesapplet   kdelirc  
 kminesktouch
fifteenappletkdemultimedia
 kmix  ktron
juk  kdemultimedia-arts   
 kmoon kttsd
kaboodle
kdemultimedia-kappfinder-data  kmousetool   
ktuberling
kaddressbook
kdemultimedia-kfile-pluginskmouth   
kturtle
kaddressbook-plugins kdemultimedia-kioslaves  
 kmplotktux
kalarm   kdemultimedia-meta   
 kmrml kuickshow
kalyptus kdenetwork   
 kmtrace   kuiviewer
kalzium  kdenetwork-filesharing   
 knetattachkuser
kamera   kdenetwork-kfile-plugins 
 knetwalk  kverbos
kanagram kdenetwork-meta  
 knewsticker   kview
kandykdepasswd
 knewsticker-scripts   kviewshell
kappfinder   kdepim   
 knode kvoctrain
kapptemplate kdepim-kioslaves 
 knoteskwalletmanager
karm kdepim-kresources
 kode  kweather
kasteroids   kdepim-meta  
 kodo  kwifimanager
kate kdepim-wizards   
 kolf  kwin
kate-plugins kdeprint 
 kolourpaint   kwin4
katomic  kdesdk   
 kommander kwordquiz
kaudiocreatorkdesdk-kfile-plugins 
 kompare   kworldclock
kbabel   kdesdk-kioslaves 
 konq-plugins  kxkb
kbackgammon  kdesdk-meta  
 konqueror kxsldbg
kbattleship  kdesdk-misc  
 konqueror-akregator   libkcal
kblackboxkdesdk-scripts   
 konquest  libkcddb
kbounce  kdesktop 
 konsole   libkdeedu
kbruch   kdesu
 konsolekalendar   libkdegames
kbstateappletkdetoys  
 kontact   libkdenetwork
kbugbuster   kdetoys-meta 
 kontact-specialdates  libkdepim
kcachegrind  kdeutils 
 kooka libkholidays
kcalckdeutils-meta
 kopetelibkmime
kcharselect  kdewebdev
 korganizerlibkonq
kcheckpass   kdewebdev-meta   
 korn

Re: [gentoo-user] How to update after emerging KDE-3.4.0 using ~x86

2005-04-12 Thread Richard Fish
Jamie Dobbs wrote:

 The unfortunate thing about that it it doesn't appear to accept the
 'meta-package' to cover everything and I'm still trying to work out
 all the packages that need to be added.


Ugh...

# grep --no-filename deprange
/usr/portage/kde-base/*-meta/*-meta-3.4.0.ebuild | sort | uniq | wc -l
281

281 (probably a few less when duplicates are removed) packages to add
the ~x86 keyword for...yuck.   Somebody tell me there is an easier
way...that doesn't involve setting ~x86 in make.conf??

I guess your alternative is to unmerge kde-meta, and emerge the
kde-mega packages instead.

From my system:

# grep kde /etc/portage/package.keywords
kde-base/arts ~x86
kde-base/kde ~x86
kde-base/kdeaddons ~x86
kde-base/kdeadmin ~x86
kde-base/kdeartwork ~x86
kde-base/kdebase ~x86
kde-base/kdebase-pam ~x86
kde-base/kdeedu ~x86
kde-base/kdegames ~x86
kde-base/kdegraphics ~x86
kde-base/kdelibs ~x86
kde-base/kdemultimedia ~x86
kde-base/kdenetwork ~x86
kde-base/kdepim ~x86
kde-base/kdetoys ~x86
kde-base/kdeutils ~x86

-Richard

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: KDE (mono to meta) migration

2006-06-24 Thread James
Bo Ørsted Andresen bo.andresen at zlin.dk writes:


 You weren't. Blocks are only within the same slot. In fact the split packages 
 blocks only the monolithic package they belong to.


Sorry, my last response got butchered. Gmane get's rediculous somethings
borderline upsurd on it's request to make lines shorter and other response
formating issues.

I have gotten ride of all of the blocking, by unmerging everthing kde I could 
find:

525   emerge --unmerge kde-base/kdegraphics
526  emerge --unmerge kde-base/kdemultimedia
snip

  Before or after the emerge -uavDN kde-meta?

 If you are removing stuff it doesn't matter. If you are remerging stuff it 
 should be after. If you do it before it will be built against the old version 
 again which is pretty pointless.

another  pair of 'revdep-rebuild' seemed to have worked?

However, the last time I did this I got a ton of blocking isses.
One more retry. I post again if this does not work.


One of the KDE devs should put out a tool or script to completely
nuke kde, then let folks run 
emerge -uavDN kde-meta' and be done with it. Disk space is cheap
and I do not have time to 'hack' at kde across 7 workstations.
Re compiling everything from from scratch is no bid deal. Waisting
lots of timer, per machine to migrate from monolithic to meta
has wasted quite a lot of time, and I still have 6 more machines to go.

So on the next machine, here's my steps to completely nuke kde
install kde-meta:

First:
# emerge --unmerge kde-base/kdeartwork
# emerge --unmerge kde-base/kdegames
# emerge --unmerge kde-base/kdeaddons
# emerge --unmerge kde-base/kdewebdev
# emerge --unmerge kde-base/kdeadmin
# emerge --unmerge kde-base/kdegraphics
# emerge --unmerge kde-base/kdemultimedia
# emerge --unmerge kde-base/kdepim
# emerge --unmerge kde-base/kdeutils
# emerge --unmerge kde-base/kdeedu
# emerge --unmerge kde-base/kdebase
# emerge --unmerge kde-base/kdetoys


Second:
Now remove all old kde 3.2, 3.3, and 3.4 kruft
# cd /var/db/pkg  emerge -Cva kde-base/*-3.{2,3,4}* 
# env-update  source /etc/profile  etc-update  update-eix  eupdatedb

Third:
clean up broken links
# revdep-rebuild -p
# revdep-rebuild
# emerge --sync
# env-update  source /etc/profile  etc-update

Fourth:
install kde-meta
emerge -uavDNp kde-meta
if blocking occurs, unmerge clocking packages and return to Second

emerge -uavDN kde-meta


Did I miss anything? Did I get anything out of order?
Please edit to make this a mechanical process, or add in 
options at the right place to go the selection of
individual kde packages after installing kdebase-meta?


PS I sure hope this helps other avoid this time-sync.
sincerely,
James







James







-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Plasma teething problems - Part II

2019-06-24 Thread Dale
Mick wrote:
> On Monday, 24 June 2019 12:44:34 BST Dale wrote:
>> Mick wrote:
>>> I often find a number of speech-dispatcher processes running:
>>>  4732 ?SLl0:00 /usr/lib64/speech-dispatcher-modules/sd_dummy
>>>  /etc/> 
>>> speech-dispatcher/modules/dummy.conf
>>>
>>>  4734 ?SLl0:00 /usr/lib64/speech-dispatcher-modules/sd_generic
>>>  /
>>>
>>> etc/speech-dispatcher/modules/generic.conf
>>>
>>>  4736 ?SLl0:00 /usr/lib64/speech-dispatcher-modules/sd_cicero
>>>  /
>>>
>>> etc/speech-dispatcher/modules/cicero.conf
>>>
>>>  4737 ?Z  0:00  \_ [sd_cicero] 
>>>  4739 ?SLl0:00 /usr/lib64/speech-dispatcher-modules/sd_espeak
>>>  /
>>>
>>> etc/speech-dispatcher/modules/espeak.conf
>>>
>>>  4744 ?Ssl0:00 /usr/bin/speech-dispatcher --spawn
>>>  --communication-> 
>>> method unix_socket --socket-path
>>> /run/user/1000/speech-dispatcher/speechd.sock
>>>
>>> I don't know what is starting these processes or what they have to offer
>>> to my desktop.  Checking systemsettings5/Accessibility Options/Screen
>>> Reader, I can see it is NOT enabled.
>>>
>>> How can I get rid of these?
>> I would start out by finding out what package /usr/bin/speech-dispatcher
>> belongs too. Equery can help with that but other tools can as well. 
>> Once you find that, then check the USE flags to see what can be adjusted
>> to get rid if that.  I don't have it here so I can't do it on my system. 
>>
>> Dale
>>
>> :-)  :-) 
> Good call Dale, here's what I found:
>
> app-accessibility/speech-dispatcher is required by dev-qt/qtspeech,
>
> which is required by kde-apps/kdepim-runtime and  kde-apps/kpimtextedit, 
> neither of which have a USE flag to stop speech-dispatcher kicking off.
>
> However, speech-dispatcher has USE="espeak" enabled, which I will try to 
> disable and see what happens thereafter.
>


I went through this a few years ago.  I had some large programs
installed that I didn't use, Kmail and others.  I wanted to clean them
out but at the time I had installed KDE with kde-meta.  Basically, that
installs everything KDE, wanted or not.  I uninstalled that and went
these instead:


root@fireball / # equery list *kde*meta*
 * Searching for *kde*meta* ...
[IP-] [  ] kde-apps/kdeadmin-meta-19.04.2:5
[IP-] [  ] kde-apps/kdebase-meta-19.04.2:5
[IP-] [  ] kde-apps/kdecore-meta-19.04.2:5
[IP-] [  ] kde-apps/kdegames-meta-19.04.2:5
[IP-] [  ] kde-apps/kdegraphics-meta-19.04.2:5
[IP-] [  ] kde-apps/kdemultimedia-meta-19.04.2:5
root@fireball / #


Of course, there was still things I wanted to remove because I didn't
use them.  Of course there was things I wanted that I had to install
manually as well.  I got rid of some things with USE flags and others I
just had to live with.  Still, I slimmed it down a lot.  If I put in
more effort, I could slim it down more I suspect but it's close enough. 

This is one of the things I like about Gentoo, being able to cut off or
get rid of things I don't want.  USE flags help with that a lot. 

Glad you got it sorted out. 

Dale

:-)  :-) 



Re: [gentoo-user] [FIXED] New install - Wayland and graphical login

2021-06-29 Thread Michael
On Tuesday, 29 June 2021 11:32:52 BST antlists wrote:
> On 29/06/2021 10:44, Michael wrote:

> > In Plasma this would be kwin, which acts as a window manager and a
> > compositor. If you had installed Plasma in accordance with the URL I
> > shared in previous emails you shouldn't have this problem, because from
> > what I recall kwin is being drawn in as a dependency of Plasma.
> 
> And Plasma is a dependency of what? Again, this is down to me not fully
> understanding everything, but surely if I selected the
> desktop/plasma/systemd profile, that should call in the basic plasma
> packages by default? Maybe even the kde ones?

The make.profile choice switches on/off certain USE flags and specifies a set 
of system packages for the particular profile.  These will in turn drag in 
other packages as dependencies when you update your system.  Therefore, unless 
you go for a minimalist make.profile you should not need to be emerging 
packages one at a time to get a functional desktop, although you will need to 
emerge individual applications of choice if these are not already included in 
the DE default set of packages.  More details:

https://wiki.gentoo.org/wiki/Profile_(Portage)

KDE applications are mostly grouped in meta packages.  These are meant to be 
installed selectively.  For example I install 'kde-apps/kdepim-meta' because I 
use Kmail, but will not install 'kde-apps/kdegames-meta' because I don't run 
any games applications.


> (Having re-read the KDE page, it's suddenly making a lot more sense, but
> that's with hindsight. But am I right that the profile modifies the
> system set of packages?)

Yes, as I mention above, it modifies USE flags and specifies a set of system 
packages too.

You could have started with a stripped down profile, like 'default/linux/
amd64/17.1/systemd (stable)' and then spend a lot of time tweaking USE flags 
and installing various packages and meta packages to get to the same end 
result.  Thanks to Gentoo devs, all this work is no longer necessary since 
there are more make.profile options to choose from.  :-)




signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Is there and Alternative to compiling kde?

2005-12-10 Thread Holly Bostick
Gerhard Hoogterp schreef:
 On Friday 09 December 2005 23:20, Tom Smith wrote:
 
 Gentoo is a source-based distribution. This means that the software
  you receive comes in the form of source code. It's up to you to 
 install (which includes compiling) the software with your specific
  preferences--this is what makes Gentoo what it is.
 
 
 While this is true and one of the things that makes gentoo gentoo, 
 there are already binary packages in portage. mozilla-bin, 
 openoffice-bin. Mostly big packages which take some time to compile.
  So the idea of having a pre-compiled KDE isn't that alien to the 
 world of gentoo..
 

Oh, phooey,  Gerhard (sorry).

People, it's not like KDE just got huge yesterday or something.

There's a whole herd that has to manage the installation parameters of
KDE, version after verson, and that is no easy task... plus they had to
manage the migration to the split ebuilds, which was even more difficult
(and they did an outstanding job; it went quite smoothly overall, if you
think about it).

Do you think that these people wouldn't make their work easier if they
could, if making their work easier provided an overwhelming benefit to
Gentoo as a whole?

Does it never occur to you that there might be a *reason* that KDE is
not provided as a full binary package (in *addition* to the
compile-only, thank you very much, since some of us only use some KDE
programs and don't want the full-bloat KDE installed just to do so)?

After all, you can both compile or install the packages named above
(mozilla, firefox, thunderbird, OO.o). But not KDE.

Why, oh why? Why did KDE go to splitting the packages that make up the
DE, rather than making the DE even more monolithic somehow (if that is
possible)?

There is obviously some overriding benefit to modularity for the KDE
team (as for the X.org team, which is also migrating to a modular format
for their packge), and this benefit migrates down to Gentoo as a
source-based distro (as opposed to binary based distros like Mandriva or
FC, which seem much less likely to find an advantage from modular packages).

So take advantage of the benefit, instead of complaining. You need/want
all of KDE, but do you need/want all of it /now/?

What's wrong with emerging kdebase-meta to get a basic session, and
/then/ emerging whatever odds and ends you need from it, or -- perish
the thought-- emerging something small like IceWM first (you should have
a fallback WM anyway, in case KDE breaks), and then logging into /that/
and emerging kde-meta, if you must have every single part of KDE right
now, up to and including every pointless part that you are not going to
use until next month, if ever?

Both kdegames-meta and kdeedu-meta are dependencies of kde-meta.
Honestly, do you actually /need/ to be _/sure/_ that kjumpingcube and
kenolaba are installed before you log into your first session
(kdegames-meta dependencies)? Is logging into your session beyond
pointless if klatin is not installed (kdeedu-meta dependency)?
Apparently the KDE dev team doesn't think so, which is why they've made
it easier for /everybody/ to install a basic (and even relatively
full-featured) KDE session without having to wait for the massive number
of optional KDE packages to compile (don't forget, the maintainers of
any given binary distro have to compile all of this stuff too, to
provide the binary, and people on dial-up likely appreciate the cost
savings of smaller binaries to install).

And of course, it's a massive benefit to people who don't use all of KDE;
from people like me who use almost none, to people like my
mother-in-law, who --if she used Linux-- would likely only use the basic
session, Konq, KMail, and KOffice and maybe kpatience.

Figuring out what you actually need takes time, but you'd still save
time by emerging only that and skipping the rest. If you must have a
binary, then use the --buildpkg option to create one, back it up, and
make a nice KDE Packages disk for the future.

NAME
   emerge - Command-line interface to the Portage system

 --buildpkg (-b)
  Tells  emerge to build binary packages for all ebuilds
processed in addition to actually merging the packages.  Useful for
 maintainers  or  if  you  administrate multiple Gentoo Linux
systems (build once, emerge tbz2s everywhere).  The package will
be created   in  the  ${PKGDIR}/All  directory.   An
alternative  for already-merged packages is to use quickpkg which creates a
 tbz2 from the live filesystem.

Feel like a member of the dev team-- that's what they'd have to do to
provide such a disk themselves, so why shouldn't you do it for yourself
if you need it?

Holly




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A gentoo kind of dependency heck

2006-06-11 Thread Richard Fish

On 6/11/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:

I first guess is to unmerge everything KDE, but even then, I'm not quite
sure what I should emerge in its place.  kde-meta?



Would some kind soul who understands such stuff spell out the steps to get
to a useable and maintainable system.  I no longer have a maintainable one.


Well at this point you need to decide whether you want to continue
with the monolithic builds or move to the split ebuilds.

Continue with monolithic:
+System keeps working, for now.
+Easy to fix current problem.
-No future.  Monolithic builds will probably not be available for KDE 4.x.

Move to monolithic:
+The way of the future.
+Quicker, easier bug fixes.
-Risk (merging might fail for some reason).
-WIll take a while, as you need to recompile a bunch of stuff.

If you decide you want to stay with the monolithic, then just unmerge
everything that portage says is blocking when you try to  merge
kdepim, and then merge kdepim.

If you decide to move to the split ebuilds, you should:

1. Do a quickpkg of

kde-base/kdelibs
kde-base/kdebase
kde-base/kdeaddons
kde-base/kdeadmin
kde-base/kdeartwork
kde-base/kdeedu
kde-base/kdegames
kde-base/kdegraphics
kde-base/kdemultimedia
kde-base/kdenetwork
kde-base/kdepim
kde-base/kdetoys
kde-base/kdeutils
kde-base/kdewebdev

If something goes wrong in the migration, this will allow you to
revert to the current monolithic builds quickly.

2. Unmerge all kde-base/* packages.  Use 'emerge --depclean --pretend'
to find the other dependancies of kde-base/kde that are installed, and
remove those as well.  (or just use the list above!)

3. Merge kde-base/kde-meta.  This will take a long time.

If something goes wrong that you cannot figure out, you should be able
to reverse this by unmerging kde-base/kde-meta, plus all kde-base/*
packages (again, --depclean --pretend can help here, or look in
/var/db/pkg/kde-base).  Then remerge the current kde with emerge
--usepkgonly kde-base/kde.

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Issues with Dependencies

2006-03-31 Thread Bo Andresen
On Saturday 01 April 2006 01:52, Lord Sauron wrote:
 Hi, I'm having a bit more trouble.

 I'm trying to re-compile KDE so that maybe some functionality which
 didn't compile right the first time will work.  However, it says I've
 got some broken dependencies.

 localhost ~ # emerge --pretend kde

 These are the packages that I would merge, in order:

 Calculating dependencies ...done!
 [blocks B ] =kde-base/kbounce-3.4* (is blocking
 kde-base/kdegames-3.4.3) [blocks B ] =kde-base/libkdegames-3.4* (is
[SNIP]

 I don't know what to do.  I don't want to loose Quanta+ or
 KLaptopDaemon, and I frankly didn't know Kommander was there...

 Please help a old Debian person who isn't used to doing this stuff by
 himself...  Oh, I already tried emerge --depclean, but that didn't fix
 all the problems apparently.  In the mean time I'll try remerging
 KLaptopDaemon, but I would like to resolve these issues to both learn
 how and to make life easier in the future.

http://www.gentoo.org/doc/en/kde-config.xml#doc_chap2

You are trying to install the monolithic packages while what you have 
installed are the split packages. I would recommend that you stick with the 
split packages and emerge kde-meta instead of kde. That way you will have the 
option to uninstall packages that you don't use later on without having to 
remerge anything.

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE 4 Blocked packages

2008-01-22 Thread Kenneth Prugh
On Tue, 22 Jan 2008 19:22:57 -0500
sean [EMAIL PROTECTED] wrote:

 Trying to emerge KDE 4 and have the following packages blocked.
 
 Calculating dependencies... done!
 [ebuild  N] kde-base/kdelibs-4.0.0
 
 [ebuild  N] kde-base/qimageblitz-0.0.4
 [ebuild  N] kde-base/kdebase-pam-7
 [ebuild  N] app-accessibility/flite-1.2-r1  USE=-static
 [ebuild  N] x11-apps/xgamma-1.0.2
 [ebuild  N] media-libs/libgphoto2-2.2.1-r1
 [ebuild  N] kde-base/kdepimlibs-4.0.0
 [ebuild  N] kde-base/phonon-4.0.0
 [ebuild  N] kde-base/kdeartwork-iconthemes-4.0.0
 [ebuild  N] kde-base/kdegraphics-4.0.0
 [ebuild  N] kde-base/kdenetwork-4.0.0
 [ebuild  N] kde-base/kdegames-4.0.0
 [ebuild  N] kde-base/kdebase-4.0.0
 [ebuild  N] kde-base/knotify-4.0.0
 [ebuild  N] kde-base/kdeadmin-4.0.0
 [ebuild  N] kde-base/kdemultimedia-4.0.0
 [ebuild  N] kde-base/kdeaccessibility-4.0.0
 [ebuild  N] kde-base/kdeedu-4.0.0
 [ebuild  N] kde-base/kdetoys-4.0.0
 [ebuild  N] kde-base/kdeutils-4.0.0
 [ebuild  N] kde-base/kdeartwork-4.0.0
 [ebuild  N] kde-base/kde-4.0.0
 
 [blocks B ] kde-base/phonon:kde-4 (is blocking
 kde-base/kdebase-4.0.0)
 
 [blocks B ] kde-base/knotify:kde-4 (is blocking
 kde-base/kdebase-4.0.0)
 
 [blocks B ] kde-base/kdeartwork:kde-4 (is blocking
 kde-base/kdeartwork-iconthemes-4.0.0)
 
 [blocks B ] kde-base/kdeartwork-iconthemes:kde-4 (is blocking
 kde-base/kdeartwork-4.0.0)
 
 [blocks B ] kde-base/kdebase:kde-4 (is blocking
 kde-base/knotify-4.0.0, kde-base/phonon-4.0.0)
 
 Total: 22 packages (22 new, 5 blocks), Size of downloads: 100,575 kB
 
 
 I feel like I am missing something obvious.
 Is anyone able to shed some light?
 
   Thanks
   Sean

Looks like your trying to mix 'kde' (monolithic) and kde-meta ebuilds
(split). Trying emerging kde-meta 4.0.


signature.asc
Description: PGP signature


Re: [gentoo-user] Plasma teething problems - Part II

2019-06-24 Thread Mick
On Monday, 24 June 2019 21:40:07 BST you wrote:
> On Monday, 24 June 2019 21:16:51 BST Dale wrote:
> > I went through this a few years ago.  I had some large programs
> > installed that I didn't use, Kmail and others.  I wanted to clean them
> > out but at the time I had installed KDE with kde-meta.  Basically, that
> > installs everything KDE, wanted or not.  I uninstalled that and went
> 
> > these instead:
> According to the current wiki page these days the kde-meta has been replaced
> with plasma-meta.  This is how I have configured plasma-meta:
> 
>  Installed versions:  5.15.5(5)(12:58:00 14/06/19)(bluetooth browser-
> integration crypt desktop-portal display-manager elogind handbook legacy-
> systray pam pm-utils sddm wallpapers -consolekit -discover -grub -gtk -
> networkmanager -plymouth -pulseaudio -sdk -systemd)
> 
> BUT ... I am thinking of uninstalling it, deplclean-ing my world and
> installing  kde-plasma/plasma-desktop which is the slim version, while
> keeping some select kde-meta packages I need/want.
> 
> > root@fireball / # equery list *kde*meta*
> > 
> >  * Searching for *kde*meta* ...
> > 
> > [IP-] [  ] kde-apps/kdeadmin-meta-19.04.2:5
> 
> I have this installed too.
> 
> > [IP-] [  ] kde-apps/kdebase-meta-19.04.2:5
> 
> I think the kdebase-meta was meant to be a transitional package from KDE4 to
> plasma/KDE5.  I suspect this has been superseded by kde-plasma/plasma-meta,
> but I'm not sure.  In any case, I do not have this installed.
> 
> > [IP-] [  ] kde-apps/kdecore-meta-19.04.2:5
> 
> I have this installed too.
> 
> > [IP-] [  ] kde-apps/kdegames-meta-19.04.2:5
> 
> No games for me, thanks.
> 
> > [IP-] [  ] kde-apps/kdegraphics-meta-19.04.2:5
> > [IP-] [  ] kde-apps/kdemultimedia-meta-19.04.2:5
> 
> I have these two installed, plus:
> 
> [IP-] [  ] kde-apps/kdenetwork-meta-18.12.3:5
> [IP-] [  ] kde-apps/kdepim-meta-18.12.3:5
> [IP-] [  ] kde-apps/kdeutils-meta-18.12.3:5
> 
> > This is one of the things I like about Gentoo, being able to cut off or
> > get rid of things I don't want.  USE flags help with that a lot.
> > 
> > Glad you got it sorted out.
> 
> Sadly I'm not there yet.   I've got to figure out how to get back my Suspend
> to Ram, Hibernate, Reboot, and Shutdown buttons, without re-importing
> NetworkManager, or at least without having it being started by powerdevil.

Hmm ... plasma-desktop was already installed, dragged in by plasma-meta.  So 
no need to reinstall it.  Sadly trying to depclean after removing plasma-meta 
will get rid of a lot of packages, something I'm not keen to do:

>>> These are the packages that would be unmerged:

 kde-plasma/plasma-browser-integration
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/plasma-vault
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kdeplasma-addons
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kscreen
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kwrited
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kwayland-integration
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/xembed-sni-proxy
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/plasma-workspace-wallpapers
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/bluedevil
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kgamma
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/drkonqi
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kwallet-pam
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/user-manager
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/xdg-desktop-portal-kde
selected: 5.15.5-r1 
   protected: none 
 omitted: none 

 kde-plasma/kinfocenter
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/sddm-kcm
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/systemsettings
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kmenuedit
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/ksshaskpass
selected: 5.15.5 
   protected: none 
 omitted: none 

 sys-fs/cryfs
selected: 0.9.9 
   protected: none 
 omitted: none 

 dev-libs/libpwquality
selected: 1.4.0 
   protected: none 
 omitted: none 

 kde-frameworks/kxmlrpcclient
selected: 5.57.0 
   protected: none 
 omitted: none 

 kde-frameworks/bluez-qt
selected: 5.57.0 
   protected: none 
 omitted: none 

 sys-apps/accountsservice
selected: 0.6.50-r1 
   protected: none 
 omitted:

Re: [gentoo-user] A gentoo kind of dependency heck

2006-06-11 Thread Kevin O'Gorman
On 6/11/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
On 6/11/06, Raymond Lewis Rebbeck 
[EMAIL PROTECTED] wrote:

On Monday, 12 June 2006 3:17, Kevin O'Gorman wrote: Once again... portage is mad at me, I guess...unless I'm not alone kdepim is required by KDE: treat ~ # equery --nocolor depends kdepim-3.5.2-r2

 [ Searching for packages depending on kdepim-3.5.2-r2... ] kde-base/kde-3.5.2 kde-base/kdeaddons-3.5.2-r1 treat ~ # BUT is blocked by other pieces of KDE[blocks B ] =kde-base/libkpgp-
3.5* (is blocking kde-base/kdepim- 3.5.2-r2)[blocks B ] =kde-base/libkmime-3.5* (is blocking kde-base/kdepim- 3.5.2-r2)[blocks B ] =kde-base/libkpimidentities-3.5* (is blocking
 kde-base/kdepim-3.5.2-r2)[blocks B ] =kde-base/kalarm-3.5* (is blocking kde-base/kdepim- 3.5.2-r2)[blocks B ] =kde-base/libkdepim-3.5* (is blocking kde-base/kdepim- 
3.5.2-r2)[blocks B ] =kde-base/ktnef-3.5* (is blocking kde-base/kdepim- 3.5.2-r2)[blocks B ] =kde-base/certmanager-3.5* (is blocking kde-base/kdepim- 3.5.2-r2)[blocks B ] =kde-base/libkdenetwork-
3.5* (is blocking kde-base/kdepim-3.5.2-r2)[blocks B ] =kde-base/libkcal-3.5* (is blocking kde-base/kdepim- 3.5.2-r2) I find it especially charming that libkdepim is blocking kdepim, both being
 of the 3.5 flavor. Can anyone tell me where to turn?You can't mix and match monolithic and split ebuilds. kdepim-meta is the oneyou're after.That sounds interesting, but I have no idea what to do about it. I think once
upon a time, when I was first installing gentoo, I opted for KDE. I haven't donea thing about it since KDE 3.2. Now all of a sudden I've got this conflict.What do I need to change?++ kevin
In case it helps, this is all my world file says about KDE: treat ~ # grep kde /var/lib/portage/world dev-util/kdevelop kde-base/kdegraphics kde-base/kdegames
 kde-base/kde kde-base/arts treat ~ # I have to say I don't see what I would want to change here...-- Kevin O'Gorman, PhD


Re: [gentoo-user] Problem with emerge --update

2009-07-01 Thread Alan McKinnon
On Tuesday 30 June 2009 23:17:02 Massimiliano Ziccardi wrote:
 It's far preferable to let people like yourself suffer the consequences of

 not

 reading documentation

 Touched :-)

 However, I read the documentation.
 It's just that this is my first gentoo installation: I didn't get I had to
 uninstall the older version of the software to upgrade to the new one.

You get to learn those tricks as you go along. Normally, one just upgrades and 
portage takes care of the install old one, install new one step. But KDE 
split and monolithic ebuilds covering the same KDE package are different in 
this regard - they are incompatible and cannot co-exist on the same machine.

 Especially when it says 'We still provide monolithic ebuilds for 3.5 (up
 till 3.5.9) and they are ***cleanly interoperable*** with the split ones.'

That's a strange statement for the document to make. Split and monolithic can 
interoperate as long as you keep them cleanly separated. Take an example - 
kdepim and kdegames. Both have full monolithic and split ebuilds. You might 
decide you do indeed want all of kdepim [1] but not all the games. So you 
could emerge kdepim and selectively pick the few split-ebuild games you do 
want.

What you can't do is also try to emerge kmail - that clashes with the kmail 
that kdepim wants to put there.

[1] Here you would actually use kdepim-meta in the real world (it pulls in all 
the kdepim split ebuilds), but this is a demonstration, not a list of accurate 
install instructions.


 However, I think now I understand how it works a little bit more (but not
 too much ;-) ).

 One more thing: couldn't those 'stable users' read the documentation too,
 and unmask the obsolete package (if they were masked)?

Think about this. You are asking users who have been doing something one way 
for years, to all of a sudden have their packages masked, their systems 
broken, expect them to go and find documentation (the location of which is not 
easy to provide at that time), unmask stuff and continue.

Why? And for what benefit?

The way it is done is the best possible way for all the users. Existing users 
continue as they did, new users get to make a choice first (which is something 
they have to do anyway).


 Massimiliano

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Syntax for masking kde:4?

2009-10-14 Thread daid kahl
 What is the syntax for a single entry in package.mask to exclude the whole of
 kde:4? I did start masking each package separately, but that's far too much
 work - I'd finish up with an entry for every kde package that has a version
 4. Also, kde:4, which seems like the right thing to specify, is an invalid
 package atom according to eix.

Sorry for the late reply.  I attach 3 files with tell-tale names to
mask all of kde-4 (I was previously running ~x86).

Throw them in /etc/portage/package.mask

I might have been goofing around with one or two things...

I think, for example, I needed to turn of the KDE use flag on svn in
package.use:
dev-util/subversion -kde

Since it wants me to upgrade kdelibs to 4 something otherwise.

When a new kde-4 comes out, I copy an old one and do a find-replace on
like 4.2 to 4.3 or something..

Cheers,
daid
#Other fixes
=media-sound/amarok-1.9
kde-base/kdepim-meta:4.1

# KDE deps
=kde-base/qimageblitz-0.0*

# KDE base libs
kde-base/kdelibs:4.1
kde-base/kdepimlibs:4.1
kde-base/libkcddb:4.1
kde-base/libkcompactdisc:4.1
kde-base/libkdcraw:4.1
kde-base/libkdeedu:4.1
kde-base/libkdepim:4.1
kde-base/libkexiv2:4.1
kde-base/libkholidays:4.1
kde-base/libkipi:4.1
kde-base/libkleo:4.1
kde-base/libkonq:4.1
kde-base/libkpgp:4.1
kde-base/libksane:4.1
kde-base/libksieve:4.1
kde-base/libkworkspace:4.1
kde-base/libplasma:4.1
kde-base/libtaskmanager:4.1

# KDE packages
kde-base/akonadi:4.1
kde-base/akregator:4.1
kde-base/amor:4.1
kde-base/ark:4.1
kde-base/blinken:4.1
kde-base/bovo:4.1
kde-base/cervisia:4.1
kde-base/dolphin:4.1
kde-base/dragonplayer:4.1
kde-base/drkonqi:4.1
kde-base/gwenview:4.1
kde-base/juk:4.1
kde-base/kaddressbook:4.1
kde-base/kalarm:4.1
kde-base/kalgebra:4.1
kde-base/kalzium:4.1
kde-base/kamera:4.1
kde-base/kanagram:4.1
kde-base/kappfinder:4.1
kde-base/kapptemplate:4.1
kde-base/kate:4.1
kde-base/katomic:4.1
kde-base/kbattleship:4.1
kde-base/kblackbox:4.1
kde-base/kblocks:4.1
kde-base/kbounce:4.1
kde-base/kbreakout:4.1
kde-base/kbruch:4.1
kde-base/kbugbuster:4.1
kde-base/kcachegrind:4.1
kde-base/kcalc:4.1
kde-base/kcharselect:4.1
kde-base/kcheckpass:4.1
kde-base/kcminit:4.1
kde-base/kcmshell:4.1
kde-base/kcolorchooser:4.1
kde-base/kcontrol:4.1
kde-base/kcron:4.1
kde-base/kde-l10n:4.1
kde-base/kde-meta:4.1
kde-base/kdeaccessibility-colorschemes:4.1
kde-base/kdeaccessibility-iconthemes:4.1
kde-base/kdeaccessibility-meta:4.1
kde-base/kdeaccounts-plugin:4.1
kde-base/kdeadmin-meta:4.1
kde-baes/kdeadmin-optional:4.1
kde-base/kdeartwork-colorschemes:4.1
kde-base/kdeartwork-emoticons:4.1
kde-base/kdeartwork-icewm-themes:4.1
kde-base/kdeartwork-iconthemes:4.1
kde-base/kdeartwork-kscreensaver:4.1
kde-base/kdeartwork-kworldclock:4.1
kde-base/kdeartwork-meta:4.1
kde-base/kdeartwork-sounds:4.1
kde-base/kdeartwork-styles:4.1
kde-base/kdeartwork-wallpapers:4.1
kde-base/kdebase-cursors:4.1
kde-base/kdebase-data:4.1
kde-base/kdebase-kioslaves:4.1
kde-base/kdebase-meta:4.1
kde-base/kdebase-startkde:4.1
kde-base/kdebugdialog:4.1
kde-base/kdeedu-meta:4.1
kde-base/kdegames-meta:4.1
kde-base/kdegames-optional:4.1
kde-base/kdegraphics-meta:4.1
kde-base/kdegraphics-strigi-analyzer:4.1
kde-base/kde-menu:4.1
kde-base/kde-menu-icons:4.1
kde-base/kdemaildir:4.1
kde-base/kdemultimedia-kioslaves:4.1
kde-base/kdemultimedia-meta:4.1
kde-base/kdenetwork-filesharing:4.1
kde-base/kdenetwork-meta:4.1
kde-base/kdepasswd:4.1
kde-base/kdepim-kresources:4.1
kde-base/kdepim-strigi-analyzer:4.1
kde-base/kdepim-wizards:4.1
kde-base/kdeplasma-addons:4.1
kde-base/kdesdk-kioslaves:4.1
kde-base/kdesdk-meta:4.1
kde-base/kdesdk-misc:4.1
kde-base/kdesdk-scripts:4.1
kde-base/kdesdk-strigi-analyzer:4.1
kde-base/kdessh:4.1
kde-base/kdesu:4.1
kde-base/kdetoys-meta:4.1
kde-base/kdeutils-meta:4.1
kde-base/kdeutils-optional:4.1
kde-base/kde-wallpapers:4.1
kde-base/kdf:4.1
kde-base/kdialog:4.1
kde-base/kdiamond:4.1
kde-base/kdm:4.1
kde-base/kdnssd:4.1
kde-base/keditbookmarks:4.1
kde-base/kfile:4.1
kde-base/kfind:4.1
kde-base/kfloppy:4.1
kde-base/kfourinline:4.1
kde-base/kgamma:4.1
kde-base/kgeography:4.1
kde-base/kget:4.1
kde-base/kgoldrunner:4.1
kde-base/kgpg:4.1
kde-base/khangman:4.1
kde-base/khelpcenter:4.1
kde-base/khotkeys:4.1
kde-base/kiconfinder:4.1
kde-base/kig:4.1
kde-base/kinfocenter:4.1
kde-base/kioclient:4.1
kde-base/kiriki:4.1
kde-base/kitchensync:4.1
kde-base/kiten:4.1
kde-base/kjots:4.1
kde-base/kjumpingcube:4.1
kde-base/kleopatra:4.1
kde-base/klettres:4.1
kde-base/klines:4.1
kde-base/klipper:4.1
kde-base/kmag:4.1
kde-base/kmahjongg:4.1
kde-base/kmail:4.1
kde-base/kmailcvt:4.1
kde-base/kmenuedit:4.1
kde-base/kmimetypefinder:4.1
kde-base/kmines:4.1
kde-base/kmix:4.1
kde-base/kmousetool:4.1
kde-base/kmouth:4.1
kde-base/kmplot:4.1
kde-base/knetattach:4.1
kde-base/knetwalk:4.1
kde-base/knetworkconf:4.1
kde-base/knewsticker:4.1
kde-base/knewstuff:4.1
kde-base/knode:4.1
kde-base/knotes:4.1
kde-base/knotify:4.1
kde-base/kode:4.1
kde-base/kolf:4.1
kde-base/kollision:4.1
kde-base/kolourpaint:4.1
kde-base/kompare:4.1
kde

Re: [gentoo-user] Portage and sets

2009-02-23 Thread Dale
Volker Armin Hemmann wrote:
 On Montag 23 Februar 2009, Dale wrote:
   
 Hi

 I'm wanting to experiment a little with the new sets feature of
 portage.  I have searched around the forums, even looked at gentoo wiki
 and read a few man pages.  I can not find a good link to a how to for
 sets.  I would like to have a couple things if someone has them.  1) a
 link to a good how to.  2) could someone send me a copy of a sets file
 for something like KDE or something.  Just something I can use for a
 template if you would.

 Thanks much.  Oh, yea, I may be about to break something.  I got my
 backups up to date tho.  o_O

 Dale

 :-)  :-)
 

 put sets file in /etc/portage/sets

 example:
 cat /etc/portage/sets/qt-copy
 =x11-libs/qt-assistant-4.4.
 =x11-libs/qt-core-4.4.
 =x11-libs/qt-dbus-4.4.
 =x11-libs/qt-gui-4.4.
 =x11-libs/qt-opengl-4.4.
 =x11-libs/qt-qt3support-4.4.
 =x11-libs/qt-script-4.4.
 =x11-libs/qt-sql-4.4.
 =x11-libs/qt-svg-4.4.
 =x11-libs/qt-test-4.4.
 =x11-libs/qt-webkit-4.4.
 =x11-libs/qt-xmlpatterns-4.4.

 you are done. Really, there is no magic about sets. You put all the packet-
 atoms you want into a file, put the file into /etc/portage/sets and emerge 
 @setname. That's it.

 Or look at this:
 cat /usr/local/portage/layman/kde-testing/sets/kde-4.2
 # We don't include kdesdk on the global set
 kde-base/kdelibs:4.2
 kde-base/kdepimlibs:4.2
 kde-base/kate:4.2
 kde-base/kdeplasma-addons:4.2
 kde-base/kde-l10n:4.2

 @kdeaccessibility-4.2
 @kdeadmin-4.2
 @kdeartwork-4.2
 @kdebase-4.2
 @kdeedu-4.2
 @kdegames-4.2
 @kdegraphics-4.2
 @kdemultimedia-4.2
 @kdenetwork-4.2
 @kdepim-4.2
 @kdetoys-4.2
 @kdeutils-4.2

 #for developers
 #...@kdebindings-4.2
 #...@kdesdk-4.2
 #...@kdewebdev-4.2

 so as you can see - a set can be create out of other sets.


   

Ahhh, so a specific version can be placed in there just like in the
world file.  Neato !!!

Lets say I have a set named dk-kde, with the prefix Allen suggested, and
I put kde-meta in that file.  Would that emerge all the KDE or just that
one package?  I emerged kde-meta to install KDE so that is all there is
in my world file right now.  I notice you have several kde packages in
your list.

I'm going to do some reading on the links already posted in a bit. 
Getting ready to cook a roast.  Got to peal taters, wash carrots and
slice up a onion. 

Thanks

Dale

:-)  :-) 



Re: [gentoo-user] Still kde problems with monolithic-split

2008-10-04 Thread Alan McKinnon
On Saturday 04 October 2008 15:23:42 [EMAIL PROTECTED] wrote:
 Alan McKinnon [EMAIL PROTECTED] [08-10-04 15:19]:
  On Saturday 04 October 2008 15:08:36 [EMAIL PROTECTED] wrote:
   Hi,
  
   some time ago I asked what to do if kde blocks kde...
   The according HowTo (emergeing from monolithic
   to split kde install) says one has first
   to unmerge the old monolithic installation of
   kde and the install the split stuff.
  
   But regardless what I am doing...
   emerge -C blocking item
   shows me a rmoving action on my harddisc and
   the following
   emerge --pretend --color=n --verbose --update --deep world
   still shows that item being blocking new stuff.
   I think _physically_ the old stuff is rmoved but
   from emerge's point of view it is still there.
  
   How can I fix that problem ?
 
  You didn't give any output, so I have to guess. Most likely a different
  package is still installed which needs the same kde you just removed and
  that in turn conflicts with what you want to install now.
 
  Post the full output of 'emerge -pvuNDt world' and we'll deciphyer it for
  you
 
  --
  alan dot mckinnon at gmail dot com

 Hi Alan!

 Here it comes:



 These are the packages that would be merged, in reverse order:

 Calculating world dependencies   - app-cdr/mp3burn-0.3.3-r1 (masked by:
 package.mask) /usr/portage/profiles/package.mask:
 # Jeremy Olexa [EMAIL PROTECTED] (02 Sep 2008)
 # Removed at maintainer's request in 30 days by the treecleaners.
 # Please don't waste cds trying to use this program, bug 227143

Aside: You probably want to unmerge this one above too

[snip]

 [ebuild   R   ] kde-base/kdeartwork-3.5.9 
 USE=opengl -arts* -debug -kdeenablefinal -xinerama -xscreensaver 0 kB

That is a monolithic package, but portage wants to Replace it, which means it 
was never uninstalled. I'll give you the short version, followed by the 
(longer) explanation of what happened:

Short version: 
- unmerge all these packages (list ripped straight out from the kde ebuild)
RDEPEND=~kde-base/kdelibs-${PV}
~kde-base/kdebase-${PV}
~kde-base/kdeaddons-${PV}
~kde-base/kdeadmin-${PV}
~kde-base/kdeartwork-${PV}
~kde-base/kdeedu-${PV}
~kde-base/kdegames-${PV}
~kde-base/kdegraphics-${PV}
~kde-base/kdemultimedia-${PV}
~kde-base/kdenetwork-${PV}
~kde-base/kdepim-${PV}
~kde-base/kdetoys-${PV}
~kde-base/kdeutils-${PV}
~kde-base/kdewebdev-${PV}
accessibility? ( ~kde-base/kdeaccessibility-${PV} )
- run 'emerge -av --depclean' as a sanity check. The output should be obvious, 
it might list a few more kde packages that you missed. Unmerge those, but 
note their names in case you want to put them back later
- emerge kde-meta (or if you prefer to get a smaller set instead of all of kde 
follow the handbook and emerge just the -meta packages you want)

Long version:

The traditional kde packages in portage (from long long ago) mirrored the 
organization of how the kde project released their stuff - as 16 or so huge 
packages. The kde ebuild by itself does nothing, if you look inside you'll 
see it's just a huge RDEPEND. The 16 packages in that are the ones that 
actually install kde. 

You seem to have at one point emerged kde, and got all 16 packages with it. 
Then you unmerged kde, which worked OK except that it left the other 16 in 
place, and they promptly blocked all the kde-meta stuff.

The monolithic ebuilds block the -meta ebuilds as they duplicate each other. 
You have to choose one or the other and can't mix them in any way. It may 
have been possible to write some fancy code in the -meta ebuilds to unmerge 
old packages and install the equivalent new ones but that would have been a 
major pain in the ass and is guaranteed to work for most users and completely 
destroy some other user's system. So the devs instead made the sane choice of 
forcing you to make up your mind and first setting up your machine correctly 
the way you want it. 

humour mode on
This is TheOneTruGentooWay(tm), a devious evil policy whereby gentoo devs 
assume that you are in fact a really super-intelligent person who can make up 
their own mind, who is absolutely not an idiot and knows what they want.

As you can see this is a wonderful way to work, but it also means that you get 
to be responsible for your own machine and wade through 100s of lines of 
portage output so you can decide what it is that you really want.
/humour mode off

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Unmasking KDE-3.5

2005-12-07 Thread Dale
OK.  I got it working.  Holy smoke that is one heck of a download.  I'm
going to upgrade gcc first though.  No need compiling all that then
having to do it again.

This is my package.keywords file:

=media-libs/akode-2.0_rc1 ~x86
=app-text/poppler-0.4.2-r1 ~x86
=app-text/poppler-0.4.2 ~x86
=sys-fs/udev-071 ~x86
=sys-fs/udev-072 ~x86
=sys-fs/udev-073 ~x86
=sys-apps/hal-0.5.4 ~x86
=sys-apps/hal-0.5.5.1 ~x86
sys-apps/pmount ~x86
sys-apps/dbus ~x86
kde-base/akode ~x86
kde-base/akregator ~x86
kde-base/amor ~x86
kde-base/ark ~x86
kde-base/arts ~x86
kde-base/artsplugin-akode ~x86
kde-base/artsplugin-audiofile ~x86
kde-base/artsplugin-mpeglib ~x86
kde-base/artsplugin-mpg123 ~x86
kde-base/artsplugin-xine ~x86
kde-base/atlantik ~x86
kde-base/atlantikdesigner ~x86
kde-base/blinken ~x86
kde-base/certmanager ~x86
kde-base/cervisia ~x86
kde-base/dcopc ~x86
kde-base/dcopjava ~x86
kde-base/dcopperl ~x86
kde-base/dcoppython ~x86
kde-base/dcoprss ~x86
kde-base/drkonqi ~x86
kde-base/eyesapplet ~x86
kde-base/fifteenapplet ~x86
kde-base/juk ~x86
kde-base/kaboodle ~x86
kde-base/kaddressbook ~x86
kde-base/kaddressbook-plugins ~x86
kde-base/kalarm ~x86
kde-base/kalyptus ~x86
kde-base/kalzium ~x86
kde-base/kamera ~x86
kde-base/kanagram ~x86
kde-base/kandy ~x86
kde-base/kappfinder ~x86
kde-base/kapptemplate ~x86
kde-base/karm ~x86
kde-base/kasteroids ~x86
kde-base/kate ~x86
kde-base/kate-plugins ~x86
kde-base/katomic ~x86
kde-base/kaudiocreator ~x86
kde-base/kbabel ~x86
kde-base/kbackgammon ~x86
kde-base/kbattleship ~x86
kde-base/kblackbox ~x86
kde-base/kbounce ~x86
kde-base/kbruch ~x86
kde-base/kbstateapplet ~x86
kde-base/kbugbuster ~x86
kde-base/kcachegrind ~x86
kde-base/kcalc ~x86
kde-base/kcharselect ~x86
kde-base/kcheckpass ~x86
kde-base/kcminit ~x86
kde-base/kcoloredit ~x86
kde-base/kcontrol ~x86
kde-base/kcron ~x86
kde-base/kdat ~x86
kde-base/kdcop ~x86
kde-base/kde ~x86
kde-base/kde-env ~x86
kde-base/kde-i18n ~x86
kde-base/kde-meta ~x86
kde-base/kdeaccessibility ~x86
kde-base/kdeaccessibility-iconthemes ~x86
kde-base/kdeaccessibility-meta ~x86
kde-base/kdeaddons ~x86
kde-base/kdeaddons-docs-konq-plugins ~x86
kde-base/kdeaddons-kfile-plugins ~x86
kde-base/kdeaddons-meta ~x86
kde-base/kdeadmin ~x86
kde-base/kdeadmin-kfile-plugins ~x86
kde-base/kdeadmin-meta ~x86
kde-base/kdeartwork ~x86
kde-base/kdeartwork-emoticons ~x86
kde-base/kdeartwork-icewm-themes ~x86
kde-base/kdeartwork-iconthemes ~x86
kde-base/kdeartwork-kscreensaver ~x86
kde-base/kdeartwork-kwin-styles ~x86
kde-base/kdeartwork-kworldclock ~x86
kde-base/kdeartwork-meta ~x86
kde-base/kdeartwork-sounds ~x86
kde-base/kdeartwork-styles ~x86
kde-base/kdeartwork-wallpapers ~x86
kde-base/kdebase ~x86
kde-base/kdebase-data ~x86
kde-base/kdebase-kioslaves ~x86
kde-base/kdebase-meta ~x86
kde-base/kdebase-pam ~x86
kde-base/kdebase-startkde ~x86
kde-base/kdebindings-meta ~x86
kde-base/kdebugdialog ~x86
kde-base/kdeedu ~x86
kde-base/kdeedu-applnk ~x86
kde-base/kdeedu-meta ~x86
kde-base/kdegames ~x86
kde-base/kdegames-meta ~x86
kde-base/kdegraphics ~x86
kde-base/kdegraphics-kfile-plugins ~x86
kde-base/kdegraphics-meta ~x86
kde-base/kdejava ~x86
kde-base/kdelibs ~x86
kde-base/kdelirc ~x86
kde-base/kdemultimedia ~x86
kde-base/kdemultimedia-arts ~x86
kde-base/kdemultimedia-kappfinder-data ~x86
kde-base/kdemultimedia-kfile-plugins ~x86
kde-base/kdemultimedia-kioslaves ~x86
kde-base/kdemultimedia-meta ~x86
kde-base/kdenetwork ~x86
kde-base/kdenetwork-filesharing ~x86
kde-base/kdenetwork-kfile-plugins ~x86
kde-base/kdenetwork-meta ~x86
kde-base/kdepasswd ~x86
kde-base/kdepim ~x86
kde-base/kdepim-kioslaves ~x86
kde-base/kdepim-kresources ~x86
kde-base/kdepim-meta ~x86
kde-base/kdepim-wizards ~x86
kde-base/kdeprint ~x86
kde-base/kdesdk ~x86
kde-base/kdesdk-kfile-plugins ~x86
kde-base/kdesdk-kioslaves ~x86
kde-base/kdesdk-meta ~x86
kde-base/kdesdk-misc ~x86
kde-base/kdesdk-scripts ~x86
kde-base/kdesktop ~x86
kde-base/kdesu ~x86
kde-base/kdetoys ~x86
kde-base/kdetoys-meta ~x86
kde-base/kdeutils ~x86
kde-base/kdeutils-meta ~x86
kde-base/kdewebdev ~x86
kde-base/kdewebdev-meta ~x86
kde-base/kdf ~x86
kde-base/kdialog ~x86
kde-base/kdict ~x86
kde-base/kdm ~x86
kde-base/kdnssd ~x86
kde-base/kdvi ~x86
kde-base/kedit ~x86
kde-base/keduca ~x86
kde-base/kenolaba ~x86
kde-base/kfax ~x86
kde-base/kfilereplace ~x86
kde-base/kfind ~x86
kde-base/kfloppy ~x86
kde-base/kfouleggs ~x86
kde-base/kgamma ~x86
kde-base/kgeography ~x86
kde-base/kget ~x86
kde-base/kghostview ~x86
kde-base/kgoldrunner ~x86
kde-base/kgpg ~x86
kde-base/khangman ~x86
kde-base/khelpcenter ~x86
kde-base/khexedit ~x86
kde-base/khotkeys ~x86
kde-base/kicker ~x86
kde-base/kicker-applets ~x86
kde-base/kiconedit ~x86
kde-base/kig ~x86
kde-base/kimagemapeditor ~x86
kde-base/kitchensync ~x86
kde-base/kiten ~x86
kde-base/kjots ~x86
kde-base/kjsembed ~x86
kde-base/kjumpingcube ~x86
kde-base/klaptopdaemon ~x86
kde-base/klatin ~x86
kde-base/klettres ~x86
kde-base/klickety ~x86
kde-base/klines ~x86
kde-base/klinkstatus ~x86
kde-base/klipper ~x86

Re: [gentoo-user] Still kde problems with monolithic-split

2008-10-05 Thread meino . cramer
solfire:/rootemerge kde-meta
Calculating dependencies -!!! Digest verification failed:
!!! /usr/portage/kde-base/kdebase-startkde/kdebase-startkde-4.1.2-r1.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 4061
!!! Expected: 4064
... done!
 Verifying ebuild Manifests...

!!! Digest verification failed:
!!! /usr/portage/kde-base/kdebase-startkde/kdebase-startkde-4.1.2-r1.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 4061
!!! Expected: 4064




Dirk Heinrichs [EMAIL PROTECTED] [08-10-05 09:02]:
 Am Sonntag, 5. Oktober 2008 07:19:37 schrieb [EMAIL PROTECTED]:
 
  It getting more confused:
 
  This morning I did a
  [...]
  emerge -pv kde
 
 Now I am confused. Thought you wanted to install kde-meta???
 
  still reports:
 
  Calculating dependencies... done!
  [ebuild  N] kde-base/kdebase-3.5.9-r3  USE=branding cups hal ldap
  opengl pam -arts -debug -ieee1394 -java -joystick -kdeenablefinal
  -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba
  -xcomposite -xinerama -xscreensaver 0 kB [ebuild  N]
  kde-base/kdemultimedia-3.5.9  USE=alsa encode gstreamer mp3 vorbis -akode
  -arts -audiofile -debug -flac -kdeenablefinal -theora -xine -xinerama 0 kB
  [ebuild  N] app-crypt/qca-1.0-r3  0 kB
  [ebuild  N] kde-base/kdeedu-3.5.9  USE=-arts -debug -kdeenablefinal
  -kig-scripting -solver -xinerama 0 kB [ebuild  N]
  kde-base/kdetoys-3.5.9  USE=-arts -debug -kdeenablefinal
  -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
  kde-base/kdewebdev-3.5.9  USE=-arts -debug -doc -kdeenablefinal -tidy
  -xinerama 0 kB [ebuild  N] kde-base/kdegames-3.5.9  USE=-arts -debug
  -kdeenablefinal -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
  kde-base/kdepim-3.5.9-r1  USE=-arts -debug -gnokii -kdeenablefinal -pda
  -xinerama 0 kB [ebuild  N] kde-base/kdenetwork-3.5.9  USE=ssl -arts
  -debug -jingle -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime
  -slp -wifi -xinerama 0 kB [ebuild  N] kde-base/kdeartwork-3.5.9 
  USE=opengl -arts -debug -kdeenablefinal -xinerama -xscreensaver 0 kB
  [ebuild  N] kde-base/kdeutils-3.5.9-r1  USE=crypt -arts -debug
  -kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama
  -xscreensaver 0 kB [ebuild  N] kde-base/kdeadmin-3.5.9  USE=-arts
  -debug -kdeenablefinal -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
  kde-base/kdegraphics-3.5.9  USE=opengl pdf -arts -debug -gphoto2 -imlib
  -kdeenablefinal -kpathsea -openexr -povray -scanner -xinerama 0 kB [ebuild
   N] kde-base/kdeaddons-3.5.9  USE=berkdb sdl -arts -debug
  -kdeenablefinal -xinerama 0 kB [ebuild  N] kde-base/kde-3.5.9 
  USE=-accessibility 0 kB
  [blocks B ] kde-base/khelpcenter:3.5 (is blocking
  kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcminit:3.5 (is
  blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcontrol:3.5
  (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
  kde-base/kdesktop:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
  ] =kde-base/kdebase-3.5* (is blocking kde-base/kdesktop-3.5.9-r1,
  kde-base/khelpcenter-3.5.9, kde-base/kdialog-3.5.9-r1,
  kde-base/kdepasswd-3.5.9, kde-base/kcontrol-3.5.9, kde-base/kicker-3.5.9,
  kde-base/kdesu-3.5.9, kde-base/kcheckpass-3.5.9, kde-base/kdm-3.5.9,
  kde-base/konqueror-3.5.9, kde-base/kcminit-3.5.9) [blocks B ]
  kde-base/kdm:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
  kde-base/kdesu:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
  kde-base/kdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
  ] kde-base/kcheckpass:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
  ] kde-base/konqueror:3.5 (is blocking kde-base/kdebase-3.5.9-r3)
  [blocks B ] kde-base/kdepasswd:3.5 (is blocking
  kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kicker:3.5 (is blocking
  kde-base/kdebase-3.5.9-r3)
 
  it reports packages of kde to be updated
 
 Nope, not updated. It shows new installs (N). In addition, it shows that you 
 already have some split ebuilds installed which block the monolithic ones.
 
 I would suggest that you simply install kde-meta first this should solve your 
 problems.
 
 HTH...
 
   Dirk
 

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] equery not working

2005-10-04 Thread Wes Gray
On Mon, Oct 03, 2005 at 09:50:03PM -0500, Paul Varner wrote:
 equery works fine for me here.  Two questions, which version of
 gentoolkit do you have installed? What does ls
 -ld /var/db/pkg/kde-base/kde* show?

Here is the info requested:

# emerge -p gentoolkit

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-portage/gentoolkit-0.2.0
#
# ls -ld /var/db/pkg/kde-base/kde*

drwxr-xr-x  2 root root 912 Sep 28 14:24 /var/db/pkg/kde-base/kde-env-3-r4
drwxr-xr-x  2 root root 912 Sep 26 21:56 /var/db/pkg/kde-base/kde-meta-3.4.1
drwxr-xr-x  2 root root 608 Jul  3  2004 /var/db/pkg/kde-base/kdeaccessibility-3
.2.2
drwxr-xr-x  2 root root 920 Dec 30  2004 /var/db/pkg/kde-base/kdeaccessibility-3
.3.2
drwxr-xr-x  2 root root 928 Sep 26 21:00 /var/db/pkg/kde-base/kdeaddons-docs-kon
q-plugins-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 20:51 /var/db/pkg/kde-base/kdeaddons-kfile-pl
ugins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 21:33 /var/db/pkg/kde-base/kdeaddons-meta-3.4
.1
drwxr-xr-x  2 root root 928 Sep 26 11:47 /var/db/pkg/kde-base/kdeadmin-kfile-plu
gins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 11:48 /var/db/pkg/kde-base/kdeadmin-meta-3.4.
1
drwxr-xr-x  2 root root 928 Sep 26 21:39 /var/db/pkg/kde-base/kdeartwork-emotico
ns-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:54 /var/db/pkg/kde-base/kdeartwork-icewm-t
hemes-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:43 /var/db/pkg/kde-base/kdeartwork-iconthe
mes-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:50 /var/db/pkg/kde-base/kdeartwork-kscreen
saver-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:38 /var/db/pkg/kde-base/kdeartwork-kwin-st
yles-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:41 /var/db/pkg/kde-base/kdeartwork-kworldc
lock-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 21:55 /var/db/pkg/kde-base/kdeartwork-meta-3.
4.1
drwxr-xr-x  2 root root 920 Sep 26 21:55 /var/db/pkg/kde-base/kdeartwork-sounds-
3.4.1
drwxr-xr-x  2 root root 920 Sep 26 21:52 /var/db/pkg/kde-base/kdeartwork-styles-
3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:35 /var/db/pkg/kde-base/kdeartwork-wallpap
ers-3.4.1
drwxr-xr-x  2 root root 920 Sep 28 23:25 /var/db/pkg/kde-base/kdebase-data-3.4.1
drwxr-xr-x  2 root root 928 Sep 29 00:41 /var/db/pkg/kde-base/kdebase-kioslaves-
3.4.1-r1
drwxr-xr-x  2 root root 920 Sep 29 01:50 /var/db/pkg/kde-base/kdebase-meta-3.4.1
drwxr-xr-x  2 root root 912 Jun 24 12:20 /var/db/pkg/kde-base/kdebase-pam-4
drwxr-xr-x  2 root root 920 Sep 29 01:31 /var/db/pkg/kde-base/kdebase-startkde-3
.4.1
drwxr-xr-x  2 root root 920 Sep 29 00:03 /var/db/pkg/kde-base/kdebugdialog-3.4.1
drwxr-xr-x  2 root root 920 Sep 25 22:09 /var/db/pkg/kde-base/kdeedu-applnk-3.4.
1
drwxr-xr-x  2 root root 912 Sep 25 23:20 /var/db/pkg/kde-base/kdeedu-meta-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 10:13 /var/db/pkg/kde-base/kdegames-meta-3.4.
1
drwxr-xr-x  2 root root 928 Sep 26 19:12 /var/db/pkg/kde-base/kdegraphics-kfile-
plugins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 20:25 /var/db/pkg/kde-base/kdegraphics-meta-3
.4.1
drwxr-xr-x  2 root root 576 Jan 20  2004 /var/db/pkg/kde-base/kdelibs-3.1.5
drwxr-xr-x  2 root root 600 Jul 29  2004 /var/db/pkg/kde-base/kdelibs-3.2.3
drwxr-xr-x  2 root root 912 Jun 22 21:08 /var/db/pkg/kde-base/kdelibs-3.3.2-r9
drwxr-xr-x  2 root root 912 Jul  5 00:26 /var/db/pkg/kde-base/kdelibs-3.4.1-r1
drwxr-xr-x  2 root root 920 Sep 26 10:40 /var/db/pkg/kde-base/kdemultimedia-arts
-3.4.1
drwxr-xr-x  2 root root 936 Sep 26 11:09 /var/db/pkg/kde-base/kdemultimedia-kapp
finder-data-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 10:20 /var/db/pkg/kde-base/kdemultimedia-kfil
e-plugins-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 10:18 /var/db/pkg/kde-base/kdemultimedia-kios
laves-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 11:35 /var/db/pkg/kde-base/kdemultimedia-meta
-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 08:40 /var/db/pkg/kde-base/kdenetwork-filesha
ring-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 08:50 /var/db/pkg/kde-base/kdenetwork-kfile-p
lugins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 08:58 /var/db/pkg/kde-base/kdenetwork-meta-3.
4.1
drwxr-xr-x  2 root root 912 Sep 29 00:29 /var/db/pkg/kde-base/kdepasswd-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 00:47 /var/db/pkg/kde-base/kdepim-kioslaves-3
.4.1
drwxr-xr-x  2 root root 920 Sep 26 00:24 /var/db/pkg/kde-base/kdepim-kresources-
3.4.1
drwxr-xr-x  2 root root 912 Sep 26 06:56 /var/db/pkg/kde-base/kdepim-meta-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 01:21 /var/db/pkg/kde-base/kdepim-wizards-3.4
.1
drwxr-xr-x  2 root root 912 Sep 29 01:21 /var/db/pkg/kde-base/kdeprint-3.4.1
drwxr-xr-x  2 root root 576 Nov 28  2003 /var/db/pkg/kde-base/kdesdk-3.1.4
drwxr-xr-x  2 root root 912 Sep 29 00:57 /var/db/pkg/kde-base/kdesktop-3.4.1
drwxr-xr-x  2 root root 912 Sep 28 23:22 /var/db/pkg/kde-base/kdesu-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 12:02 /var/db/pkg/kde-base/kdetoys-meta-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 07:35 /var/db/pkg/kde-base/kdeutils-meta-3.4.
1
drwxr-xr-x  2 root root 920 Sep 26 20

Re: [gentoo-user] Re: Update blocked by kdebase-startkde:4

2016-07-09 Thread Daniel Frey
On 07/09/2016 03:40 PM, Peter Humphrey wrote:
> 
> In fact I tried the separate masking. It led on to having to treat kde-plasma 
> and kde-frameworks similarly, and before I knew it I was unmasking a load of 
> packages that don't belong in a KDE-4 system.
> 
> What to try next?
> 

When I tried plasma and it crashed every 10 seconds I reverted and
manually masked all packages >4.15.

I figure eventually the instability will go away but decided to leave it
for another year or so. Heck, I may never update again. ;-) I like
having a desktop that just works.

I haven't tried updating recently (some months because I don't want to
deal with the plasma stuff now) though, so I don't know if it still works.

I've attached my package.mask if you want to try it. Talk about try to
solve updates with a sledgehammer though...

I think you'll also have to remove wallpapers in order to make portage
happy about conflicts:

[/etc/portage/package.use]
kde-base/kdebase-startkde -wallpapers
kde-apps/kdebase-meta -wallpapers

(Yes, it took forever to do that manually.)

I suspect it will probably not work now but it'll be a starting point if
you want to try this method. Maybe all you'll have to do is adjust some
versions?

Dan

>kde-apps/kopete-4.15
>kde-apps/kate-4.15
>kde-apps/libkdegames-4.15
>kde-apps/libkdeedu-4.15
>kde-apps/libkmahjongg-4.15
>kde-apps/analitza-4.15
>kde-apps/kde4-l10n-4.15
>kde-apps/amor-4.15
>kde-apps/kteatime-4.15
>kde-apps/kiten-4.15
>kde-apps/pairs-4.15
>kde-apps/step-4.15
>kde-apps/kbruch-4.15
>kde-apps/blinken-4.15
>kde-apps/cantor-4.15
>kde-apps/kig-4.15
>kde-apps/kgeography-4.15
>kde-apps/rocs-4.15
>kde-apps/dragon-4.15
>kde-apps/juk-4.15
>kde-apps/kopete-4.15
>kde-apps/parley-4.15
>kde-apps/khangman-4.15
>kde-apps/kwordquiz-4.15
>kde-apps/klettres-4.15
>kde-apps/kalgebra-4.15
>kde-apps/kalzium-4.15
>kde-apps/kanagram-4.15
>kde-apps/kturtle-4.15
>kde-apps/kmplot-4.15
>kde-apps/kstars-4.15
>kde-apps/kolf-4.15
>kde-apps/konquest-4.15
>kde-apps/kdiamond-4.15
>kde-apps/kubrick-4.15
>kde-apps/kiriki-4.15
>kde-apps/ksquares-4.15
>kde-apps/kigo-4.15
>kde-apps/kbreakout-4.15
>kde-apps/lskat-4.15
>kde-apps/palapeli-4.15
>kde-apps/klines-4.15
>kde-apps/kollision-4.15
>kde-apps/klickety-4.15
>kde-apps/kblackbox-4.15
>kde-apps/katomic-4.15
>kde-apps/knetwalk-4.15
>kde-apps/bovo-4.15
>kde-apps/ksudoku-4.15
>kde-apps/knavalbattle-4.15
>kde-apps/kmines-4.15
>kde-apps/kfourinline-4.15
>kde-apps/kblocks-4.15
>kde-apps/kreversi-4.15
>kde-apps/kpat-4.15
>kde-apps/kgoldrunner-4.15
>kde-apps/killbots-4.15
>kde-apps/kjumpingcube-4.15
>kde-apps/picmi-4.15
>kde-apps/kmahjongg-4.15
>kde-apps/kshisen-4.15
>kde-apps/ktuberling-4.15
>kde-apps/kspaceduel-4.15
>kde-apps/bomber-4.15
>kde-apps/ksnakeduel-4.15
>kde-apps/kapman-4.15
>kde-apps/kbounce-4.15
>kde-apps/granatier-4.15
>kde-apps/ksirk-4.15
>kde-apps/kdegames-meta-4.15
>kde-apps/kdenetwork-meta-4.15
>kde-apps/ktux-4.15
>kde-apps/ffmpegthumbs-4.15
>kde-apps/kqtquickcharts-4.15
>kde-apps/kdemultimedia-meta-4.15
>kde-apps/kdetoys-meta-4.15
>kde-base/kdeplasma-addons-4.15
>kde-apps/ktouch-4.15
>kde-apps/artikulate-4.15
>kde-apps/kdeedu-meta-4.15
>kde-apps/kde-meta-4.14.3
>kde-apps/kdebase-runtime-meta-4.15
>kde-base/kde-env-4.15
>kde-frameworks/oxygen-icons-4.15
>kde-base/kdelibs-4.15
>kde-apps/kfmclient-4.15
>kde-apps/kdesu-4.15
>kde-base/katepart-4.15
>kde-base/libkworkspace-4.15
>kde-apps/libkonq-4.15
>kde-apps/libkexiv2-4.15
>kde-base/kephal-4.15
>kde-apps/libkdcraw-4.15
>kde-apps/libkipi-4.15 
>kde-base/kcheckpass-4.15
>kde-base/ksysguard-4.15
>kde-apps/knotify-4.15
>kde-base/liboxygenstyle-4.15
>kde-apps/libkcddb-4.15
>kde-apps/kde-wallpapers-4.15
>kde-base/kcminit-4.15
>kde-apps/kcmshell-4.15
>kde-apps/kdeartwork-wallpapers-4.15
>kde-apps/kioclient-4.15
>kde-apps/kreadconfig-4.15
>kde-apps/kdialog-4.15
>kde-apps/svgpart-4.15
>kde-base/kstartupconfig-4.15
>kde-base/ksplash-4.15
>kde-apps/kwalletmanager-4.15
>kde-apps/kwalletd-4.15
>kde-apps/kurifilter-plugins-4.15
>kde-apps/solid-runtime-4.15
>kde-base/libkgreeter-4.15
>kde-apps/libkcompactdisc-4.15
>kde-apps/kdeartwork-colorschemes-4.15
>kde-apps/kdeartwork-iconthemes-4.15
>kde-apps/kdeartwork-desktopthemes-4.15
>kde-apps/kdeartwork-emoticons-4.15
>kde-apps/kamera-4.15
>kde-apps/kcolorchooser-4.15
>kde-apps/kgamma-4.15
>kde-apps/kruler-4.15
>kde-apps/kdegraphics-mobipocket-4.15
>kde-apps/kolourpaint-4.15
>kde-base/freespacenotifier-4.15
>kde-apps/kde-base-artwork-4.15
>kde-base/ksystraycmd-4.15
>kde-base/kinfocenter-4.15
>kde-base/qguiplatformplugin_kde-4.15
>kde-base/kdebase-cursors-4.15
>kde-bas

Re: [gentoo-user] Still kde problems with monolithic-split

2008-10-05 Thread Dirk Heinrichs
Am Sonntag, 5. Oktober 2008 07:19:37 schrieb [EMAIL PROTECTED]:

 It getting more confused:

 This morning I did a
 [...]
 emerge -pv kde

Now I am confused. Thought you wanted to install kde-meta???

 still reports:

 Calculating dependencies... done!
 [ebuild  N] kde-base/kdebase-3.5.9-r3  USE=branding cups hal ldap
 opengl pam -arts -debug -ieee1394 -java -joystick -kdeenablefinal
 -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba
 -xcomposite -xinerama -xscreensaver 0 kB [ebuild  N]
 kde-base/kdemultimedia-3.5.9  USE=alsa encode gstreamer mp3 vorbis -akode
 -arts -audiofile -debug -flac -kdeenablefinal -theora -xine -xinerama 0 kB
 [ebuild  N] app-crypt/qca-1.0-r3  0 kB
 [ebuild  N] kde-base/kdeedu-3.5.9  USE=-arts -debug -kdeenablefinal
 -kig-scripting -solver -xinerama 0 kB [ebuild  N]
 kde-base/kdetoys-3.5.9  USE=-arts -debug -kdeenablefinal
 -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
 kde-base/kdewebdev-3.5.9  USE=-arts -debug -doc -kdeenablefinal -tidy
 -xinerama 0 kB [ebuild  N] kde-base/kdegames-3.5.9  USE=-arts -debug
 -kdeenablefinal -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
 kde-base/kdepim-3.5.9-r1  USE=-arts -debug -gnokii -kdeenablefinal -pda
 -xinerama 0 kB [ebuild  N] kde-base/kdenetwork-3.5.9  USE=ssl -arts
 -debug -jingle -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime
 -slp -wifi -xinerama 0 kB [ebuild  N] kde-base/kdeartwork-3.5.9 
 USE=opengl -arts -debug -kdeenablefinal -xinerama -xscreensaver 0 kB
 [ebuild  N] kde-base/kdeutils-3.5.9-r1  USE=crypt -arts -debug
 -kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama
 -xscreensaver 0 kB [ebuild  N] kde-base/kdeadmin-3.5.9  USE=-arts
 -debug -kdeenablefinal -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
 kde-base/kdegraphics-3.5.9  USE=opengl pdf -arts -debug -gphoto2 -imlib
 -kdeenablefinal -kpathsea -openexr -povray -scanner -xinerama 0 kB [ebuild
  N] kde-base/kdeaddons-3.5.9  USE=berkdb sdl -arts -debug
 -kdeenablefinal -xinerama 0 kB [ebuild  N] kde-base/kde-3.5.9 
 USE=-accessibility 0 kB
 [blocks B ] kde-base/khelpcenter:3.5 (is blocking
 kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcminit:3.5 (is
 blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcontrol:3.5
 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
 kde-base/kdesktop:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
 ] =kde-base/kdebase-3.5* (is blocking kde-base/kdesktop-3.5.9-r1,
 kde-base/khelpcenter-3.5.9, kde-base/kdialog-3.5.9-r1,
 kde-base/kdepasswd-3.5.9, kde-base/kcontrol-3.5.9, kde-base/kicker-3.5.9,
 kde-base/kdesu-3.5.9, kde-base/kcheckpass-3.5.9, kde-base/kdm-3.5.9,
 kde-base/konqueror-3.5.9, kde-base/kcminit-3.5.9) [blocks B ]
 kde-base/kdm:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
 kde-base/kdesu:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
 kde-base/kdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
 ] kde-base/kcheckpass:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
 ] kde-base/konqueror:3.5 (is blocking kde-base/kdebase-3.5.9-r3)
 [blocks B ] kde-base/kdepasswd:3.5 (is blocking
 kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kicker:3.5 (is blocking
 kde-base/kdebase-3.5.9-r3)

 it reports packages of kde to be updated

Nope, not updated. It shows new installs (N). In addition, it shows that you 
already have some split ebuilds installed which block the monolithic ones.

I would suggest that you simply install kde-meta first this should solve your 
problems.

HTH...

Dirk



[gentoo-user] emerge --rebuild-if-new-rev always triggers rebuild

2016-04-29 Thread Michael Mol
From the does-this-happen-to-anyone-else-or-is-it-just-me department.

I'm finding that if I include "--rebuild-if-new-rev y", I get a slew of new 
packages built, *even if I just built them*. That seems wrong. I've tried 
removing it, and the problem goes away. The presence or absence of "--rebuild-
if-new-slot y" seems to have no impact.

EMERGE_DEFAULT_OPTS="--tree --with-bdeps=y --keep-going --quiet-build=y --deep 
--unordered-display --load-average 3 --jobs=3 --rebuild-if-new-slot y --
rebuild-if-new-rev y"

$ emerge -puDN @world

These are the packages that would be merged:

Calculating dependencies... done!
[nomerge   ] dev-python/virtualenv-13.1.2 
[nomerge   ]  dev-python/setuptools-18.4 
[nomerge   ]   dev-lang/python-3.4.3-r1 
[nomerge   ]sys-libs/ncurses-5.9-r5 
[nomerge   ] sys-libs/gpm-1.20.7-r2 
[nomerge   ]  virtual/yacc-0 
[nomerge   ]   sys-devel/bison-3.0.4-r1 
[nomerge   ]sys-devel/flex-2.5.39-r1 
[nomerge   ] sys-devel/gettext-0.19.4 
[nomerge   ]  dev-libs/libxml2-2.9.3 
[nomerge   ]   sys-devel/autoconf-2.69 
[nomerge   ]dev-lang/perl-5.20.2 
[nomerge   ] app-admin/perl-cleaner-2.19 
[nomerge   ]  app-portage/portage-utils-0.62 
[nomerge   ]   dev-libs/iniparser-3.1-r1 
[nomerge   ]app-doc/doxygen-1.8.10-r1 
[nomerge   ] app-text/ghostscript-gpl-9.15-r1 
[nomerge   ]  x11-libs/gtk+-3.18.7 
[nomerge   ]   app-accessibility/at-spi2-atk-2.18.1 
[nomerge   ]dev-libs/glib-2.46.2-r2 
[nomerge   ] dev-libs/libxslt-1.1.28-r5 
[nomerge   ]  dev-libs/libgcrypt-1.6.5 
[nomerge   ]   virtual/texi2dvi-0 
[nomerge   ]virtual/latex-base-1.0 
[nomerge   ] dev-texlive/texlive-fontutils-2014 
[nomerge   ]  dev-texlive/texlive-basic-2014 
[nomerge   ]   app-text/texlive-core-2014-r4 
[nomerge   ]x11-libs/cairo-1.14.2 
[nomerge   ] x11-libs/libX11-1.6.3 
[nomerge   ]  app-text/docbook-xml-dtd-4.3-r1 
[nomerge   ]   app-text/build-docbook-
catalog-1.19.1 
[nomerge   ]sys-apps/util-linux-2.26.2 
[nomerge   ] sys-libs/pam-1.2.1 
[nomerge   ]  sys-auth/pambase-20150213 
[nomerge   ]   sys-auth/consolekit-1.1.0 
[nomerge   ]sys-auth/polkit-0.113 
[ebuild  rR   ~] kde-plasma/polkit-kde-
agent-5.6.3 
[nomerge   ] kde-apps/kleopatra-4.14.10 
[nomerge   ]  kde-base/kdelibs-4.14.16 
[ebuild  rR   ~]   kde-apps/khelpcenter-5.6.2-r1 
[ebuild  rR]kde-frameworks/khtml-5.18.0 
[ebuild  rR   ~]kde-plasma/kde-cli-tools-5.6.3 
[ebuild  rR] kde-frameworks/kdesu-5.18.0 
[ebuild  rR]  kde-frameworks/kpty-5.18.0 
[nomerge   ] kde-plasma/plasma-meta-5.6.3 
[ebuild  rR   ~]  kde-plasma/ksshaskpass-5.6.3 
[ebuild  rR   ~]  kde-plasma/kmenuedit-5.6.3 
[ebuild  rR   ~]   kde-plasma/khotkeys-5.6.3 
[ebuild  rR   ~]kde-plasma/plasma-workspace-5.6.3 
[ebuild  rR   ~] kde-plasma/kwin-5.6.3 
[ebuild  rR   ~]  kde-plasma/kscreenlocker-5.6.3 
[ebuild  rR   ~] kde-plasma/libksysguard-5.6.3 
[ebuild  rR   ~] kde-apps/kio-extras-15.12.3 
[ebuild  rR] kde-frameworks/kxmlrpcclient-5.18.0 
[ebuild  rR   ~] kde-plasma/ksysguard-5.6.3 
[ebuild  rR   ~] kde-plasma/milou-5.6.3 
[ebuild  rR] kde-frameworks/ktexteditor-5.18.0 
[ebuild  rR   ~]  kde-plasma/kwrited-5.6.3 
[ebuild  rR   ~]  kde-plasma/bluedevil-5.6.3 
[ebuild  rR   ~]  kde-plasma/kgamma-5.6.3 
[ebuild  rR   ~]  kde-plasma/kinfocenter-5.6.3 
[ebuild  rR   ~]  kde-plasma/plasma-integration-5.6.3 
[ebuild  rR   ~]  kde-plasma/breeze-5.6.3 
[ebuild  rR]   kde-frameworks/frameworkintegration-5.18.0 
[ebuild  rR   ~]  kde-plasma/systemsettings-5.6.3 
[ebuild  rR   ~]   kde-plasma/kde-gtk-config-5.6.3 
[nomerge   ]  kde-plasma/plasma-desktop-5.6.3 
[ebuild  rR   ~]   kde-plasma/plasma-pa-5.6.3 
[ebuild  rR   ~]   kde-plasma/oxygen-5.6.3 
[ebuild  rR   ~]  kde-plasma/powerdevil-5.6.3 
[ebuild  rR   ~]  kde-plasma/sddm-kcm-5.6.3 
[ebuild  rR   ~]  kde-plasma/kdeplasma-addons-5.6.3 
[ebuild  rR]   kde-frameworks/kross-5.18.0 
[ebuild  rR   ~]  kde-plasma/kscreen-5.6.3 
[ebuild  rR   ~]  kde-plasma/user-manager-5.6.3 
[nomerge   ] kde-apps/kde-apps-meta-15.12.3-r3 
[nomerge   ]  kde-apps/kdegames-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/ksquares-15.12.3 
[ebuild  rR   ~]  

Re: [gentoo-user] Still kde problems with monolithic-split

2008-10-04 Thread meino . cramer
Alan McKinnon [EMAIL PROTECTED] [08-10-04 16:14]:
 On Saturday 04 October 2008 15:23:42 [EMAIL PROTECTED] wrote:
  Alan McKinnon [EMAIL PROTECTED] [08-10-04 15:19]:
   On Saturday 04 October 2008 15:08:36 [EMAIL PROTECTED] wrote:
Hi,
   
some time ago I asked what to do if kde blocks kde...
The according HowTo (emergeing from monolithic
to split kde install) says one has first
to unmerge the old monolithic installation of
kde and the install the split stuff.
   
But regardless what I am doing...
emerge -C blocking item
shows me a rmoving action on my harddisc and
the following
emerge --pretend --color=n --verbose --update --deep world
still shows that item being blocking new stuff.
I think _physically_ the old stuff is rmoved but
from emerge's point of view it is still there.
   
How can I fix that problem ?
  
   You didn't give any output, so I have to guess. Most likely a different
   package is still installed which needs the same kde you just removed and
   that in turn conflicts with what you want to install now.
  
   Post the full output of 'emerge -pvuNDt world' and we'll deciphyer it for
   you
  
   --
   alan dot mckinnon at gmail dot com
 
  Hi Alan!
 
  Here it comes:
 
 
 
  These are the packages that would be merged, in reverse order:
 
  Calculating world dependencies   - app-cdr/mp3burn-0.3.3-r1 (masked by:
  package.mask) /usr/portage/profiles/package.mask:
  # Jeremy Olexa [EMAIL PROTECTED] (02 Sep 2008)
  # Removed at maintainer's request in 30 days by the treecleaners.
  # Please don't waste cds trying to use this program, bug 227143
 
 Aside: You probably want to unmerge this one above too
 
 [snip]
 
  [ebuild   R   ] kde-base/kdeartwork-3.5.9 
  USE=opengl -arts* -debug -kdeenablefinal -xinerama -xscreensaver 0 kB
 
 That is a monolithic package, but portage wants to Replace it, which means it 
 was never uninstalled. I'll give you the short version, followed by the 
 (longer) explanation of what happened:
 
 Short version: 
 - unmerge all these packages (list ripped straight out from the kde ebuild)
 RDEPEND=~kde-base/kdelibs-${PV}
 ~kde-base/kdebase-${PV}
 ~kde-base/kdeaddons-${PV}
 ~kde-base/kdeadmin-${PV}
 ~kde-base/kdeartwork-${PV}
 ~kde-base/kdeedu-${PV}
 ~kde-base/kdegames-${PV}
 ~kde-base/kdegraphics-${PV}
 ~kde-base/kdemultimedia-${PV}
 ~kde-base/kdenetwork-${PV}
 ~kde-base/kdepim-${PV}
 ~kde-base/kdetoys-${PV}
 ~kde-base/kdeutils-${PV}
 ~kde-base/kdewebdev-${PV}
 accessibility? ( ~kde-base/kdeaccessibility-${PV} )
 - run 'emerge -av --depclean' as a sanity check. The output should be 
 obvious, 
 it might list a few more kde packages that you missed. Unmerge those, but 
 note their names in case you want to put them back later
 - emerge kde-meta (or if you prefer to get a smaller set instead of all of 
 kde 
 follow the handbook and emerge just the -meta packages you want)
 
 Long version:
 
 The traditional kde packages in portage (from long long ago) mirrored the 
 organization of how the kde project released their stuff - as 16 or so huge 
 packages. The kde ebuild by itself does nothing, if you look inside you'll 
 see it's just a huge RDEPEND. The 16 packages in that are the ones that 
 actually install kde. 
 
 You seem to have at one point emerged kde, and got all 16 packages with it. 
 Then you unmerged kde, which worked OK except that it left the other 16 in 
 place, and they promptly blocked all the kde-meta stuff.
 
 The monolithic ebuilds block the -meta ebuilds as they duplicate each other. 
 You have to choose one or the other and can't mix them in any way. It may 
 have been possible to write some fancy code in the -meta ebuilds to unmerge 
 old packages and install the equivalent new ones but that would have been a 
 major pain in the ass and is guaranteed to work for most users and completely 
 destroy some other user's system. So the devs instead made the sane choice of 
 forcing you to make up your mind and first setting up your machine correctly 
 the way you want it. 
 
 humour mode on
 This is TheOneTruGentooWay(tm), a devious evil policy whereby gentoo devs 
 assume that you are in fact a really super-intelligent person who can make up 
 their own mind, who is absolutely not an idiot and knows what they want.
 
 As you can see this is a wonderful way to work, but it also means that you 
 get 
 to be responsible for your own machine and wade through 100s of lines of 
 portage output so you can decide what it is that you really want.
 /humour mode off
 
 -- 
 alan dot mckinnon at gmail dot com
 


Hi Alan,

yes, this is the point where I am currently: Trying to unmerge these
packages.
It works physically, but after unmerging the stuff and redoing
a emerge -pvuNDt (as I did to send you the list after trying to
unmerge all packages in question) emerge thinks, that all that is
still

Re: [gentoo-user] update to portage 2.2

2009-02-26 Thread Alan McKinnon
-4.2.0
~kde-base/kdebase-cursors-4.2.0
~kde-base/kdebase-data-4.2.0
~kde-base/kdebase-desktoptheme-4.2.0
~kde-base/kdebase-kioslaves-4.2.0
~kde-base/kdebase-meta-4.2.0
~kde-base/kdebase-startkde-4.2.0
~kde-base/kdebugdialog-4.2.0
~kde-base/kdedglobalaccel-4.2.0
~kde-base/kdeedu-meta-4.2.0
~kde-base/kdegames-meta-4.2.0
~kde-base/kdegraphics-meta-4.2.0
~kde-base/kdegraphics-strigi-analyzer-4.2.0
~kde-base/kde-l10n-4.2.0
~kde-base/kde-meta-4.2.0
~kde-base/kdelibs-4.2.0
~kde-base/kdemaildir-4.2.0
~kde-base/kdenetwork-meta-4.2.0
~kde-base/kde-menu-icons-4.2.0
~kde-base/kde-menu-4.2.0
~kde-base/kdemultimedia-kioslaves-4.2.0
~kde-base/kdemultimedia-meta-4.2.0
~kde-base/kdenetwork-filesharing-4.2.0
~kde-base/kdepasswd-4.2.0
~kde-base/kdepim-icons-4.2.0
~kde-base/kdepim-kresources-4.2.0
~kde-base/kdepim-meta-4.2.0
~kde-base/kdepimlibs-4.2.0
~kde-base/kdepim-strigi-analyzer-4.2.0
~kde-base/kdepim-wizards-4.2.0
~kde-base/kdeplasma-addons-4.2.0
~kde-base/kdesdk-kioslaves-4.2.0
~kde-base/kdesdk-meta-4.2.0
~kde-base/kdesdk-misc-4.2.0
~kde-base/kdesdk-scripts-4.2.0
~kde-base/kdesdk-strigi-analyzer-4.2.0
~kde-base/kdessh-4.2.0
~kde-base/kdesu-4.2.0
~kde-base/kdetoys-meta-4.2.0
~kde-base/kdeutils-meta-4.2.0
~kde-base/kde-wallpapers-4.2.0
~kde-base/kdf-4.2.0
~kde-base/kdialog-4.2.0
~kde-base/kdiamond-4.2.0
~kde-base/kdm-4.2.0
~kde-base/kdnssd-4.2.0
~kde-base/keditbookmarks-4.2.0
~kde-base/kephal-4.2.0
~kde-base/kfile-4.2.0
~kde-base/kfilereplace-4.2.0
~kde-base/kfind-4.2.0
~kde-base/kfloppy-4.2.0
~kde-base/kfourinline-4.2.0
~kde-base/kgamma-4.2.0
~kde-base/kgeography-4.2.0
~kde-base/kget-4.2.0
~kde-base/kgoldrunner-4.2.0
~kde-base/kgpg-4.2.0
~kde-base/khangman-4.2.0
~kde-base/khelpcenter-4.2.0
~kde-base/khotkeys-4.2.0
~kde-base/kiconfinder-4.2.0
~kde-base/kig-4.2.0
~kde-base/killbots-4.2.0
~kde-base/kimagemapeditor-4.2.0
~kde-base/kinfocenter-4.2.0
~kde-base/kioclient-4.2.0
~kde-base/kiriki-4.2.0
~kde-base/kiten-4.2.0
~kde-base/kjots-4.2.0
~kde-base/kjumpingcube-4.2.0
~kde-base/kleopatra-4.2.0
~kde-base/klettres-4.2.0
~kde-base/klines-4.2.0
~kde-base/klinkstatus-4.2.0
~kde-base/klipper-4.2.0
~kde-base/kmag-4.2.0
~kde-base/kmahjongg-4.2.0
~kde-base/kmailcvt-4.2.0
~kde-base/kmail-4.2.0
~kde-base/kmenuedit-4.2.0
~kde-base/kmimetypefinder-4.2.0
~kde-base/kmines-4.2.0
~kde-base/kmix-4.2.0
~kde-base/kmousetool-4.2.0
~kde-base/kmouth-4.2.0
~kde-base/kmplot-4.2.0
~kde-base/knetattach-4.2.0
~kde-base/knetwalk-4.2.0
~kde-base/knetworkconf-4.2.0
~kde-base/knewstuff-4.2.0
~kde-base/knode-4.2.0
~kde-base/knotes-4.2.0
~kde-base/knotify-4.2.0
~kde-base/kode-4.2.0
~kde-base/kolf-4.2.0
~kde-base/kollision-4.2.0
~kde-base/kolourpaint-4.2.0
~kde-base/kommander-4.2.0
~kde-base/kompare-4.2.0
~kde-base/konqueror-4.2.0
~kde-base/konquest-4.2.0
~kde-base/konsole-4.2.0
~kde-base/kontactinterfaces-4.2.0
~kde-base/kontact-4.2.0
~kde-base/kontact-specialdates-4.2.0
~kde-base/kopete-4.2.0
~kde-base/korganizer-4.2.0
~kde-base/kpasswdserver-4.2.0
~kde-base/kpat-4.2.0
~kde-base/kppp-4.2.0
~kde-base/kquitapp-4.2.0
~kde-base/krdc-4.2.0
~kde-base/kreadconfig-4.2.0
~kde-base/kreversi-4.2.0
~kde-base/krfb-4.2.0
~kde-base/krosspython-4.2.0
~kde-base/krossruby-4.2.0
~kde-base/kruler-4.2.0
~kde-base/krunner-4.2.0
~kde-base/ksame-4.2.0
~kde-base/ksaneplugin-4.2.0
~kde-base/kscd-4.2.0
~kde-base/kscreensaver-4.2.0
~kde-base/kshisen-4.2.0
~kde-base/ksirk-4.2.0
~kde-base/ksmserver-4.2.0
~kde-base/ksnapshot-4.2.0
~kde-base/kspaceduel-4.2.0
~kde-base/ksplash-4.2.0
~kde-base/ksquares-4.2.0
~kde-base/kstars-4.2.0
~kde-base/kstart-4.2.0
~kde-base/kstartperf-4.2.0
~kde-base/kstartupconfig-4.2.0
~kde-base/kstyles-4.2.0
~kde-base/ksudoku-4.2.0
~kde-base/ksysguard-4.2.0
~kde-base/ksystemlog-4.2.0
~kde-base/ksystraycmd-4.2.0
~kde-base/kteatime-4.2.0
~kde-base/ktimer-4.2.0
~kde-base/ktimetracker-4.2.0
~kde-base/ktimezoned-4.2.0
~kde-base/ktouch-4.2.0
~kde-base/ktraderclient-4.2.0
~kde-base/kttsd-4.2.0
~kde-base/ktuberling-4.2.0
~kde-base/kturtle-4.2.0
~kde-base/ktux-4.2.0
~kde-base/kubrick-4.2.0
~kde-base/kuiserver-4.2.0
~kde-base/kuiviewer-4.2.0
~kde-base/kurifilter-plugins-4.2.0
~kde-base/kuser-4.2.0
~kde-base/kwalletd-4.2.0
~kde-base/kwallet-4.2.0
~kde-base/kweather-4.2.0
~kde-base/kwin-4.2.0
~kde-base/kwordquiz-4.2.0
~kde-base/kwrited-4.2.0
~kde-base/kwrite-4.2.0
~kde-base/kxsldbg-4.2.0
~kde-base/libkcddb-4.2.0
~kde-base/libkcompactdisc-4.2.0
~kde-base/libkdcraw-4.2.0
~kde-base/libkdeedu-4.2.0
~kde-base/libkdegames-4.2.0
~kde-base/libkdepim-4.2.0
~kde-base/libkexiv2-4.2.0
~kde-base/libkholidays-4.2.0
~kde-base/libkipi-4.2.0
~kde-base/libkleo-4.2.0
~kde-base/libkmahjongg-4.2.0
~kde-base/libkonq-4.2.0
~kde-base/libkpgp-4.2.0
~kde-base/libksane-4.2.0
~kde-base/libksieve-4.2.0
~kde-base/libkworkspace-4.2.0
~kde-base/libplasmaclock-4.2.0
~kde-base/libtaskmanager-4.2.0
~kde-base/lilo-config-4.2.0
~kde-base/lokalize-4.2.0
~kde-base/lskat-4.2.0
~kde-base/marble-4.2.0
~kde-base/mimelib-4.2.0
~kde-base/nepomuk-4.2.0
~kde-base/nsplugins-4.2.0
~kde-base/okteta-4.2.0
~kde-base/okular-4.2.0

[gentoo-user] USB devices and CDs don't get mounted automatically anymore

2007-08-02 Thread Alexander Skwar
Hello.

Since this morning, Gnome (?) doesn't mount USB sticks and CDs 
automatically anymore. I installed/updated the following packages
at that time:

1186040852:   emerge (1 of 66) sys-devel/binutils-2.17-r1 to /
1186041200:   emerge (2 of 66) x11-libs/libXi-1.1.2 to /
1186041234:   emerge (3 of 66) media-libs/mesa-6.5.3 to /
1186041469:   emerge (4 of 66) media-libs/alsa-lib-1.0.14a-r1 to /
1186041627:   emerge (5 of 66) app-editors/vim-core-7.1.042 to /
1186041699:   emerge (6 of 66) sys-devel/flex-2.5.33-r3 to /
1186041764:   emerge (7 of 66) sys-kernel/gentoo-sources-2.6.22-r2 to /
1186041989:   emerge (8 of 66) dev-libs/apr-1.2.9 to /
1186042152:   emerge (9 of 66) gnome-extra/gnome2-user-docs-2.18.2 to /
1186042348:   emerge (10 of 66) x11-libs/vte-0.16.6-r1 to /
1186042777:   emerge (11 of 66) kde-base/kdenetwork-meta-3.5.7 to /
1186042789:   emerge (12 of 66) kde-base/kdeedu-meta-3.5.7 to /
1186042796:   emerge (13 of 66) kde-base/kdeaddons-meta-3.5.7 to /
1186042803:   emerge (14 of 66) kde-base/kdebase-meta-3.5.7 to /
1186042821:   emerge (15 of 66) kde-base/kdepim-meta-3.5.7 to /
1186042831:   emerge (16 of 66) kde-base/kdetoys-meta-3.5.7 to /
1186042838:   emerge (17 of 66) kde-base/kdeutils-meta-3.5.7 to /
1186042846:   emerge (18 of 66) kde-base/kdewebdev-meta-3.5.7 to /
1186042854:   emerge (19 of 66) kde-base/kpdf-3.5.7-r1 to /
1186043088:   emerge (20 of 66) kde-base/kdegraphics-meta-3.5.7 to /
1186043096:   emerge (21 of 66) kde-base/kdeadmin-meta-3.5.7 to /
1186043103:   emerge (22 of 66) kde-base/kdeartwork-meta-3.5.7 to /
1186043110:   emerge (23 of 66) kde-base/kdegames-meta-3.5.7 to /
1186043117:   emerge (24 of 66) kde-base/kdemultimedia-meta-3.5.7 to /
1186043123:   emerge (25 of 66) app-office/kword-1.6.3-r1 to /
1186043942:   emerge (26 of 66) dev-util/boost-build-1.34.1 to /
1186043985:   emerge (27 of 66) app-editors/vim-7.1.042 to /
1186044117:   emerge (28 of 66) x11-misc/shared-mime-info-0.22 to /
1186044143:   emerge (29 of 66) sys-apps/parted-1.8.7 to /
1186044222:   emerge (30 of 66) dev-util/gtk-doc-1.8-r1 to /
1186044232:   emerge (31 of 66) x11-apps/iceauth-1.0.2 to /
1186044248:   emerge (32 of 66) app-crypt/pinentry-0.7.3 to /
1186044313:   emerge (33 of 66) app-arch/p7zip-4.51 to /
1186044663:   emerge (34 of 66) sys-apps/lomoco-1.0-r2 to /
1186044687:   emerge (35 of 66) www-client/mozilla-firefox-2.0.0.6 to /
1186045661:   emerge (36 of 66) app-editors/gvim-7.1.042 to /
1186045778:   emerge (37 of 66) app-emulation/wine-0.9.42 to /
1186047104:   emerge (38 of 66) x11-drivers/xf86-input-mouse-1.2.2 to /
1186047136:   emerge (39 of 66) x11-drivers/xf86-input-keyboard-1.1.1-r1 to /
1186047155:   emerge (40 of 66) media-video/nvidia-settings-1.0.20070621 to /
1186047267:   emerge (41 of 66) www-servers/apache-2.2.4-r11 to /
1186047446:   emerge (42 of 66) app-portage/eix-0.9.10 to /
1186047547:   emerge (43 of 66) net-misc/dhcpcd-3.1.3 to /
1186047560:   emerge (44 of 66) gnome-base/gnome-2.18.2 to /
1186047565:   emerge (45 of 66) dev-scheme/guile-1.8.2 to /
1186047734:   emerge (46 of 66) net-dns/bind-tools-9.4.1_p1 to /
1186047902:   emerge (47 of 66) mail-filter/spamassassin-3.2.2 to /
1186047939:   emerge (48 of 66) media-video/mplayer-1.0.20070622-r3 to /

Any idea what might have caused this breakage?

Although sys-kernel/gentoo-sources-2.6.22-r2 has been installed, I'm not
using this kernel yet. I'm still using sys-kernel/gentoo-sources-2.6.22-r1.
And I have not compiled/installed a new kernel since then (ie. when 
automount worked and now).

When I plugin a USB stick, I see the following messages in kern.log:

,[ kern.log syslog ]
| Aug  2 12:18:53 winnb000488 usb 5-5: new high speed USB device using ehci_hcd 
and address 14
| Aug  2 12:18:53 winnb000488 usb 5-5: configuration #1 chosen from 1 choice
| Aug  2 12:18:53 winnb000488 scsi7 : SCSI emulation for USB Mass Storage 
devices
| Aug  2 12:18:53 winnb000488 usb-storage: device found at 14
| Aug  2 12:18:53 winnb000488 usb-storage: waiting for device to settle before 
scanning
| Aug  2 12:18:58 winnb000488 usb-storage: device scan complete
| Aug  2 12:18:58 winnb000488 scsi 7:0:0:0: Direct-Access MultiFlash 
Reader 1.00 PQ: 0 ANSI: 0
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] 4022272 512-byte hardware 
sectors (2059 MB)
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Write Protect is off
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Assuming drive cache: write 
through
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] 4022272 512-byte hardware 
sectors (2059 MB)
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Write Protect is off
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Assuming drive cache: write 
through
| Aug  2 12:18:59 winnb000488 sdb: sdb1
| Aug  2 12:18:59 winnb000488 sd 7:0:0:0: [sdb] Attached SCSI removable disk
| Aug  2 12

Re: [gentoo-user] Still kde problems with monolithic-split

2008-10-05 Thread meino . cramer
ok, now it works...dont know what caused the last hickup...
mcc


[EMAIL PROTECTED] [EMAIL PROTECTED] [08-10-05 10:12]:
 solfire:/rootemerge kde-meta
 Calculating dependencies -!!! Digest verification failed:
 !!! /usr/portage/kde-base/kdebase-startkde/kdebase-startkde-4.1.2-r1.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 4061
 !!! Expected: 4064
 ... done!
  Verifying ebuild Manifests...
 
 !!! Digest verification failed:
 !!! /usr/portage/kde-base/kdebase-startkde/kdebase-startkde-4.1.2-r1.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 4061
 !!! Expected: 4064
 
 
 
 
 Dirk Heinrichs [EMAIL PROTECTED] [08-10-05 09:02]:
  Am Sonntag, 5. Oktober 2008 07:19:37 schrieb [EMAIL PROTECTED]:
  
   It getting more confused:
  
   This morning I did a
   [...]
   emerge -pv kde
  
  Now I am confused. Thought you wanted to install kde-meta???
  
   still reports:
  
   Calculating dependencies... done!
   [ebuild  N] kde-base/kdebase-3.5.9-r3  USE=branding cups hal ldap
   opengl pam -arts -debug -ieee1394 -java -joystick -kdeenablefinal
   -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba
   -xcomposite -xinerama -xscreensaver 0 kB [ebuild  N]
   kde-base/kdemultimedia-3.5.9  USE=alsa encode gstreamer mp3 vorbis -akode
   -arts -audiofile -debug -flac -kdeenablefinal -theora -xine -xinerama 0 
   kB
   [ebuild  N] app-crypt/qca-1.0-r3  0 kB
   [ebuild  N] kde-base/kdeedu-3.5.9  USE=-arts -debug -kdeenablefinal
   -kig-scripting -solver -xinerama 0 kB [ebuild  N]
   kde-base/kdetoys-3.5.9  USE=-arts -debug -kdeenablefinal
   -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
   kde-base/kdewebdev-3.5.9  USE=-arts -debug -doc -kdeenablefinal -tidy
   -xinerama 0 kB [ebuild  N] kde-base/kdegames-3.5.9  USE=-arts -debug
   -kdeenablefinal -kdehiddenvisibility -xinerama 0 kB [ebuild  N]
   kde-base/kdepim-3.5.9-r1  USE=-arts -debug -gnokii -kdeenablefinal -pda
   -xinerama 0 kB [ebuild  N] kde-base/kdenetwork-3.5.9  USE=ssl -arts
   -debug -jingle -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime
   -slp -wifi -xinerama 0 kB [ebuild  N] kde-base/kdeartwork-3.5.9 
   USE=opengl -arts -debug -kdeenablefinal -xinerama -xscreensaver 0 kB
   [ebuild  N] kde-base/kdeutils-3.5.9-r1  USE=crypt -arts -debug
   -kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama
   -xscreensaver 0 kB [ebuild  N] kde-base/kdeadmin-3.5.9  USE=-arts
   -debug -kdeenablefinal -kdehiddenvisibility -xinerama 0 kB [ebuild  N
   ]
   kde-base/kdegraphics-3.5.9  USE=opengl pdf -arts -debug -gphoto2 -imlib
   -kdeenablefinal -kpathsea -openexr -povray -scanner -xinerama 0 kB 
   [ebuild
N] kde-base/kdeaddons-3.5.9  USE=berkdb sdl -arts -debug
   -kdeenablefinal -xinerama 0 kB [ebuild  N] kde-base/kde-3.5.9 
   USE=-accessibility 0 kB
   [blocks B ] kde-base/khelpcenter:3.5 (is blocking
   kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcminit:3.5 (is
   blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcontrol:3.5
   (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
   kde-base/kdesktop:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B   

   ] =kde-base/kdebase-3.5* (is blocking kde-base/kdesktop-3.5.9-r1,
   kde-base/khelpcenter-3.5.9, kde-base/kdialog-3.5.9-r1,
   kde-base/kdepasswd-3.5.9, kde-base/kcontrol-3.5.9, kde-base/kicker-3.5.9,
   kde-base/kdesu-3.5.9, kde-base/kcheckpass-3.5.9, kde-base/kdm-3.5.9,
   kde-base/konqueror-3.5.9, kde-base/kcminit-3.5.9) [blocks B ]
   kde-base/kdm:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
   kde-base/kdesu:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ]
   kde-base/kdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B
   ] kde-base/kcheckpass:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks 
   B
   ] kde-base/konqueror:3.5 (is blocking kde-base/kdebase-3.5.9-r3)
   [blocks B ] kde-base/kdepasswd:3.5 (is blocking
   kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kicker:3.5 (is 
   blocking
   kde-base/kdebase-3.5.9-r3)
  
   it reports packages of kde to be updated
  
  Nope, not updated. It shows new installs (N). In addition, it shows that 
  you 
  already have some split ebuilds installed which block the monolithic ones.
  
  I would suggest that you simply install kde-meta first this should solve 
  your 
  problems.
  
  HTH...
  
  Dirk
  
 
 -- 
 Please don't send me any Word- or Powerpoint-Attachments
 unless it's absolutely neccessary. - Send simply Text.
 See http://www.gnu.org/philosophy/no-word-attachments.html
 In a world without fences and walls nobody needs gates and windows.
 

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] Issues with Dependencies

2006-03-31 Thread Lord Sauron
.
 
  localhost ~ # emerge --pretend kde
 
  These are the packages that I would merge, in order:
 
  Calculating dependencies ...done!
  [blocks B ] =kde-base/kbounce-3.4* (is blocking
  kde-base/kdegames-3.4.3) [blocks B ] =kde-base/libkdegames-3.4* (is
 [SNIP]

  I don't know what to do.  I don't want to loose Quanta+ or
  KLaptopDaemon, and I frankly didn't know Kommander was there...
 
  Please help a old Debian person who isn't used to doing this stuff by
  himself...  Oh, I already tried emerge --depclean, but that didn't fix
  all the problems apparently.  In the mean time I'll try remerging
  KLaptopDaemon, but I would like to resolve these issues to both learn
  how and to make life easier in the future.

 http://www.gentoo.org/doc/en/kde-config.xml#doc_chap2

 You are trying to install the monolithic packages while what you have
 installed are the split packages. I would recommend that you stick with the
 split packages and emerge kde-meta instead of kde. That way you will have the
 option to uninstall packages that you don't use later on without having to
 remerge anything.

 --
 Bo Andresen
 --
 gentoo-user@gentoo.org mailing list




--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
DI+++ D+ G e* h- !r !y
= END GCv3.12 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] audacity-2.0.5 failed to compile

2015-09-03 Thread Alan McKinnon
On 03/09/2015 21:11, the...@sys-concept.com wrote:
> [snip]
> 
> Thank you for your helping hand. Yes, did perform the surgery (removing the 
> packages you suggested) and run: emerge --depclean -p analyzed every package 
> it wants to remove and put it back in world.
>  


I see you are getting the hang of it but I still see some oddities in
your reply. There's a few things to keep in mind about Gentoo, that are
worth repeating. Eventually, I does all imprint in your brain :-)

Every old-timer here has gone through this learning process - even the
old farts like me (and James...) - and it took us many years to figure
out as a community how to deal with world.

Cleanups: Sometimes when cleaning up you'll delete something you really
do need, and you forget why you put it in world. Maybe emerge world puts
it back, but more likely stuff just breaks. Keep a list of all removals
so if you find breakage you can add things back. The classic case is
libs you need for your own code - you probably don't have an ebuild for
that and therefore no deps for portage to use.

Virtuals: you don't add the virtual to world. A virtual is a collection
of packages that all do the same thing and you can pick which one you
want. So you add oracle-jdk-bin to world, and the ebuild depends on
virtual/jdk. oracle-jdk-bin satisfied the virtual, so all is good. If
you unmerge oracle-jdk-bin and use icedtea instead, everything still
works. If you add a virtual to world, portage tends to just pick the
first one in the list which might not be what you want. Rather be explicit.

Sets: You have a many-purpose machine so you might find sets useful,
mostly because you can't add comments to world. You can with sets. They
are just files in /etc/portage/sets/ that list packages. You add them to
the system with emerge @. Here is one of mine:

$ cat /etc/portage/sets/alan-kde
kde-apps/kdeadmin-meta
kde-apps/kdeartwork-meta
kde-apps/kdebase-meta
kde-apps/kdebase-runtime-meta
kde-apps/kdegraphics-meta
kde-apps/kdemultimedia-meta
kde-apps/kdenetwork-meta
kde-apps/kdeutils-meta
#kde-base/kde-meta:4
#kde-base/kdeaccessibility-meta:4
#kde-base/kdebindings-meta:4
#kde-base/kdeedu-meta:4
#kde-base/kdegames-meta:4
#kde-base/kdepim-meta:4
#kde-base/kdesdk-meta:4
#kde-base/kdetoys-meta:4
#kde-base/kdewebdev-meta:4

and install using emerge -av@alan-kde

portage expands the name to the contents of the file and merges them.
Easy peasy.

You edit set files by hand so you can comment them. Perhaps you could
create a set for each major thing you do with that computer and make a
set for each one. This way you can easily keep track of major packages
types and comment *why* you did it.

jpeg: if it works the best is to remove all jpeg packages from world and
let portage deal with it. None of my gentoo machines have a jpeg package
in world. But you have nxclient which needs an old jpeg. We you can get
away with automagic, we'll have to see what happens when you do a full
emerge world

soxr: I'm not sure why this is giving a problem. If ffmpeg needs it, it
should be pulled in directly

jpeg on boot: Depends when the error happens, if you use openrc and it
happens during runlevel start, you can read /var/log/rc.log. Before that
point there's dmesg. We'd need to have more detail to answer better.

USE: There's no such thing as a correct USE :-) It's all just user
choices. So if it does what you want, it's all good. The only thing you
should not do is start USE with -*. A few people here do that and swear
by it, but it comes with a massive maintenance load on you, and vast
potential for side effects as you remove things you may need, and you
don't know you need them. That's why we have profiles, to set up a
minimally correct USE




> Here are the results
>> Comments inline, edit the world file directly:
>>
> [snip]
>>
>>> dev-libs/check
>>> dev-libs/libnl
>>> dev-libs/openssl
>>
>> remove everything in dev-libs
> 
> gone
> 
>>
>>> dev-perl/DBD-Pg
>>> dev-perl/GStreamer
>>
>> Remove. No such package, unless its from an overlay
> 
> DBD-Pg is needed by SQL-ledger application I run
> dev-perl/GStreamer is gone
> 
>>
>>> dev-php/smarty
> 
> gone
> 
>>> dev-python/cython
>>> dev-python/dbus-python
>>
>> Remove. It's a dep of many things
> 
> above gone
> 
>>> dev-python/django
> 
> gone
> 
>>> dev-python/pycairo
>>> dev-python/pygobject
>>> dev-python/pygtk
>>> dev-python/pyxml
>>
>> Remove all this py* stuff. They are deps
> 
> gone
> 
> [snip]
>>> gnome-base/gconf
>>
>> Remove, this is a common dep
> 
> gone
> 
> [snip]
>>
>>> media-libs/gstreamer
>>> media-libs/libcuefile
>>> media-libs/libdvbpsi
> 
> above gone
> 
&g

Re: [gentoo-user] KDE4.0?

2008-01-24 Thread maxim wexler
 
 Ah, you may have to get a later version of KDE 3.5
 before going any
 farther.  I had 3.5.8 on mine and had no blocks with
 it.  Want my
 package.keywords and package.unmask files.

Ok, I copied over your files. Ran #update-eix and
#eix-sync. Then #emerge autounmask and ran

#autounmask kde-base/kde-meta-4.0.0 

which completed w/o error.

$eix kde picks up the new version:

...
* kde-base/kde
 Available versions:  3.5.5:3.5 3.5.6:3.5
3.5.7:3.5 3.5.8:3.5 [M]4.0.0:kde-4
 Installed:   3.5.2
 Homepage:http://www.kde.org/
 Description: KDE - merge this to pull in
all non-developer kde-base/* packages
...

So far so good. But:

localhost heathen # emerge -pv kde

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] kde-base/arts-3.5.8 [3.5.2-r1]
USE=alsa esd* mp3 vorbis -artswrappersuid -debug*
-jack -kdeenablefinal -nas -xinerama
(-kdehiddenvisibility%) 949 kB
[ebuild  N] dev-libs/libgpg-error-1.6  USE=-nls
374 kB
[ebuild U ] dev-libs/libxslt-1.1.22 [1.1.15]
USE=python -crypt -debug* (-static%) 2,718 kB
[ebuild U ] app-text/ghostscript-esp-8.15.3
[7.07.1-r8] USE=X cups gtk xml%* -cjk -threads%
(-emacs%) 8,580 kB
[ebuild  N] dev-libs/pth-2.0.7-r1  USE=-debug
638 kB
[ebuild U ] media-libs/freetype-2.3.5-r2
[2.1.10-r3] USE=X%* -bindist -debug% -doc -utils%
(-zlib%*) 1,250 kB
[ebuild  N] net-misc/mDNSResponder-107.6-r5 
USE=-debug -doc -java 1,408 kB
[ebuild U ] media-libs/libmng-1.0.9-r1 [1.0.8-r1]
USE=-lcms% 542 kB
[ebuild  N] dev-libs/dbus-glib-0.73  USE=-debug
-doc (-selinux) 630 kB
[ebuild U ] sys-apps/pciutils-2.2.8 [2.2.0-r1]
USE=zlib%* -network-cron% 228 kB
[ebuild  N] sys-apps/dmidecode-2.9  48 kB
[ebuild U ] dev-util/intltool-0.35.5 [0.34.1] 132
kB
[ebuild  N] x11-apps/xprop-1.0.3  USE=-debug 105
kB
[ebuild  N] x11-apps/xmessage-1.0.2  USE=-debug
-xprint 93 kB
[ebuild  N] x11-apps/xsetroot-1.0.2  USE=-debug
87 kB
[ebuild U ] sys-apps/eject-2.1.5-r1 [2.1.0-r1]
USE=-nls 121 kB
[ebuild  N] x11-libs/libXfontcache-1.0.4 
USE=-debug 210 kB
[ebuild  N] www-misc/htdig-3.2.0_beta6-r3 
USE=ssl 3,033 kB
[ebuild  N] dev-db/sqlite-3.5.3  USE=threadsafe
-debug -doc -soundex -tcl 2,024 kB
[ebuild  N] net-misc/netkit-talk-0.17-r4 
USE=ipv6 37 kB
[ebuild U ] x11-libs/qt-3.3.8-r4 [3.3.4-r8]
USE=cups gif ipv6 opengl -debug* -doc -examples
-firebird -immqt -immqt-bc -mysql -nas -nis% -odbc
-postgres -sqlite -xinerama 16,986 kB
[ebuild  N] dev-libs/libgcrypt-1.4.0-r1 
USE=-bindist -idea -nls 943 kB
[ebuild  N] virtual/ghostscript-0  0 kB
[ebuild  N] dev-libs/libassuan-1.0.4  291 kB
[ebuild  N] x11-apps/xset-1.0.3  USE=-debug 101
kB
[ebuild  N] app-pda/libopensync-0.22  USE=python
-debug -doc 479 kB
[ebuild U ] kde-base/kdelibs-3.5.8-r3 [3.5.2-r6]
USE=alsa arts cups fam%* -acl -avahi% -bindist%
-branding% -debug* -doc -jpeg2k -kdeenablefinal
-kdehiddenvisibility -kerberos -legacyssl -lua%
-openexr -spell -tiff -utempter% -xinerama (-ssl%*)
(-zeroconf%) 15,221 kB
[ebuild  N] app-crypt/pinentry-0.7.4-r1  USE=gtk
ncurses qt3 -caps 407 kB
[ebuild  N] dev-libs/libksba-1.0.2-r1  514 kB
[ebuild  N] dev-libs/dbus-qt3-old-0.70 
USE=-debug 216 kB
[ebuild U ] kde-base/kdemultimedia-3.5.8-r1
[3.5.2-r2] USE=alsa arts encode mp3 vorbis -akode
-audiofile -debug* -flac -gstreamer -kdeenablefinal
-theora -xine -xinerama (-kdehiddenvisibility%)
(-musicbrainz%) 6,169 kB
[ebuild  N] app-crypt/gnupg-2.0.7  USE=ldap
-bzip2 -doc -nls -openct -pcsc-lite (-selinux)
-smartcard 3,526 kB
[ebuild  N] kde-base/kdeedu-3.5.8  USE=arts
-debug -kdeenablefinal -kig-scripting -solver
-xinerama 29,452 kB
[ebuild U ] kde-base/kdetoys-3.5.8 [3.5.2]
USE=arts -debug* -kdeenablefinal -kdehiddenvisibility
-xinerama 3,193 kB
[ebuild U ] kde-base/kdewebdev-3.5.8-r1 [3.5.2]
USE=arts -debug* -doc -kdeenablefinal
-kdehiddenvisibility -tidy -xinerama 5,914 kB
[ebuild  N] app-crypt/gpgme-1.1.6  939 kB
[ebuild  N] sys-apps/hal-0.5.9.1-r3  USE=-acpi
-crypt -debug -dell -disk-partition -doc -pcmcia
(-selinux) 1,564 kB
[ebuild  N] app-misc/hal-info-20070618  117 kB
[ebuild U ] kde-base/kdebase-3.5.8-r6 [3.5.2-r2]
USE=arts cups hal* ieee1394 ldap* opengl pam
-branding% -debug* -java -joystick% -kdeenablefinal
-kdehiddenvisibility -lm_sensors -logitech-mouse
-openexr -samba -xcomposite -xinerama -xscreensaver
(-ssl%*) (-zeroconf%) 23,671 kB
[ebuild U ] kde-base/kdepim-3.5.8 [3.5.2-r2]
USE=arts -debug* -gnokii -kdeenablefinal -pda
-xinerama (-crypt%) (-kdehiddenvisibility%) 13,908 kB
[ebuild U ] kde-base/kdegames-3.5.8 [3.5.2]
USE=arts -debug* -kdeenablefinal -kdehiddenvisibility
-xinerama 10,527 kB
[ebuild U ] kde-base/kdenetwork-3.5.8 [3.5.2]
USE=arts ssl -debug* -jingle% -kdeenablefinal
-kdehiddenvisibility -rdesktop -sametime -slp -wifi
-xinerama (-xmms%*) 9,119 kB
[ebuild U ] kde-base/kdeartwork-3.5.8 [3.5.2]
USE

[gentoo-user] Linux becomes expensive ;)

2007-06-02 Thread Florian Philipp
/chkrootkit
media-sound/alsa-utils
net-www/netscape-flash
kde-base/kgpg
sys-devel/crossdev
media-gfx/xsane
app-office/kpresenter
sys-devel/distcc-config
app-backup/rdiff-backup
kde-base/kde-i18n
media-libs/alsa-lib
x11-drivers/ati-drivers
app-arch/p7zip
mail-filter/razor
mail-client/mutt
kde-base/kate
x11-misc/numlockx
app-admin/syslog-ng
kde-base/kdebase-kioslaves
sys-kernel/gentoo-sources
sys-apps/parted
app-admin/keepassx
sys-apps/dbus
kde-base/kasteroids
app-pda/gtkpod
mail-filter/spamassassin
app-portage/eix
x11-misc/googleearth
sys-fs/reiserfsprogs
kde-base/kappfinder
kde-base/drkonqi
dev-util/kdevelop
net-p2p/rtorrent
media-video/kaffeine
x11-base/x11-drm
kde-base/kdeadmin-meta
sys-process/vixie-cron
net-print/bjfilter
games-simulation/openttd
sys-apps/pmount
kde-misc/krusader
media-gfx/gimp
net-misc/dhcpcd
app-misc/pax-utils
app-forensics/autopsy
app-text/ispell
kde-base/ksirc
kde-base/kmenuedit
kde-base/ksysguard
sys-apps/hal
kde-base/kolourpaint
www-client/links
app-office/kspread
kde-base/kwalletmanager
app-text/pinfo
kde-base/kdegames-meta
media-sound/amarok
x11-base/xorg-x11
kde-base/kdebase-startkde
media-video/kplayer
dev-util/ccache
kde-base/konsole
app-admin/logrotate
sci-astronomy/celestia
kde-base/kget
kde-base/konqueror
app-portage/genlop
kde-base/kmail
sys-apps/qtparted
app-office/koshell
app-office/karbon
app-emulation/wine
kde-base/ark
x11-libs/qt
kde-base/kdelibs
app-admin/sudo
app-office/kword
kde-base/kscd
app-arch/ppmd
app-doc/linux-kernel-in-a-nutshell
kde-misc/filelight
net-www/nspluginwrapper
sys-apps/slocate
kde-base/kpdf
sys-fs/udftools
app-dicts/ispell-de
www-client/mozilla-firefox
app-cdr/k3b
app-crypt/gnupg
sys-devel/distcc
kde-base/kdm
app-portage/gentoolkit
sys-apps/memtest86+
sys-apps/hotplugModule  Size  Used by
snd_seq_midi6272  0 
snd_emu10k1_synth   5824  0 
snd_emux_synth 29120  1 snd_emu10k1_synth
snd_seq_virmidi 5056  1 snd_emux_synth
snd_seq_midi_emul   5376  1 snd_emux_synth
snd_pcm_oss36896  0 
snd_mixer_oss  14720  1 snd_pcm_oss
snd_seq_oss26944  0 
snd_seq_midi_event  4928  3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq42816  8 
snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
rtc 7200  0 
reiserfs  214336  1 
pktcdvd28432  1 
powernow_k8 9696  1 
processor  18640  1 powernow_k8
cpufreq_ondemand6352  1 
freq_table  2256  2 powernow_k8,cpufreq_ondemand
fglrx 640196  11 
usb_storage29956  0 
uhci_hcd   21272  0 
floppy 55464  0 
usbhid 21920  0 
snd_emu10k1   104480  2 snd_emu10k1_synth
snd_rawmidi18464  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 87768  1 snd_emu10k1
ac97_bus1792  1 snd_ac97_codec
snd_pcm58120  3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_seq_device  5332  7 
snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_timer  17672  3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc  6672  2 snd_emu10k1,snd_pcm
snd_util_mem2496  2 snd_emux_synth,snd_emu10k1
snd_hwdep   7432  2 snd_emux_synth,snd_emu10k1
snd43240  15 
snd_emux_synth,snd_seq_virmidi,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
ehci_hcd   26956  0 
ohci_hcd   17924  0 
usbcore   107568  6 usb_storage,uhci_hcd,usbhid,ehci_hcd,ohci_hcd
i2c_nforce2 4544  0 
i2c_core   14464  1 i2c_nforce2
forcedeth  38024  0 
k8temp  4480  0 
hwmon   1992  1 k8temp
ata_generic 5572  0 
sg 28136  0 


pgpD6HgnaIUMt.pgp
Description: PGP signature


Re: [gentoo-user] Re: How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Dale

Alan McKinnon wrote:

On Sun, 02 Oct 2011 06:36:54 -0500
Dalerdalek1...@gmail.com  wrote:


Alan McKinnon wrote:

On Sun, 02 Oct 2011 05:13:49 -0500
Dalerdalek1...@gmail.com   wrote:


In that case, I then use package.use. Like this in package.use:
x11-base/xorg-server -hal net-misc/ntp caps -ipv6 media-gfx/gtkam
debug sys-power/nut -usb I use package.use for those exceptions
where I don't want something. Otherwise, I put it in make.conf so
that I only have one file to deal with for the most part. I am OCD
about some things, like brakes on my car, but I'm not that OCD
about this one. I do wish emerge would give notice when a USE flag
is invalid tho. It's nice that it just ignores it and goes on but
a little message that one has fell off the list would be nice.

It does :-)

emerge -p colorizes invalid USE flags and marks them in some way
with an additional character. I forget who exactly it marks them
(it's in the man page and I'm lazy today) but it does stick out
like a sore thimb.



Hmmm, I never noticed that before.  I think there was only two that
was invalid tho.  So, I guess there hasn't been as many removed as I
thought, at least that I have used anyway.  I did enable a couple
that I didn't know about tho.  lol  My USE line ended up not being
any smaller.  lol

For example, you have USE=perl python in make.conf which pulls in a
truly gigantic list of extra stuff that you will have little need of.
Those two flags are coming out of profiles any day now so you will
miss the long list of rebuilds that will cause.

Try putting those two flags in package.use only for those packages that
truly need it and when the change hits the tree sit back and watch just
how much unneccessary cruft you have :-)

You often mention the attraction of Gentoo is you get only what you
want. But, consider this; if you put flags routinely in make.conf you
lose most of that benefit. You end up with the equivalent of Mandrake
where you complied it yourself, not the binary distro.

USE=every possible flag enabled emerge something
and
yum install something
a
nd pretty much equivalent in terms of end result.


What I like about Gentoo is not being in dependency hell.  Also, 
Mandrake has a init thing that drove me bonkers on most days.  I do like 
the control that Gentoo gives but I'm not that much of a control freak.  
I wanted a distro that had a better package manager than Mandrake and no 
init thingy.  Gentoo fit that requirement even back in 2003.  So, yea 
you are right in a way but I'm just not into controlling every single 
aspect of this.  That said, I'm going to try USE=-perl -python emerge 
-Nav world and see what pukes on my keyboard.


Also, I think a lot of things required python and/or perl back when I 
added the flag.  That just seems to have changed without me knowing 
about it.  Just like the invalid USE flags that I got rid of.  Things 
change.  I try to keep up but I do have other things to deal with at 
times.  My garden and this little 90 lb chick I met.  I'm trying to 
fatten her up a bit.  lol


This is all that puked.

root@fireball / # USE=-perl -python emerge -Nav world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R] dev-util/boost-build-1.46.1  USE=-examples -python* 
41,017 kB
[ebuild   R] sys-apps/util-linux-2.19.1  USE=cramfs loop-aes 
ncurses nls unicode -crypt -old-linux -perl* (-selinux) -slang 
(-uclibc) 4,341 kB
[ebuild   R] media-libs/alsa-lib-1.0.24.1  USE=-alisp -debug -doc 
-python* -static-libs ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix 
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat 
linear meter mmap_emul mulaw multi null plug rate route share shm 
softvol 814 kB
[ebuild   R] media-libs/lcms-1.19  USE=jpeg tiff zlib -python* 
-static-libs 907 kB
[ebuild   R] dev-libs/libgamin-0.1.10-r2  USE=-debug -python* 
-static-libs 834 kB
[ebuild   R] sys-apps/file-5.07-r3  USE=zlib -python* -static-libs 
584 kB

[ebuild   R] sys-libs/cracklib-2.8.16  USE=nls -python* 604 kB
[ebuild   R] dev-lang/yasm-1.1.0-r1  USE=nls -python* 1,377 kB
[ebuild   R] dev-libs/boost-1.46.1-r1  USE=eselect -debug -doc -icu 
-mpi -python* -static-libs -test -tools 0 kB
[ebuild   R   ~] kde-base/kdegames-meta-4.7.1  USE=opengl (-aqua) 
-python* 0 kB
[ebuild   R] dev-libs/libxslt-1.1.26-r1  USE=-crypt -debug 
-python* 3,322 kB
[ebuild   R] net-libs/libproxy-0.4.6-r3  USE=kde -gnome -mono 
-networkmanager -perl* -python* -test 81 kB
[ebuild   R   ~] kde-base/marble-4.7.1  USE=handbook kde plasma (-aqua) 
-debug -designer-plugin -gps (-kdeenablefinal) -python* -test 20,575 kB
[ebuild   R   ~] kde-base/superkaramba-4.7.1  USE=(-aqua) -debug 
(-kdeenablefinal) -python* 3,711 kB
[ebuild   R   #] net-print/cups-1.5.0-r2  USE=X dbus gnutls java jpeg 
pam png ssl threads tiff -acl -debug -kerberos -ldap -perl* -php 
-python* -samba -slp -static-libs -usb -xinetd LINGUAS=-da -de -es -eu 
-fi -fr -id -it -ja -ko

Re: [gentoo-user] Re: How install KDE4 without without layman overlays ?

2009-07-22 Thread Vagner Rodrigues
) -kerberos 0 kB
[ebuild  N] kde-base/klipper-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/ktux-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kmahjongg-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kshisen-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeartwork-kscreensaver-4.2.4  USE=eigen 
opengl xscreensaver -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kontactinterfaces-4.2.4  USE=-debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/systemsettings-4.2.4  USE=handbook opengl usb 
xinerama -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/krunner-4.2.4  USE=opengl -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/akonadi-4.2.4  USE=semantic-desktop -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kdeartwork-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdegames-meta-4.2.4  USE=opengl (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdetoys-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/nsplugins-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kalarm-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/konsolekalendar-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kleopatra-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kpilot-4.2.4  USE=crypt handbook -avantgo 
-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kaddressbook-4.2.4  USE=handbook kontact 
-debug -gnokii (-kdeprefix) 0 kB
[ebuild  N] kde-base/kontact-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeplasma-addons-4.2.4  USE=opengl -debug 
-exif (-kdeprefix) 0 kB

[ebuild  N] kde-base/kdebase-startkde-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/akregator-4.2.4  USE=handbook kontact -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kjots-4.2.4  USE=handbook kontact -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/knotes-4.2.4  USE=handbook kontact -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/knode-4.2.4  USE=handbook kontact -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kmail-4.2.4  USE=handbook kontact 
semantic-desktop -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdepim-kresources-4.2.4  USE=-debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/korganizer-4.2.4  USE=handbook kontact -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdebase-meta-4.2.4  USE=(-kdeprefix) 
-semantic-desktop 0 kB
[ebuild  N] kde-base/kdepim-wizards-4.2.4  USE=-debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/ktimetracker-4.2.4  USE=handbook kontact 
-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kontact-specialdates-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kdepim-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kde-meta-4.2.4  USE=accessibility mysql nls 
(-kdeprefix) 0 kB


Total: 253 packages (253 new), Size of downloads: 9 kB

* IMPORTANT: 3 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.







Re: [gentoo-user] Re: [OT] Dual-Opteron

2006-01-03 Thread Dale
] kde-base/konquest-3.5.0
[ebuild  N] kde-base/kmahjongg-3.5.0
[ebuild  N] kde-base/ksmiletris-3.5.0
[ebuild  N] kde-base/lskat-3.5.0
[ebuild  N] kde-base/kjumpingcube-3.5.0
[ebuild  N] kde-base/klickety-3.5.0
[ebuild  N] kde-base/kreversi-3.5.0
[ebuild  N] kde-base/kspaceduel-3.5.0
[ebuild  N] kde-base/kolf-3.5.0
[ebuild  N] kde-base/katomic-3.5.0
[ebuild  N] kde-base/ktuberling-3.5.0
[ebuild  N] kde-base/kdegames-meta-3.5.0
[ebuild  N] kde-base/kdeartwork-kscreensaver-3.5.0
[ebuild  N] kde-base/kworldwatch-3.5.0
[ebuild  N] kde-base/kdeartwork-kworldclock-3.5.0
[ebuild  N] kde-base/kdeartwork-kwin-styles-3.5.0
[ebuild  N] kde-base/kdeartwork-iconthemes-3.5.0
[ebuild  N] kde-base/kdeartwork-wallpapers-3.5.0
[ebuild  N] kde-base/kdeartwork-sounds-3.5.0
[ebuild  N] kde-base/kdeartwork-emoticons-3.5.0
[ebuild  N] kde-base/kdeartwork-styles-3.5.0
[ebuild  N] kde-base/kdeartwork-icewm-themes-3.5.0
[ebuild  N] kde-base/kdeartwork-meta-3.5.0
[ebuild  N] kde-base/kuser-3.5.0
[ebuild  N] kde-base/kdeadmin-kfile-plugins-3.5.0
[ebuild  N] kde-base/secpolicy-3.5.0
[ebuild  N] kde-base/lilo-config-3.5.0
[ebuild  N] kde-base/kdat-3.5.0
[ebuild  N] kde-base/kcron-3.5.0
[ebuild  N] kde-base/kdeadmin-meta-3.5.0
[ebuild  N] app-text/poppler-0.4.2-r1
[ebuild  N] kde-base/kpdf-3.5.0-r3
[ebuild  N] kde-base/kuickshow-3.5.0
[ebuild  N] dev-perl/XML-RegExp-0.03-r1
[ebuild  N] sys-libs/libieee1284-0.2.1
[ebuild  N] media-gfx/sane-backends-1.0.15
[ebuild  N] kde-base/libkscan-3.5.0
[ebuild  N] kde-base/kooka-3.5.0
[ebuild  N] kde-base/kdegraphics-kfile-plugins-3.5.0
[ebuild  N] kde-base/kghostview-3.5.0
[ebuild  N] kde-base/kamera-3.5.0
[ebuild  N] kde-base/kgamma-3.5.0
[ebuild  N] kde-base/kcoloredit-3.5.0
[ebuild  N] kde-base/kviewshell-3.5.0
[ebuild  N] kde-base/kfax-3.5.0
[ebuild  N] kde-base/kview-3.5.0
[ebuild  N] kde-base/kruler-3.5.0
[ebuild  N] kde-base/ksnapshot-3.5.0
[ebuild  N] kde-base/kiconedit-3.5.0
[ebuild  N] dev-libs/fribidi-0.10.4
[ebuild  N] kde-base/ksvg-3.5.0
[ebuild  N] kde-base/kolourpaint-3.5.0
[ebuild  N] kde-base/kdvi-3.5.0
[ebuild  N] kde-base/kmrml-3.5.0
[ebuild  N] kde-base/kdegraphics-meta-3.5.0
[ebuild  N] kde-base/kommander-3.5.0
[ebuild  N] kde-base/kxsldbg-3.5.0
[ebuild  N] kde-base/klinkstatus-3.5.0
[ebuild  N] app-doc/quanta-docs-20041123
[ebuild  N] kde-base/kimagemapeditor-3.5.0
[ebuild  N] kde-base/kfilereplace-3.5.0
[ebuild  N] kde-base/quanta-3.5.0
[ebuild  N] kde-base/kdewebdev-meta-3.5.0
[ebuild  N] kde-base/artsplugin-audiofile-3.5.0
[ebuild  N] kde-base/kmix-3.5.0
[ebuild  N] kde-base/kdemultimedia-kappfinder-data-3.5.0
[ebuild  N] media-libs/taglib-1.4
[ebuild  N] media-sound/cdparanoia-3.9.8-r2
[ebuild  N] kde-base/libkcddb-3.5.0
[ebuild  N] kde-base/kdemultimedia-kioslaves-3.5.0
[ebuild  N] kde-base/kmid-3.5.0
[ebuild  N] kde-base/kdemultimedia-kfile-plugins-3.5.0
[ebuild  N] media-libs/libao-0.8.5
[ebuild  N] media-sound/vorbis-tools-1.0.1
[ebuild  N] kde-base/kaudiocreator-3.5.0
[ebuild  N] kde-base/krec-3.5.0
[ebuild  N] sci-libs/fftw-3.0.1-r2
[ebuild  N] media-libs/libsamplerate-0.1.1-r1
[ebuild  N] media-libs/akode-2.0_rc1
[ebuild  N] kde-base/artsplugin-akode-3.5.0
[ebuild  N] gnome-base/orbit-2.12.4
[ebuild  N] gnome-base/gconf-2.10.1-r1
[ebuild  N] media-libs/gstreamer-0.8.10
[ebuild  N] media-libs/gst-plugins-0.8.10
[ebuild  N] media-plugins/gst-plugins-alsa-0.8.10
[ebuild  N] media-plugins/gst-plugins-esd-0.8.10
[ebuild  N] media-plugins/gst-plugins-mad-0.8.10
[ebuild  N] media-plugins/gst-plugins-ogg-0.8.10
[ebuild  N] media-plugins/gst-plugins-vorbis-0.8.10
[ebuild  N] kde-base/juk-3.5.0
[ebuild  N] kde-base/kscd-3.5.0
[ebuild  N] kde-base/kaboodle-3.5.0
[ebuild  N] kde-base/kdemultimedia-meta-3.5.0
[ebuild  N] kde-base/eyesapplet-3.5.0
[ebuild  N] kde-base/fifteenapplet-3.5.0
[ebuild  N] kde-base/kodo-3.5.0
[ebuild  N] kde-base/amor-3.5.0
[ebuild  N] kde-base/kteatime-3.5.0
[ebuild  N] kde-base/kweather-3.5.0
[ebuild  N] kde-base/ktux-3.5.0
[ebuild  N] kde-base/kmoon-3.5.0
[ebuild  N] kde-base/kdetoys-meta-3.5.0
[ebuild  N] kde-base/kde-meta-3.5.0
[ebuild  N] app-admin/metalog-0.8_pre20031130
[ebuild  N] media-fonts/artwiz-fonts-2.4
[ebuild  N] sys-apps/ivman-0.6.6
[ebuild  N] sys-apps/kbd-1.12-r5
[ebuild  N] dev-libs/xplc-0.3.12
[ebuild  N] net-libs/wvstreams-4.0.2-r2
[ebuild  N] net-dialup/wvdial-1.54.0-r1
[ebuild  N] app-admin/gkrellm-2.2.7
[ebuild  N] x11-themes/gkrellm-themes-0.1
[ebuild  N] net-misc/iputils-021109-r3
[ebuild  N] sys-apps/setserial-2.17-r3
[ebuild  N] dev-perl/TermReadKey-2.21
[ebuild  N] app-portage

Re: [gentoo-user] Re: [OT] Dual-Opteron

2006-01-04 Thread Boyd Stephen Smith Jr.
/itcl-3.3  
[ebuild  N] app-pda/pilot-link-0.11.8-r1  
[ebuild  N] dev-libs/libmal-0.31  
[ebuild  N] kde-base/kpilot-3.5.0  
[ebuild  N] kde-base/kandy-3.5.0  
[ebuild  N] kde-base/korn-3.5.0  
[ebuild  N] kde-base/knotes-3.5.0  
[ebuild  N] kde-base/karm-3.5.0  
[ebuild  N] kde-base/networkstatus-3.5.0  
[ebuild  N] kde-base/kitchensync-3.5.0  
[ebuild  N] kde-base/ksync-3.5.0  
[ebuild  N] kde-base/knode-3.5.0  
[ebuild  N] kde-base/kdepim-meta-3.5.0  
[ebuild  N] kde-base/kbounce-3.5.0  
[ebuild  N] kde-base/kpoker-3.5.0  
[ebuild  N] kde-base/kpat-3.5.0  
[ebuild  N] kde-base/klines-3.5.0  
[ebuild  N] kde-base/kbackgammon-3.5.0  
[ebuild  N] kde-base/ksirtet-3.5.0  
[ebuild  N] kde-base/ksame-3.5.0  
[ebuild  N] kde-base/kshisen-3.5.0  
[ebuild  N] kde-base/ksnake-3.5.0  
[ebuild  N] kde-base/kgoldrunner-3.5.0  
[ebuild  N] kde-base/kblackbox-3.5.0  
[ebuild  N] kde-base/libksirtet-3.5.0  
[ebuild  N] kde-base/kfouleggs-3.5.0  
[ebuild  N] kde-base/ksokoban-3.5.0  
[ebuild  N] kde-base/kmines-3.5.0  
[ebuild  N] kde-base/ktron-3.5.0  
[ebuild  N] kde-base/kwin4-3.5.0  
[ebuild  N] kde-base/kasteroids-3.5.0  
[ebuild  N] kde-base/kbattleship-3.5.0  
[ebuild  N] kde-base/kenolaba-3.5.0  
[ebuild  N] kde-base/konquest-3.5.0  
[ebuild  N] kde-base/kmahjongg-3.5.0  
[ebuild  N] kde-base/ksmiletris-3.5.0  
[ebuild  N] kde-base/lskat-3.5.0  
[ebuild  N] kde-base/kjumpingcube-3.5.0  
[ebuild  N] kde-base/klickety-3.5.0  
[ebuild  N] kde-base/kreversi-3.5.0  
[ebuild  N] kde-base/kspaceduel-3.5.0  
[ebuild  N] kde-base/kolf-3.5.0  
[ebuild  N] kde-base/katomic-3.5.0  
[ebuild  N] kde-base/ktuberling-3.5.0  
[ebuild  N] kde-base/kdegames-meta-3.5.0  
[ebuild  N] kde-base/kdeartwork-kscreensaver-3.5.0  
[ebuild  N] kde-base/kworldwatch-3.5.0  
[ebuild  N] kde-base/kdeartwork-kworldclock-3.5.0  
[ebuild  N] kde-base/kdeartwork-kwin-styles-3.5.0  
[ebuild  N] kde-base/kdeartwork-iconthemes-3.5.0  
[ebuild  N] kde-base/kdeartwork-wallpapers-3.5.0  
[ebuild  N] kde-base/kdeartwork-sounds-3.5.0  
[ebuild  N] kde-base/kdeartwork-emoticons-3.5.0  
[ebuild  N] kde-base/kdeartwork-styles-3.5.0  
[ebuild  N] kde-base/kdeartwork-icewm-themes-3.5.0  
[ebuild  N] kde-base/kdeartwork-meta-3.5.0  
[ebuild  N] sys-process/vixie-cron-4.1-r8  
[ebuild  N] kde-base/kcron-3.5.0  
[ebuild  N] kde-base/kuser-3.5.0  
[ebuild  N] kde-base/kdeadmin-kfile-plugins-3.5.0  
[ebuild  N] kde-base/secpolicy-3.5.0  
[ebuild  N] kde-base/kdat-3.5.0  
[ebuild  N] kde-base/kdeadmin-meta-3.5.0  
[ebuild  N] media-libs/t1lib-5.0.2  
[ebuild  N] kde-base/kpdf-3.5.0-r3  
[ebuild  N] media-libs/imlib-1.9.14-r3  
[ebuild  N] kde-base/kuickshow-3.5.0  
[ebuild  N] kde-base/libkscan-3.5.0  
[ebuild  N] kde-base/kooka-3.5.0  
[ebuild  N] kde-base/kdegraphics-kfile-plugins-3.5.0  
[ebuild  N] kde-base/kghostview-3.5.0  
[ebuild  N] kde-base/kamera-3.5.0  
[ebuild  N] kde-base/kgamma-3.5.0  
[ebuild  N] kde-base/kcoloredit-3.5.0  
[ebuild  N] kde-base/kviewshell-3.5.0  
[ebuild  N] kde-base/kfax-3.5.0  
[ebuild  N] kde-base/kview-3.5.0  
[ebuild  N] kde-base/kruler-3.5.0  
[ebuild  N] kde-base/ksnapshot-3.5.0  
[ebuild  N] kde-base/kiconedit-3.5.0  
[ebuild  N] dev-libs/fribidi-0.10.5  
[ebuild  N] kde-base/ksvg-3.5.0  
[ebuild  N] kde-base/kolourpaint-3.5.0  
[ebuild  N] sys-apps/ed-0.2-r6  
[ebuild  N] net-libs/libwww-5.4.0-r4  
[ebuild  N] app-text/tetex-3.0-r4  
[ebuild  N] kde-base/kdvi-3.5.0  
[ebuild  N] kde-base/kmrml-3.5.0  
[ebuild  N] kde-base/kdegraphics-meta-3.5.0  
[ebuild  N] kde-base/kommander-3.5.0  
[ebuild  N] kde-base/kxsldbg-3.5.0  
[ebuild  N] kde-base/klinkstatus-3.5.0  
[ebuild  N] app-text/htmltidy-4.8.6  
[ebuild  N] kde-base/kimagemapeditor-3.5.0  
[ebuild  N] kde-base/kfilereplace-3.5.0  
[ebuild  N] kde-base/quanta-3.5.0  
[ebuild  N] kde-base/kdewebdev-meta-3.5.0  
[ebuild  N] kde-base/artsplugin-audiofile-3.5.0  
[ebuild  N] kde-base/kmix-3.5.0  
[ebuild  N] kde-base/kdemultimedia-kappfinder-data-3.5.0  
[ebuild  N] media-libs/taglib-1.4  
[ebuild  N] media-sound/cdparanoia-3.9.8-r2  
[ebuild  N] kde-base/libkcddb-3.5.0  
[ebuild  N] kde-base/kdemultimedia-kioslaves-3.5.0  
[ebuild  N] kde-base/artsplugin-xine-3.5.0  
[ebuild  N] kde-base/kmid-3.5.0  
[ebuild  N] kde-base/kdemultimedia-kfile-plugins-3.5.0  
[ebuild  N] media-libs/libao-0.8.6-r2  
[ebuild  N] media-sound/vorbis-tools-1.1.1-r1  
[ebuild  N] kde-base/kaudiocreator-3.5.0  
[ebuild  N] kde-base/krec-3.5.0  
[ebuild  N] media-libs/akode-2.0_rc1  
[ebuild  N] kde-base/artsplugin-akode-3.5.0  
[ebuild  N] media-libs/musicbrainz

Re: [gentoo-user] Did an emerge world, now display customisations all gone

2013-03-19 Thread Andrew Lowe
-base/kbreakout-4.10.1
 Tue Mar 19 00:17:49 2013  kde-base/bomber-4.10.1
 Tue Mar 19 00:18:15 2013  kde-base/konquest-4.10.1
 Tue Mar 19 00:18:48 2013  kde-base/kpat-4.10.1
 Tue Mar 19 00:19:11 2013  kde-base/ksquares-4.10.1
 Tue Mar 19 00:19:39 2013  kde-base/granatier-4.10.1
 Tue Mar 19 00:20:05 2013  kde-base/kfourinline-4.10.1
 Tue Mar 19 00:20:30 2013  kde-base/bovo-4.10.1
 Tue Mar 19 00:20:51 2013  kde-base/kiriki-4.10.1
 Tue Mar 19 00:21:17 2013  kde-base/kgoldrunner-4.10.1
 Tue Mar 19 00:21:42 2013  kde-base/kigo-4.10.1
 Tue Mar 19 00:22:53 2013  kde-base/ksirk-4.10.1
 Tue Mar 19 00:23:15 2013  kde-base/kbounce-4.10.1
 Tue Mar 19 00:23:46 2013  kde-base/kblocks-4.10.1
 Tue Mar 19 00:24:14 2013  kde-base/kapman-4.10.1
 Tue Mar 19 00:24:41 2013  kde-base/lskat-4.10.1
 Tue Mar 19 00:25:17 2013  kde-base/konsole-4.10.1
 Tue Mar 19 00:26:00 2013  kde-base/kstyles-4.10.1
 Tue Mar 19 00:26:21 2013  kde-base/kwrite-4.10.1
 Tue Mar 19 00:26:46 2013  kde-base/kscreensaver-4.10.1
 Tue Mar 19 00:27:47 2013  kde-base/kdebase-kioslaves-4.10.1
 Tue Mar 19 00:28:16 2013  kde-base/drkonqi-4.10.1
 Tue Mar 19 00:28:40 2013  kde-base/kdebase-data-4.10.1
 Tue Mar 19 00:29:58 2013  kde-base/kate-4.10.1
 Tue Mar 19 00:30:35 2013  kde-base/ark-4.10.1
 Tue Mar 19 00:31:35 2013  net-nntp/kwooty-1.0.0
 Tue Mar 19 00:32:35 2013  kde-base/gwenview-4.10.1
 Tue Mar 19 00:33:00 2013  kde-base/ksnapshot-4.10.1
 Tue Mar 19 00:34:18 2013  dev-vcs/subversion-1.7.8
 Tue Mar 19 00:34:49 2013  net-libs/libsoup-2.40.3
 Tue Mar 19 00:35:22 2013  kde-base/ksmserver-4.10.1
 Tue Mar 19 00:36:26 2013  kde-base/konqueror-4.10.1
 Tue Mar 19 00:39:02 2013  kde-base/plasma-workspace-4.10.1
 Tue Mar 19 00:41:03 2013  kde-base/systemsettings-4.10.1
 Tue Mar 19 00:45:30 2013  kde-base/kdepim-runtime-4.10.1
 Tue Mar 19 00:46:01 2013  kde-base/kmenuedit-4.10.1
 Tue Mar 19 00:46:30 2013  kde-base/klipper-4.10.1
 Tue Mar 19 00:47:30 2013  kde-base/dolphin-4.10.1
 Tue Mar 19 00:48:12 2013  kde-base/powerdevil-4.10.1-r1
 Tue Mar 19 09:38:03 2013  dev-db/mysql-5.5.30
 Tue Mar 19 09:38:47 2013  kde-base/kcontrol-4.10.1
 Tue Mar 19 09:39:28 2013  kde-base/kinfocenter-4.10.1
 Tue Mar 19 09:41:42 2013  kde-base/kdm-4.10.1
 Tue Mar 19 09:41:48 2013  kde-base/kdegames-meta-4.10.1
 Tue Mar 19 09:41:54 2013  kde-base/kdebase-runtime-meta-4.10.1
 Tue Mar 19 09:44:37 2013  kde-base/kdepim-common-libs-4.10.1
 Tue Mar 19 09:45:08 2013  kde-base/krunner-4.10.1
 Tue Mar 19 09:46:14 2013  kde-base/konq-plugins-4.10.1
 Tue Mar 19 09:46:38 2013  kde-base/nsplugins-4.10.1
 Tue Mar 19 09:47:00 2013  media-libs/phonon-gstreamer-4.6.3
 Tue Mar 19 09:47:20 2013  kde-base/kdebase-startkde-4.10.1
 Tue Mar 19 09:48:11 2013  kde-base/knode-4.10.1
 Tue Mar 19 09:48:17 2013  kde-base/kdebase-meta-4.10.1
 Tue Mar 19 09:55:49 2013  media-video/transcode-1.1.7-r1
 Tue Mar 19 09:58:15 2013  dev-tex/luatex-0.70.1-r2
 Tue Mar 19 10:02:58 2013  app-text/texlive-core-2012-r1
 Tue Mar 19 10:04:07 2013  kde-base/nepomuk-core-4.10.1
 Tue Mar 19 10:08:10 2013  media-video/vlc-2.0.5
 Tue Mar 19 22:56:26 2013  dev-libs/libgcrypt-1.5.1
 Tue Mar 19 22:57:02 2013  media-libs/libmtp-1.1.6
 Tue Mar 19 22:59:53 2013  dev-lang/python-2.7.3-r3
 Tue Mar 19 23:00:35 2013  dev-libs/libxslt-1.1.28-r1
 Tue Mar 19 23:03:19 2013  dev-lang/python-3.3.0
 Tue Mar 19 23:05:15 2013  dev-lang/python-3.2.3-r2
 Tue Mar 19 23:06:50 2013  sys-kernel/gentoo-sources-3.8.3-r1
 Tue Mar 19 23:09:33 2013  x11-libs/gtk+-2.24.17
 Tue Mar 19 23:10:35 2013  app-text/poppler-0.22.2-r1
 Tue Mar 19 23:12:06 2013  net-print/cups-filters-1.0.30
 Tue Mar 19 23:12:31 2013  sys-power/upower-0.9.20
 Tue Mar 19 23:13:09 2013  sys-fs/udisks-2.1.0
 Tue Mar 19 23:35:19 2013  sys-fs/udisks-2.1.0
 Tue Mar 19 23:47:26 2013  net-ftp/oneclickftp-0.5.1
 Tue Mar 19 23:50:32 2013  dev-perl/DateManip-6.380.0
 Tue Mar 19 23:50:37 2013  app-portage/genlop-0.30.9-r1



I did a sync on Sunday, and this is the result of running emerge -NuD 
world.


Andrew



Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
 sse2 sse3 -avx -avx2 -fma3
-fma4 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape
ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart
sidxindex trasher" 8,385 KiB
[ebuild U  ] dev-qt/qtmultimedia-5.6.2:5/5.6::gentoo
[5.6.1:5/5.6::gentoo] USE="alsa gstreamer openal pulseaudio qml -debug
-gles2 -gstreamer010 {-test} -widgets" 3,411 KiB
[ebuild U  ] media-video/movit-1.4.0::gentoo [1.3.2::gentoo] 565 KiB
[ebuild U  ] media-video/ffmpeg-3.2.2:0/55.57.57::gentoo
[2.8.8:0/54.56.56::gentoo] USE="X alsa amr bzip2 cpudetection encode
fontconfig gmp%* gpl hardcoded-tables iconv jpeg2k mp3 network openal
opengl openssl opus postproc pulseaudio sdl theora threads truetype v4l
vorbis vpx x264 xcb xvid zlib (-altivec) -amrenc (-armv5te) (-armv6)
(-armv6t2) (-armvfp) -bluray -bs2b -cdio -celt -chromaprint% -debug -doc
-ebur128% -fdk -flite -frei0r -fribidi -gcrypt% -gme -gnutls -gsm
-iec61883 -ieee1394 -jack -kvazaar% -ladspa -libass -libcaca -libilbc%
-librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu)
(-mmal) -modplug (-neon) -nvenc% -openh264% -oss -pic -rubberband%
-samba -schroedinger -snappy -speex -ssh -static-libs {-test} -twolame
-vaapi -vdpau -wavpack -webp -x265 -zimg% -zvbi (-aac%*) (-aacplus%)
(-examples%) (-faac%) (-libressl%) (-quvi%)" ABI_X86="32 (64) (-x32)"
CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse sse2 sse3 -aes% -avx -avx2
-fma3 -fma4 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws
ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper
qt-faststart sidxindex trasher" 9,387 KiB
[ebuild U  ] games-util/joystick-1.6.0::gentoo [1.5.1::gentoo]
USE="sdl udev" 50 KiB
[ebuild   R] media-libs/xine-lib-1.2.6-r1:1::gentoo  USE="X a52 aac
alsa css dts fbcon flac gtk ipv6 jpeg mad mmap mng nls opengl pulseaudio
sdl theora truetype v4l vcd vorbis vpx xcb xv xvmc -aalib (-altivec)
-bluray -directfb -dvb -dxr3 -fusionsound% -imagemagick -jack -libav
-libcaca -modplug -musepack -oss -samba -speex -vaapi -vdpau -vdr
(-vidix) (-vis) -wavpack -xinerama (-fusion%)" 0 KiB
[ebuild   R] net-misc/freerdp-2.0.0_pre20160722:0/2::gentoo  USE="X
alsa client cups ffmpeg gstreamer jpeg pulseaudio server usb xv -debug
-doc -libav% -libressl (-neon) -smartcard -systemd {-test} -wayland
-xinerama" CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] media-video/mplayer-1.3.0::gentoo [1.2.1::gentoo]
USE="X a52 alsa cdio cpudetection dga dts dvd dvdnav enca encode fbcon
ftp gif iconv ipv6 jpeg jpeg2k libass lzo mad mng mp3 nas network openal
opengl osdmenu png pulseaudio sdl shm theora truetype unicode v4l vcd
vorbis x264 xscreensaver xv xvid xvmc yuv4mpeg -aalib (-altivec) (-aqua)
-bidi -bl -bluray -bs2b -cddb -cdparanoia -debug -directfb -doc -dv -dvb
-faac -faad -ggi -gsm -jack -joystick -ladspa -libcaca -libmpeg2 -lirc
-live -md5sum -nut -oss -pnm -pvr -radio -rar -rtc -rtmp -samba
(-selinux) -speex -tga -toolame -tremor -twolame -vdpau (-vidix)
-xinerama -zoran (-xanim%)" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse
sse2 -ssse3" VIDEO_CARDS="-mga -s3virge -tdfx" 12,968 KiB
[ebuild U  ] net-p2p/retroshare-0.6.1::gentoo [0.6.0::gentoo]
USE="cli gui%* qt5 -feedreader -qt4 -voip" 17,581 KiB
[ebuild   R] dev-python/pygame-1.9.2_pre20120101-r2::gentoo  USE="X
-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5
(-python3_3%)" 0 KiB
[ebuild U  ] games-engines/scummvm-1.8.1-r1::gentoo [1.8.1::gentoo]
USE="aac alsa flac fluidsynth jpeg mp3 mpeg2 opengl png theora truetype
vorbis zlib -debug -unsupported" 0 KiB
[ebuild U  ] media-libs/mlt-6.4.1::gentoo [6.2.0-r2::gentoo]
USE="ffmpeg fftw gtk kdenlive lua melt opengl python qt5 sdl xine xml
-compressed-lumas -debug -frei0r -jack -libav -libsamplerate -opencv%
-rtaudio -ruby -vdpau" CPU_FLAGS_X86="mmx sse sse2"
PYTHON_TARGETS="python2_7" 1,313 KiB
[ebuild  N ] media-libs/phonon-4.9.0::gentoo  USE="gstreamer
pulseaudio qt4 qt5 (-aqua) -debug -designer -vlc (-zeitgeist)"
ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild  N ] media-libs/phonon-gstreamer-4.9.0::gentoo  USE="alsa
network qt4 qt5 -debug" 0 KiB
[ebuild  N ] kde-apps/blinken-16.08.3:5::gentoo  USE="handbook
-debug" 550 KiB
[ebuild U  ]
kde-frameworks/frameworkintegration-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="X -debug {-test}" 1,709 KiB
[ebuild U  ] kde-plasma/kwrited-5.8.4:5::gentoo [5.7.5:5::gentoo]
USE="-debug" 20 KiB
[ebuild U  ] kde-apps/kruler-16.08.3:5::gentoo [16.08.1:5::gentoo]
USE="X handbook -debug" 121 KiB
[ebuild U  ] kde-plasma/ksshaskpass-5.8.4:5::gentoo
[5.7.5:5::gentoo] USE="-debug" 19 KiB
[ebuild U  ] kde-apps/krfb-16.08.3:5::gentoo [16.08.1:5::gentoo]
USE="handbook -debug" 318