Re: [gentoo-user] kdeutils-3.5.0 and superkaramba

2005-12-08 Thread Neil Bothwick
On Wed, 7 Dec 2005 19:00:34 -0800, Daevid Vincent wrote:

 # emerge -Davt kde-base/superkaramba
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [blocks B ] =kde-base/kdeutils-3.5* (is blocking
 kde-base/superkaramba-3.5.0)
 [ebuild  N] kde-base/superkaramba-3.5.0  +arts -debug
 -kdeenablefinal -kdexdeltas -xinerama 2,888 kB 

You cannot mix split and monolithic ebuild for the same part of KDE.
Superkaramba is in kdeutils, so you cannot also merge it separately.
Either remove suprerkaramba or emerge kdeutils-meta instead of kdeutils,
to use the split ebuilds.


-- 
Neil Bothwick

Newsflash! Explosion at M$ beta testsite - Infinite number of monkeys
killed.


signature.asc
Description: PGP signature


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



Re: [gentoo-user] Something is pulling in gnome-base

2013-12-11 Thread Peter Humphrey
On Wednesday 11 Dec 2013 18:39:59 Alan McKinnon wrote:

 $ equery depends print-manager
  * These packages depend on print-manager:
 kde-base/kdeutils-meta-4.11.4 (cups ?
 
 =kde-base/print-manager-4.11.4:4[aqua=])
 
 Set USE=-cups to fix

Confirmed. I didn't have kdeutils-meta installed. Installing it pulls in 10 
packages with USE=-cups, 21 without. I'm installing it now.

Of course I want other programs to be able to print, so I only set -cups 
against kdeutils-meta.

-- 
Regards
Peter




Re: [gentoo-user] Something is pulling in gnome-base

2013-12-11 Thread Mick
On Wednesday 11 Dec 2013 16:52:49 Peter Humphrey wrote:
 On Wednesday 11 Dec 2013 18:39:59 Alan McKinnon wrote:
  $ equery depends print-manager
  
   * These packages depend on print-manager:
  kde-base/kdeutils-meta-4.11.4 (cups ?
  
  =kde-base/print-manager-4.11.4:4[aqua=])
  
  Set USE=-cups to fix
 
 Confirmed. I didn't have kdeutils-meta installed. Installing it pulls in 10
 packages with USE=-cups, 21 without. I'm installing it now.
 
 Of course I want other programs to be able to print, so I only set -cups
 against kdeutils-meta.

Let me get this right, if I set 'kde-base/kdeutils-meta -cups' I will still be 
able to print from kde applications?

-- 
Regards,
Mick


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


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

2006-06-02 Thread Mike Owen

On 6/2/06, Mick [EMAIL PROTECTED] wrote:

Hi All,

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


Install kdebase-meta, kdeutils-meta, kdeadmin-meta, etc.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Something is pulling in gnome-base

2013-12-11 Thread Alan McKinnon
On 11/12/2013 23:04, Mick wrote:
 On Wednesday 11 Dec 2013 16:52:49 Peter Humphrey wrote:
 On Wednesday 11 Dec 2013 18:39:59 Alan McKinnon wrote:
 $ equery depends print-manager

  * These packages depend on print-manager:
 kde-base/kdeutils-meta-4.11.4 (cups ?

 =kde-base/print-manager-4.11.4:4[aqua=])

 Set USE=-cups to fix

 Confirmed. I didn't have kdeutils-meta installed. Installing it pulls in 10
 packages with USE=-cups, 21 without. I'm installing it now.

 Of course I want other programs to be able to print, so I only set -cups
 against kdeutils-meta.
 
 Let me get this right, if I set 'kde-base/kdeutils-meta -cups' I will still 
 be 
 able to print from kde applications?
 


I believe so. As far as I could ever tell, KDE's print manager was just
a configurator front end to CUPS, so you can configure CUPS directly
instead.

For many years, that's exactly what I did. The print manager was masked
for years as broken by design and at one point wasn't even installed
by default at all. So I got used to hitting port 631 on localhost in a
browser.

I can't see any reason why it still isn't like that

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Re: Do we have to build gcc with fortran now?

2011-06-23 Thread Alan McKinnon
On Thursday 23 June 2011 13:09:53 Neil Bothwick did opine thusly:
 On Thu, 23 Jun 2011 05:49:45 -0500, Dale wrote:
   My question was why are you installing cantor if you don't
   need it?
  
  Oh, I see.  It was pulled in by kde-meta.  I know I can have KDE
  other ways but it is much easier to emerge kde-meta than to
  emerge  some huge amount of packages .
 
 If you consider spending a couple of days farting around with
 fortran to be much easier... :P

I use sets for this. I want KDE but not all of it, so I have a set 
with just the -meta packages I want:

$ cat /etc/portage/sets/alan-kde


  
kde-base/kdeadmin-meta
kde-base/kdeartwork-meta
kde-base/kdebase-meta
kde-base/kdebase-runtime-meta
kde-base/kdegraphics-meta
kde-base/kdemultimedia-meta
kde-base/kdenetwork-meta
kde-base/kdepim-meta
kde-base/kdeutils-meta



-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Uninstalling KDE packages

2007-01-29 Thread Dorin Scutarasu
On Monday 29 January 2007 22:46:56 Vlad Dogaru wrote:
 I would like to know if unmerging KWallet (also the eduitainment suite
 and possibly even Kopette and Konqueror) is safe. How can I tell for
 other packages? Is emerge --unmerge enough or do other measures have 
 to be taken?

If you have installed monolithic KDE than you can't unmerge only KWallet. You 
would have to unmerge kdeutils which also contains programs you might need.


If you're using the KDE split ebuilds you can use 'equery d package-name' 
(app-portage/gentoolkit) to see what installed packages depend on 
package-name. For example, Konqueror is needed by Kdesktop  and Amarok 
among other things, so you probably don't want to unmerge it if you need 
either of them.

Simply unmerging a package that is needed by some other package is not 
sufficient as it would be pulled back in when you next run 'emerge -D world'.

KWallet only depends on kdeutils-meta. If you want to get rid of it unmerge 
kdeutils-meta and add the packages pulled in by kdeutils-meta to the world 
file (/var/lib/portage/world). You can find the names of these packages in the 
kdeutils-meta ebuild:

RDEPEND=
$(deprange $PV $MAXKDEVER kde-base/ark) 

$(deprange $PV $MAXKDEVER kde-base/kcalc)
$(deprange $PV $MAXKDEVER kde-base/kcharselect) 

lirc? ( $(deprange $PV $MAXKDEVER kde-base/kdelirc) )
 [...]

So you would add lines such as these:
kde-base/ark
kde-base/kcalc
... in the world file for each package you need and unmerge the ones you don't 
need. Be carefull with those useflag conditioned dependencies as in the case 
of kde-base/kdelirc which only gets installed if lirc useflag is activated.


  Also, in the case of a fresh install, how can I choose
 what KDE installs? Do I have to run emerge kde, or would kdelibs,
 kdebase, etc (along with their dependencies of course) suffice?

Take a look at http://www.gentoo.org/doc/en/kde-config.xml#doc_chap2_sect3 .

-- 
The world is a tragedy to those who feel, but a comedy to those who
think.(Horace Walpole)
*
Dorin Scutarasu,
www.info.UAIC.ro


pgpcZbvvfv9ES.pgp
Description: PGP signature


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

2019-06-25 Thread Nikos Chantziaras

On 24/06/2019 14:00, Mick wrote:

I've installed plasma-meta plus some kde-apps meta packages as follows:

kde-apps/kdeadmin-meta
kde-apps/kdecore-meta
kde-apps/kdegraphics-meta
kde-apps/kdemultimedia-meta
kde-apps/kdenetwork-meta
kde-apps/kdepim-meta
kde-apps/kdeutils-meta
kde-apps/kwalletmanager
kde-frameworks/oxygen-icons
kde-plasma/plasma-meta

One of the above[1] brought in NetworkManager, which I don't use because for
my use case there's nothing wrong with openrc netifrc scripts.
[...]
[1] kde-plasma/plasma-meta requires kde-plasma/powerdevil, which requires kde-
frameworks/networkmanager-qt, which requires net-misc/networkmanager, which
requires net-misc/modemmanager


I use Plasma, and NW is not installed. I have "-networkmanager" in my 
USE flags in make.conf. Add that, and do a:


emerge -auDN --with-bdeps=y @world
emerge -a --depclean

You should then be able to install Plasma without NW.




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



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] Overlays package.mask

2010-09-10 Thread Paul Hartman
On Fri, Sep 10, 2010 at 11:53 AM, Hilco Wijbenga
hilco.wijbe...@gmail.com wrote:
 So I'm confused. Why is package.mask not having any (apparent) effect
 for pykde4? How do I prevent the downgrade?

It's probably unmasked as well. I think unmask overrides mask.

As an alternative, you can try to eliminate pykde4 entirely by setting
these USE flags in your package.use:

kde-base/marble -python
kde-base/plasma-workspace -python
kde-base/superkaramba -python
kde-base/kdeadmin-meta -cups
kde-base/kdeutils-meta -cups

With those, I have no pykde4 at all. I'm not sure what functionality
may be lost due to it, but I've noticed nothing that I use missing.



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] 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] Has MySQL become compulsory?

2009-10-24 Thread Dave Jones
Neil Bothwick wrote on 24/10/09 09:53:
 On Sat, 24 Oct 2009 02:02:16 +0200, Dave Jones wrote:

 Alan, thank you for your 'RTFM' reply. which is utterly useless either
 to me or any other follower of the gentoo-user mail group.

 Seeing as how this has been discussed in the last two days, I don't see
 how Alan's advice is useless. The question has been asked and people have
 taken the time and trouble to answer it. Why should they do it again when
 you could just as easily find the previous answer yourself.

Another 'RTFM' message, thanks.

I'll answer my own question, including detail which may be useful to
other users:

emerge PyQt with USE=webkit sql

I had installed a few kde-meta packages rather than the full kde-meta.

eix -I kde | grep meta  list your installed kde-meta packages

Add the kde4 versions of those meta packages to package.mask:

(Sample) package.mask to mask kde4:

=kde-base/kdeaddons-meta-4*
=kde-base/kdeadmin-meta-4*
=kde-base/kdeartwork-meta-4*
=kde-base/kdebase-meta-4*
=kde-base/kdemultimedia-meta-4*
=kde-base/kdeutils-meta-4*
# Mask non-meta kde installed package:
=kde-base/kdenetwork-filesharing-4*
# Requires kdelibs-4, mask
=media-video/kmplayer-0.11*
# Required by kde4, requires mysql by default.
app-office/akonadi-server



Re: [gentoo-user] Something is pulling in gnome-base

2013-12-12 Thread Peter Humphrey
On Wednesday 11 Dec 2013 21:04:00 Mick wrote:

 Let me get this right, if I set 'kde-base/kdeutils-meta -cups' I will still
 be able to print from kde applications?

Here, the K menu item Manage Printing opens a CUPS web page, specifically 
localhost:631. It's a bog-standard CUPS interface, with no need of KDE 
complications. There's no printer entry in system settings. I often print a 
spreadsheet from LibreOffice without problems.

So yes, other things being equal, you will. In any case, why not try it and 
see? You can revert easily enough if you hit a problem.

-- 
Regards
Peter




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.


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



[gentoo-user] USE geoclue required

2023-07-09 Thread Michael
Is geoclue hardcoded?

[ebuild  N ] app-misc/geoclue-2.7.0:2.0::gentoo  USE="introspection -gtk-
doc -modemmanager -vala -zeroconf" 103 KiB
[ebuild   R] dev-qt/qtpositioning-5.15.9:5/5.15::gentoo  USE="geoclue* qml 
-debug -test" 0 KiB
[ebuild  N ] dev-libs/kweathercore-0.7:5::gentoo  USE="-debug -doc -test" 
56 KiB
[ebuild  N ] kde-misc/kweather-23.04.2:5::gentoo  USE="-debug" 995 KiB
[ebuild U  ] kde-apps/ffmpegthumbs-23.04.2:5::gentoo [22.12.3:5::gentoo] 
USE="-debug" 32 KiB
[ebuild  N ] kde-plasma/kpipewire-5.27.5:5::gentoo  USE="-debug -test" 59 
KiB
[snip ...]

[ebuild U  ] kde-apps/kdeutils-meta-23.04.2:5::gentoo [22.12.3:5::gen
ug -test" 78 KiB
[snip ...]

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by kde-misc/kweather-23.04.2::gentoo
# required by kde-apps/kdeutils-meta-23.04.2::gentoo
# required by @selected
# required by @world (argument)
>=dev-qt/qtpositioning-5.15.9 geoclue

Reverse dependencies of qtpositioning do not contain USE="geoclue":

# qdepends -r qtpositioning
dev-qt/qtpositioning-5.15.9: =dev-qt/qtdeclarative-5.15.9* =dev-qt/
qtcore-5.15.9*

Setting USE="-geoclue" ends up with the above USE changes message.  I have not 
tried setting /etc/portage/package.mask to block stuff yet.

Could someone offer a ... clue?  :-)

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


Re: [gentoo-user] Re: FIXED: Re: KDE3 removal

2009-11-27 Thread Alan McKinnon
On Friday 27 November 2009 17:27:30 James wrote:
 Mick michaelkintzios at gmail.com writes:
  Hmm, I thought that kweather, kate and kfloppy were brought in by some
  meta or other.  It seems that I'll have to install these on their own?
 
 Hello Mick,
 
 I'm just not certain any more exactly which packages belong to
 which meta(kde) package. I think they are added and dropped
 over the last few years, resulting in a dynamic grouping
 or like those you mentioned, not being picked up by and of the
 kde-meta packages.

You fellows really need to read the full set of portage man pages. You sound 
like mechanics that don't know how spanners work.

The contents of packages is determined by upstream (KDE), not by the gentoo 
devs. Gentoo devs merely split the monolithic tarballs up into whatever apps 
the KDE devs say is inside it
 
To find out what is in a -meta package:

cat $PORTDIR/kde-base/*-meta/*ebuild 

There isn't a special tool to do this, much as there isn't a tool to tell you 
what stuff DEPENDs on say apache. There is a general tool, it's 
equery depends -a

 Some time ago kde-meta ( the package that calls other kde-meta(sub
 group packages) was to be done away with. 

You are mistaken. 

That has never ever been the case. The monolithic ebuilds have been done away 
with in favour of split ebuilds. This has been in planning for 2 years right 
from the beginning of the KDE-3.5 series

 Now, magically,
 kde-meta is back, after the Sets solution seems to be
 too cumbersome for those of us that want a simple and easy
 method to install a bulk of kde packages.

Citation please :-)

Zac has never to my knowledge said that sets are too cumbersome for regular 
people. Sets are not yet in stable portage because he wants the feature to be 
tested more. Therefore sets cannot be exposed in the portage tree. That's why 
defined sets are only distributed in the overlays, not in the tree.


 Other than this '10,000' foot view, you'll have to get more
 precise information from the gentoo kde devs or others,
 as I just do not know..

To find out what depends on kate, kweather and kfloppy, use the correct 
portage tool:

a...@nazgul ~ $ equery depends -a kate
 * Searching for kate ...
kde-base/kdesdk-meta-4.3.1 (=kde-base/kate-4.3.1:4.3[kdeprefix=])
kde-base/kdesdk-meta-4.3.3 (!kdeprefix ? =kde-base/kate-4.3.3[-kdeprefix])
   (kdeprefix ? =kde-base/kate-4.3.3:4.3[kdeprefix])

a...@nazgul ~ $ equery depends -a kweather
 * Searching for kweather ...
kde-base/kdetoys-meta-4.3.1 (=kde-base/kweather-4.3.1:4.3[kdeprefix=])
kde-base/kdetoys-meta-4.3.3 (!kdeprefix ? =kde-base/kweather-4.3.3[-
kdeprefix])
(kdeprefix ? =kde-
base/kweather-4.3.3:4.3[kdeprefix])

a...@nazgul ~ $ equery depends -a kfloppy
 * Searching for kfloppy ...
kde-base/kdeutils-meta-4.3.1 (floppy ? =kde-
base/kfloppy-4.3.1:4.3[kdeprefix=])
kde-base/kdeutils-meta-4.3.3 (floppy  !kdeprefix ? =kde-base/kfloppy-4.3.3[-
kdeprefix])
 (floppy  kdeprefix ? =kde-
base/kfloppy-4.3.3:4.3[kdeprefix])


So kate DEPENDS on kdesdk (it's a dev tool, emerge it individually if you just 
want the editor)
kweather DEPENDS on kde-toys
kfloppy DEPENDS on kdeutils iff USE=floppy

 You'd think there'd be a master listing of (kde-4) packages
 and which one belong to which meta-package or what not;
 if not a script to tool to reveal this information

There is. See above.

 Let me know if you find a silver bullet (syntax) for discerning
 what kde packages are grouped into which meta package or
 not grouped at all..

This is Unix. We use grep, sed and awk to find stuff.

Much faster than just about anything else...

-- 
alan dot mckinnon at gmail dot com



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] Overlays package.mask

2010-09-10 Thread Hilco Wijbenga
On 10 September 2010 11:40, Paul Hartman paul.hartman+gen...@gmail.com wrote:
 On Fri, Sep 10, 2010 at 11:53 AM, Hilco Wijbenga
 hilco.wijbe...@gmail.com wrote:
 So I'm confused. Why is package.mask not having any (apparent) effect
 for pykde4? How do I prevent the downgrade?

 It's probably unmasked as well. I think unmask overrides mask.

 As an alternative, you can try to eliminate pykde4 entirely by setting
 these USE flags in your package.use:

 kde-base/marble -python
 kde-base/plasma-workspace -python
 kde-base/superkaramba -python
 kde-base/kdeadmin-meta -cups
 kde-base/kdeutils-meta -cups

 With those, I have no pykde4 at all. I'm not sure what functionality
 may be lost due to it, but I've noticed nothing that I use missing.

This seemed like the easiest solution especially since pykde4-4.5.1
doesn't even build. All's good now. :-)



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



[gentoo-user] Plasma teething problems - Part I

2019-06-24 Thread Mick
Well, not Plasma's but mine for sure.  I have been chasing my tail trying to 
reverse engineer processes/services/applications I do not want auto-running on 
a fresh Plasma installation and I'm fast losing the will to live.

I've installed plasma-meta plus some kde-apps meta packages as follows:

kde-apps/kdeadmin-meta
kde-apps/kdecore-meta
kde-apps/kdegraphics-meta
kde-apps/kdemultimedia-meta
kde-apps/kdenetwork-meta
kde-apps/kdepim-meta
kde-apps/kdeutils-meta
kde-apps/kwalletmanager
kde-frameworks/oxygen-icons
kde-plasma/plasma-meta

One of the above[1] brought in NetworkManager, which I don't use because for 
my use case there's nothing wrong with openrc netifrc scripts.  When I plug in 
a USB wireless adaptor nothing happens since it stays dormant, although its 
LED illuminates.  Then I enable it by starting 'net.wlp0s18f2u1' and at that 
point NM starts fighting over the wireless adaptor, resulting in the unpleasant 
phenomenon of dropping the connection every few minutes and changing its MAC 
address, consequently rendering it unusable with APs which implement ACL.

[1] kde-plasma/plasma-meta requires kde-plasma/powerdevil, which requires kde-
frameworks/networkmanager-qt, which requires net-misc/networkmanager, which 
requires net-misc/modemmanager

So I naively thought, let's try stopping NM (note:  the NetworkManager rc 
service is not set to run at any level, so something else is starting it).  
The moment I stop NM I find my logs being flooded with a storm of 'dbus failing 
to start obex', which bluez wants.  Note: I have not started a bluetooth 
service, or tried running bluetootctl, and BTW rfkill shows the bluetooth 
adaptor is soft blocked anyway.

So I now try to stop dbus and restart it, which results in losing access to 
any Plasma menu applications, so I can't launch any application.  It may be 
worth mentioning when I leave alone NM and just disable the USB adaptor from 
openrc, I also lose access to launching KDE applications (the error message 
when trying to launch an app from a terminal mentions a Qt error).

Could someone more knowledgeable in  Plasma/KDE shenanigans please explain how 
I can end up with a workable USB wireless dongle, which I can enable/disable 
at will?

-- 
Regards,

Mick

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


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

[gentoo-user] Problems installing some parts of kde 3.4

2005-04-23 Thread Christian Herzyk
Hello all,

I installed KDE 3.4 on my machine (mostly using the single packages not the 
meta packages).
Most is running fine, but I cannot install some parts (ark and kde-i18n). 
When I try to merge them I get the following error:


 emerge (1 of 1) kde-base/ark-3.4.0 to /
 md5 files   ;-) ChangeLog
 md5 files   ;-) metadata.xml

!!! Digest verification Failed:
!!!/usr/local/portage/kde-base/ark/ark-3.4.0.ebuild
!!! Reason: Filesize does not match recorded size

 Please ensure you have sync'd properly. Please try 'emerge sync' and
 optionally examine the file(s) for corruption. A sync will fix most cases.

Of course I tried to resync, no change. The filesize of kdeutils matches the 
one listed in the digest, MD5 matches as well.
For the kde-i18n it is exactly the same.
Can anyone give a hint what to do?

Thanks

PS: Another small problem I do not get my multimedia keys to work. I 
selected my keyboard type in control center. Is there anything else to do? I 
got them working ages ago and am not sure where to do anything else now.

 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USE geoclue required

2023-07-09 Thread Michael
On Sunday, 9 July 2023 16:30:45 BST Neil Bothwick wrote:
> On Sun, 09 Jul 2023 11:32:54 +0100, Michael wrote:
> > The following USE changes are necessary to proceed:
> >  (see "package.use" in the portage(5) man page for more details)
> > 
> > # required by kde-misc/kweather-23.04.2::gentoo
> > # required by kde-apps/kdeutils-meta-23.04.2::gentoo
> > # required by @selected
> > # required by @world (argument)
> > 
> > >=dev-qt/qtpositioning-5.15.9 geoclue
> > 
> > Reverse dependencies of qtpositioning do not contain USE="geoclue":
> > 
> > # qdepends -r qtpositioning
> > dev-qt/qtpositioning-5.15.9: =dev-qt/qtdeclarative-5.15.9* =dev-qt/
> > qtcore-5.15.9*
> > 
> > Setting USE="-geoclue" ends up with the above USE changes message.  I
> > have not tried setting /etc/portage/package.mask to block stuff yet.
> 
> The kweather ebuild contains this RDEPEND
> 
> >=dev-qt/qtpositioning-${QTMIN}:5[geoclue]

Thanks Neil.  I suppose it could be a requirement for kweather to work.  
Unless I can I comment it out, without causing a broken build?

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


Re: [gentoo-user] USE geoclue required

2023-07-09 Thread Neil Bothwick
On Sun, 09 Jul 2023 11:32:54 +0100, Michael wrote:

> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by kde-misc/kweather-23.04.2::gentoo
> # required by kde-apps/kdeutils-meta-23.04.2::gentoo
> # required by @selected
> # required by @world (argument)
> >=dev-qt/qtpositioning-5.15.9 geoclue  
> 
> Reverse dependencies of qtpositioning do not contain USE="geoclue":
> 
> # qdepends -r qtpositioning
> dev-qt/qtpositioning-5.15.9: =dev-qt/qtdeclarative-5.15.9* =dev-qt/
> qtcore-5.15.9*
> 
> Setting USE="-geoclue" ends up with the above USE changes message.  I
> have not tried setting /etc/portage/package.mask to block stuff yet.

The kweather ebuild contains this RDEPEND

>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]


-- 
Neil Bothwick

"They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety."
Benjamin Franklin


pgpIv0XJuD8S6.pgp
Description: OpenPGP digital signature


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



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] FIXED: Re: KDE3 removal

2009-11-26 Thread Mick
On Thursday 26 November 2009 19:20:26 Alan McKinnon wrote:
 On Thursday 26 November 2009 19:34:34 James wrote:
  kde-4.3.1 went smooth, except
  for I have to manually removed all the kde-3.5 packages.
  It had kde-meta-3.5.10. Is there some syntax or a better
  method to insure all the kde-3.5.x packages are removed,
  without a manual sweep?
 
 grep kde /var/lib/portage/world
 and eyeball the output. There should only be -meta packages, and individual
 packages for which you have NOT installed the -meta package, in there. vi
  the world file and remove the stuff that shouldn't be there, then

That's a good point ... over the years I have accumulated all sorts of 
packages I am not sure I need (by forgetting to use --oneshot).  Should these 
be in there?

kde-base/akregator
kde-base/ark
kde-base/drkonqi
kde-base/kaddressbook
kde-base/kappfinder
kde-base/kate
kde-base/kcalc
kde-base/kcharselect
kde-base/kcheckpass
kde-base/kcminit
kde-base/kcontrol
kde-base/kcron
kde-base/kdeadmin-meta  --Yes
kde-base/kdeartwork-emoticons
kde-base/kdeartwork-iconthemes
kde-base/kdeartwork-kscreensaver
kde-base/kdeartwork-meta  --Yes
kde-base/kdeartwork-sounds
kde-base/kdeartwork-styles
kde-base/kdeartwork-wallpapers
kde-base/kdebase-data
kde-base/kdebase-kioslaves
kde-base/kdebase-meta  --Yes
kde-base/kdebase-startkde
kde-base/kdebugdialog
kde-base/kdegraphics-meta  --Yes
kde-base/kdelibs
kde-base/kdemultimedia-kioslaves
kde-base/kdemultimedia-meta  --Yes
kde-base/kdenetwork-filesharing
kde-base/kdenetwork-meta  --Yes
kde-base/kdepasswd
kde-base/kdepim-meta  --Yes
kde-base/kdesu
kde-base/kdeutils-meta  --Yes
kde-base/kdewebdev-meta  --Yes
kde-base/kdf
kde-base/kdialog
kde-base/kdm
kde-base/kdnssd
kde-base/kfilereplace
kde-base/kfloppy
kde-base/kgamma
kde-base/kget
kde-base/kghostview
kde-base/kgpg
kde-base/khelpcenter
kde-base/khotkeys
kde-base/kicker
kde-base/kimagemapeditor
kde-base/kjots
kde-base/klinkstatus
kde-base/klipper
kde-base/kmail
kde-base/kmenuedit
kde-base/kmix
kde-base/knetattach
kde-base/knetworkconf
kde-base/kolourpaint
kde-base/kommander
kde-base/konqueror
kde-base/konsole
kde-base/kontact
kde-base/kopete
kde-base/kppp
kde-base/krdc
kde-base/kreadconfig
kde-base/krfb
kde-base/kruler
kde-base/kscd
kde-base/kscreensaver
kde-base/ksmserver
kde-base/ksnapshot
kde-base/kstart
kde-base/ksysguard
kde-base/ksystraycmd
kde-base/ktimer
kde-base/kuser
kde-base/kweather
kde-base/kwin
kde-base/kxsldbg
kde-base/libkcddb
kde-base/libkdepim
kde-base/libkonq
kde-base/nsplugins


Other than the metas which I have marked with --Yes I'm not sure I need the 
rest.  Shall I blow them away?

 emerge -C all-kde3.5-meta-packages-in-world  emerge -a --depclean
 

-- 
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] FIXED: Re: KDE3 removal

2009-11-26 Thread Dale


That's a good point ... over the years I have accumulated all sorts of
packages I am not sure I need (by forgetting to use --oneshot).  Should these
be in there?

kde-base/akregator
kde-base/ark
kde-base/drkonqi
kde-base/kaddressbook
kde-base/kappfinder
kde-base/kate
kde-base/kcalc
kde-base/kcharselect
kde-base/kcheckpass
kde-base/kcminit
kde-base/kcontrol
kde-base/kcron
kde-base/kdeadmin-meta--Yes
kde-base/kdeartwork-emoticons
kde-base/kdeartwork-iconthemes
kde-base/kdeartwork-kscreensaver
kde-base/kdeartwork-meta--Yes
kde-base/kdeartwork-sounds
kde-base/kdeartwork-styles
kde-base/kdeartwork-wallpapers
kde-base/kdebase-data
kde-base/kdebase-kioslaves
kde-base/kdebase-meta--Yes
kde-base/kdebase-startkde
kde-base/kdebugdialog
kde-base/kdegraphics-meta--Yes
kde-base/kdelibs
kde-base/kdemultimedia-kioslaves
kde-base/kdemultimedia-meta--Yes
kde-base/kdenetwork-filesharing
kde-base/kdenetwork-meta--Yes
kde-base/kdepasswd
kde-base/kdepim-meta--Yes
kde-base/kdesu
kde-base/kdeutils-meta--Yes
kde-base/kdewebdev-meta--Yes
kde-base/kdf
kde-base/kdialog
kde-base/kdm
kde-base/kdnssd
kde-base/kfilereplace
kde-base/kfloppy
kde-base/kgamma
kde-base/kget
kde-base/kghostview
kde-base/kgpg
kde-base/khelpcenter
kde-base/khotkeys
kde-base/kicker
kde-base/kimagemapeditor
kde-base/kjots
kde-base/klinkstatus
kde-base/klipper
kde-base/kmail
kde-base/kmenuedit
kde-base/kmix
kde-base/knetattach
kde-base/knetworkconf
kde-base/kolourpaint
kde-base/kommander
kde-base/konqueror
kde-base/konsole
kde-base/kontact
kde-base/kopete
kde-base/kppp
kde-base/krdc
kde-base/kreadconfig
kde-base/krfb
kde-base/kruler
kde-base/kscd
kde-base/kscreensaver
kde-base/ksmserver
kde-base/ksnapshot
kde-base/kstart
kde-base/ksysguard
kde-base/ksystraycmd
kde-base/ktimer
kde-base/kuser
kde-base/kweather
kde-base/kwin
kde-base/kxsldbg
kde-base/libkcddb
kde-base/libkdepim
kde-base/libkonq
kde-base/nsplugins


Other than the metas which I have marked with --Yes I'm not sure I need the
rest.  Shall I blow them away?

   


I have a rather bloated kde install and this is mine:

r...@smoker / # grep kde /var/lib/portage/world
kde-base/kde-meta
kde-base/kde-meta:3.5
kde-misc/youtube-servicemenu
r...@smoker / #

You can always remove those things, run -p --depclean and add back with 
the -n option what you want to keep.


Dale

:-)  :-)

P. S.  Upgraded to Seamonkey 2.0 and I got to adjust a few settings 
here.  :/  It looks good on the screen but the quoting part . . . . sucks.





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

2019-06-24 Thread Neil Bothwick
On Mon, 24 Jun 2019 12:00:36 +0100, Mick wrote:

> Well, not Plasma's but mine for sure.  I have been chasing my tail
> trying to reverse engineer processes/services/applications I do not
> want auto-running on a fresh Plasma installation and I'm fast losing
> the will to live.
> 
> I've installed plasma-meta plus some kde-apps meta packages as follows:
> 
> kde-apps/kdeadmin-meta
> kde-apps/kdecore-meta
> kde-apps/kdegraphics-meta
> kde-apps/kdemultimedia-meta
> kde-apps/kdenetwork-meta
> kde-apps/kdepim-meta
> kde-apps/kdeutils-meta
> kde-apps/kwalletmanager
> kde-frameworks/oxygen-icons
> kde-plasma/plasma-meta
> 
> One of the above[1] brought in NetworkManager, which I don't use
> because for my use case there's nothing wrong with openrc netifrc
> scripts.  When I plug in a USB wireless adaptor nothing happens since
> it stays dormant, although its LED illuminates.  Then I enable it by
> starting 'net.wlp0s18f2u1' and at that point NM starts fighting over
> the wireless adaptor, resulting in the unpleasant phenomenon of
> dropping the connection every few minutes and changing its MAC address,
> consequently rendering it unusable with APs which implement ACL.
> 
> [1] kde-plasma/plasma-meta requires kde-plasma/powerdevil, which
> requires kde- frameworks/networkmanager-qt, which requires
> net-misc/networkmanager, which requires net-misc/modemmanager
> 
> So I naively thought, let's try stopping NM (note:  the NetworkManager
> rc service is not set to run at any level, so something else is
> starting it). The moment I stop NM I find my logs being flooded with a
> storm of 'dbus failing to start obex', which bluez wants.  Note: I have
> not started a bluetooth service, or tried running bluetootctl, and BTW
> rfkill shows the bluetooth adaptor is soft blocked anyway.
> 
> So I now try to stop dbus and restart it, which results in losing
> access to any Plasma menu applications, so I can't launch any
> application.  It may be worth mentioning when I leave alone NM and just
> disable the USB adaptor from openrc, I also lose access to launching
> KDE applications (the error message when trying to launch an app from a
> terminal mentions a Qt error).
> 
> Could someone more knowledgeable in  Plasma/KDE shenanigans please
> explain how I can end up with a workable USB wireless dongle, which I
> can enable/disable at will?
> 
Set USE="-wireless" for powerdevil

I have KDE on this laptop, with no NM. The wireless connection is managed
by systemd-networkd here, but the same should be possible with openrc and
no NM.


-- 
Neil Bothwick

System halted - hit any Microsoft employee to continue.


pgpLx8kJUwKsl.pgp
Description: OpenPGP digital 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



[gentoo-user] zlib use flag

2012-02-15 Thread Daniel D Jones
Doing a world upgrade gives me:

root@kushiel / # emerge -uDvatN world

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

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy sys-
apps/pciutils[-zlib].
!!! One of the following packages is required to complete your request:
- sys-apps/pciutils-3.1.7::gentoo (Change USE: -zlib)
(dependency required by sys-fs/udev-171-r5[hwdb] [ebuild])
(dependency required by sys-fs/lvm2-2.02.88 [installed])
(dependency required by sys-fs/udisks-1.0.4-r1 [installed])
(dependency required by kde-base/kdelibs-4.7.4[udisks] [installed])
(dependency required by kde-base/kdesu-4.7.4 [installed])
(dependency required by kde-base/khelpcenter-4.7.4 [installed])


But setting -lib use flag then gives me:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy =app-
arch/libarchive-2.6.1[bzip2?,lzma?,zlib].
!!! One of the following packages is required to complete your request:
- app-arch/libarchive-3.0.3::gentoo (Change USE: +zlib)
(dependency required by kde-base/ark-4.7.4 [installed])
(dependency required by kde-base/kdeutils-meta-4.7.4 [installed])
(dependency required by kde-base/kde-meta-4.7.4 [installed])
(dependency required by @selected [set])
(dependency required by @world [argument])


Is no one else seeing this?  What's the resolution?

-- 
I always pass on good advice. It's the only thing to do with it. It is never 
any use to oneself. - Oscar Wilde



Re: [gentoo-user] Something is pulling in gnome-base

2013-12-11 Thread Alan McKinnon
On 11/12/2013 18:29, Mick wrote:
 On Wednesday 11 Dec 2013 10:58:19 Peter Humphrey wrote:
 On Tuesday 10 Dec 2013 23:49:06 Mick wrote:
 I seem to have two packages from gnome:

 # emerge --depclean -v -a app-admin/system-config-printer-gnome

 Calculating dependencies... done!

   app-admin/system-config-printer-gnome-1.4.3 pulled in by:
 kde-base/print-manager-4.10.5 requires
 app-admin/system-config-printer-

 gnome

 # emerge --depclean -v -a gnome-base/gnome-common

 Calculating dependencies... done!

   gnome-base/gnome-common-3.7.4 pulled in by:
 dev-python/pygobject-3.8.3 requires gnome-base/gnome-common

 Not sure why they are being pulled in as dependencies ... ?

 Further to what Alan said, I don't even have print-manager installed here.
 I checked what would be pulled in if I did install it and found 10
 dependencies, including the two Alan mentioned. Did you install
 print-manager explicitly, or was it pulled in by something else? I have 8
 kde-base/*-meta packages installed but none of them have pulled in
 print-manager.

 Printing seems to work well enough here since I connected my printers to my
 workstation directly. My mini-server used to be a print server until a new
 version of CUPS was released a few months ago. I couldn't get it to share
 printers so I just moved them.
 
 I have not to my knowledge installed a print-manager explicitly, so I assume 
 it was pulled in by one of the kde metas.
 

$ equery depends print-manager
 * These packages depend on print-manager:
kde-base/kdeutils-meta-4.11.4 (cups ?
=kde-base/print-manager-4.11.4:4[aqua=])


Set USE=-cups to fix



-- 
Alan McKinnon
alan.mckin...@gmail.com




[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] 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] Re: Re: Re: Re: emerge -DuvatN world doesn't show all upgradeable packages

2008-04-08 Thread Alan McKinnon
On Tuesday 08 April 2008, Michael Schmarck wrote:
 Neil Bothwick [EMAIL PROTECTED] wrote:
  On Tue, 08 Apr 2008 13:20:21 +0200, Michael Schmarck wrote:
  Which majorly sucks, as there are good reasons why the packages
  should NOT be the way they are right now.
 
  Such as?

 Finer control, without cluttering the world file.

Think it through. The purpose of a meta file is to provide one ebuild 
that pulls in many others.

Now, what are you going to make optional and what must remain mandatory? 
What is affected by the presence or removal of said packages?

Take kwalletmanager for instance. Maybe you don't want it so you take it 
out of USE for kdeutils. Now konqueror doesn't remember your passwords 
and you type them every time but that's fine as you want it that way.

Later you emerge kontact to get kmail but now you do want kwalletmanager 
(otherwise your account passwords are in a world readable *rc file). 
Hmm. Need kwalletmanager. Make it mandatory. Except this conflicts 
nicely with kdeutils and kdelibs. Bugger, now you need to rebuild 
kdelibs with kwalletmanager support and leave it out of konqueror.

Shit. USE flag conflict. OK, take the USE flag out of make.conf, and put 
it in packages.use.

Shit, shit triple shit. There are 200+ kde ebuilds and now you need a 
separate entry in packages.use for every one that can have 
kwalletmanager support, some with and some without. My packages.use/ is 
already waaay too cluttered, it's a lousy thing to have to 
maintain.

OK, so now we just stick kwalletmanager support into everything. Open 
packages.use in vi and get editing, deleting lots of - characters. 
Hang on, this is *nix, I can do:

sed 's/-kwalletmanager/kwalletmanager/g' /etc/portage/package.use/*

Oops, need to sudo that. Now hope there isn't a package called 
konqueror-kwalletmanager...

Aha! We can fix that permanently! We write a GLEP that says no package 
can ever have a - in it's name followed by the name of any USE flag, 
either existing or still to come.

I could go on, but do you see what is happening? You swap a voluminous 
(but not complex) world file for a very much more complex make.conf  
package.use system.

Why would you ever do such a thing? It's insane!

  Hint: uncluttering the world file is not a reason for changing the
  ebuilds,

 Why not?

Mostly because the dev says so and you are not the dev. If you are the 
dev, you get to say how it works.

Michael, I think I see what is going on here. You seem to want to 
announce that the world must support your favourite need of the week, 
without examining the impact it will have on everyone else and thinking 
it through. You come across as someone who has never had to maintain 
software that other people use, as an experienced maintainer quickly 
loses that point of view (with it, they do not last long enough to 
become experienced maintainers...)

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] FIXED: Re: KDE3 removal

2009-11-26 Thread Alan McKinnon
On Thursday 26 November 2009 22:59:24 Mick wrote:
 On Thursday 26 November 2009 19:20:26 Alan McKinnon wrote:
  On Thursday 26 November 2009 19:34:34 James wrote:
   kde-4.3.1 went smooth, except
   for I have to manually removed all the kde-3.5 packages.
   It had kde-meta-3.5.10. Is there some syntax or a better
   method to insure all the kde-3.5.x packages are removed,
   without a manual sweep?
 
  grep kde /var/lib/portage/world
  and eyeball the output. There should only be -meta packages, and
  individual packages for which you have NOT installed the -meta package,
  in there. vi the world file and remove the stuff that shouldn't be there,
  then
 
 That's a good point ... over the years I have accumulated all sorts of
 packages I am not sure I need (by forgetting to use --oneshot).  Should
  these be in there?
 
 kde-base/akregator
 kde-base/ark
 kde-base/drkonqi
 kde-base/kaddressbook
 kde-base/kappfinder
 kde-base/kate
 kde-base/kcalc
 kde-base/kcharselect
 kde-base/kcheckpass
 kde-base/kcminit
 kde-base/kcontrol
 kde-base/kcron
 kde-base/kdeadmin-meta  --Yes
 kde-base/kdeartwork-emoticons
 kde-base/kdeartwork-iconthemes
 kde-base/kdeartwork-kscreensaver
 kde-base/kdeartwork-meta  --Yes
 kde-base/kdeartwork-sounds
 kde-base/kdeartwork-styles
 kde-base/kdeartwork-wallpapers
 kde-base/kdebase-data
 kde-base/kdebase-kioslaves
 kde-base/kdebase-meta  --Yes
 kde-base/kdebase-startkde
 kde-base/kdebugdialog
 kde-base/kdegraphics-meta  --Yes
 kde-base/kdelibs
 kde-base/kdemultimedia-kioslaves
 kde-base/kdemultimedia-meta  --Yes
 kde-base/kdenetwork-filesharing
 kde-base/kdenetwork-meta  --Yes
 kde-base/kdepasswd
 kde-base/kdepim-meta  --Yes
 kde-base/kdesu
 kde-base/kdeutils-meta  --Yes
 kde-base/kdewebdev-meta  --Yes
 kde-base/kdf
 kde-base/kdialog
 kde-base/kdm
 kde-base/kdnssd
 kde-base/kfilereplace
 kde-base/kfloppy
 kde-base/kgamma
 kde-base/kget
 kde-base/kghostview
 kde-base/kgpg
 kde-base/khelpcenter
 kde-base/khotkeys
 kde-base/kicker
 kde-base/kimagemapeditor
 kde-base/kjots
 kde-base/klinkstatus
 kde-base/klipper
 kde-base/kmail
 kde-base/kmenuedit
 kde-base/kmix
 kde-base/knetattach
 kde-base/knetworkconf
 kde-base/kolourpaint
 kde-base/kommander
 kde-base/konqueror
 kde-base/konsole
 kde-base/kontact
 kde-base/kopete
 kde-base/kppp
 kde-base/krdc
 kde-base/kreadconfig
 kde-base/krfb
 kde-base/kruler
 kde-base/kscd
 kde-base/kscreensaver
 kde-base/ksmserver
 kde-base/ksnapshot
 kde-base/kstart
 kde-base/ksysguard
 kde-base/ksystraycmd
 kde-base/ktimer
 kde-base/kuser
 kde-base/kweather
 kde-base/kwin
 kde-base/kxsldbg
 kde-base/libkcddb
 kde-base/libkdepim
 kde-base/libkonq
 kde-base/nsplugins
 
 
 Other than the metas which I have marked with --Yes I'm not sure I need
  the rest.  Shall I blow them away?

Hmmm. You need to do it the long way round:

1. Remove them from the world file
2. emerge -p --depclean
3. Eyeball the output paying attention to KDE4 apps that portage thinks it 
must remove. Decide if you want to keep them. If so, put them in world or 
emerge the larger -meta package they are part of
4. emerge -a --depclean and enter y only when you are finally happy with the 
list. Again, pay attention to version numbers.



-- 
alan dot mckinnon at gmail dot com



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] Something is pulling in gnome-base

2013-12-13 Thread Peter Humphrey
On Friday 13 Dec 2013 07:04:23 Mick wrote:

 I rebuilt kde-utils meta with USE=-cups to find out that umpteen packages
 want to be depcleaned:

---8

 I may leave this until I have more time to look into it.

For comparison, here's the list of packages that would be pulled in if I were 
to rebuild kdeutils-meta with cups:

gnome-base/gnome-common-3.7.4
dev-python/pycurl-7.19.0-r3
x11-libs/xpyb-1.3.1-r2
dev-python/pycairo-1.10.0-r4
dev-python/pygobject-3.8.3
app-text/xmlto-0.0.24-r1
dev-python/dbus-python-1.2.0
dev-python/pycups-1.9.63
app-admin/system-config-printer-common-1.4.3
app-admin/system-config-printer-gnome-1.4.3
kde-base/print-manager-4.11.2
kde-base/kdeutils-meta-4.11.2

No mention of strigi-analyzer or gtk+. Strigi-analyzer isn't installed here 
because nothing depends on it. As for gtk+ :

$ equery d =x11-libs/gtk+-3.8.7
 * These packages depend on x11-libs/gtk+-3.8.7:
app-admin/gkrellm-2.3.5-r2 (X ? x11-libs/gtk+:2)
app-admin/hardinfo-0.5.2_pre20130823 (x11-libs/gtk+:2)
app-crypt/pinentry-0.8.2 (gtk ? x11-libs/gtk+:2)
app-editors/bluefish-2.2.2 (x11-libs/gtk+:3)
app-office/libreoffice-4.1.2.3 (gtk ? =x11-libs/gtk+-2.24:2)
   (gtk3 ? =x11-libs/gtk+-3.2:3)
   (telepathy ? =x11-libs/gtk+-2.24:2)
app-text/ghostscript-gpl-9.05-r1 (gtk ? x11-libs/gtk+:2)
dev-db/libiodbc-3.52.7 (gtk ? x11-libs/gtk+:2)
dev-java/icedtea-bin-6.1.12.7 (X ? =x11-libs/gtk+-2.24:2)
dev-qt/qtgui-4.8.5-r1 (gtkstyle ? x11-libs/gtk+:2[aqua=])
gnome-base/librsvg-2.39.0 (gtk ? =x11-libs/gtk+-2.16:2)
  (tools ? =x11-libs/gtk+-3:3)
gnome-extra/gucharmap-3.8.2 (=x11-libs/gtk+-3.4.0:3[introspection?])
media-gfx/gimp-2.8.6 (=x11-libs/gtk+-2.24.10:2)
media-sound/alsaplayer-0.99.81 (gtk ? =x11-libs/gtk+-2.10:2)
media-video/mjpegtools-2.1.0 (gtk ? x11-libs/gtk+:2)
sci-misc/boinc-7.2.0 (X ? x11-libs/gtk+:2)
sys-apps/lshw-02.16b-r2 (gtk ? x11-libs/gtk+:2)
www-client/chromium-31.0.1650.63 (x11-libs/gtk+:2)
www-client/firefox-24.2.0 (=x11-libs/gtk+-2.8.6:2)
www-client/opera-12.16_p1860 (gtk ? x11-libs/gtk+:2)
www-client/seamonkey-2.22.1 (=x11-libs/gtk+-2.14:2)
(=x11-libs/gtk+-2.8.6:2)
www-plugins/adobe-flash-11.2.202.327 (x11-libs/gtk+:2)
x11-libs/gtk+-3.8.7 (=x11-libs/gtk+-2.24:2)
x11-libs/libnotify-0.7.5-r1 (test ? x11-libs/gtk+:3)
x11-libs/wxGTK-2.8.12.1 (X ? x11-libs/gtk+:2)
(aqua ? =x11-libs/gtk+-2.4[aqua=])

Don't ask me why equery is ignoring the version specifier in the command line. 
As far as I can see, the only packages that should be in that list are librsvg 
and libnotify, both of which only require gtk+:3 if the test USE flag is set, 
which it isn't here. Oh, and bluefish, which seems to need gtk+:3 for its 
printing, which I don't use; and libreoffice, which only pulls it in if you've 
asked for it specifically by setting the gtk3 USE flag.

So it seems to me that you're safe. You could always run revdep-rebuild after 
letting all those packages be stripped out, just to make sure.

HTH.

-- 
Regards
Peter




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

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


 On Thursday 22 June 2006 22:12, James wrote:
  Ok I'll do this after emerging kde-meta completes. I hope I 
was not suppose
  to do this before 'emerge -uavDN kde-meta' 

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

OK

 Unmerge what you don't need or remerge (after emerging kde 3.5) what you
 still need. When you are done with that the above command should give no
 output and any files still in /usr/kde/3.2 - 3.4 can be safely deleted
 since they belong to no package. Pay attention to what you do though. A
 revdep-rebuild before this step will probably take care of most of this.

  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.

Well, something is messed up. I still get many many blocks:


 =kde-base/kdepim-3.5* (is blocking 
kde-base/libkpgp-3.5.0-r1) [blocks B ] =kde-base/kdepim-3.5* (is 
blocking 
kde-base/libkdenetwork-3.5.0)
 [blocks B ] =kde-base/kdepim-3.5* (is 
blocking kde-base/libkpimidentities-3.5.2)
 [blocks B ] =kde-base/kdepim-3.5*  (is 
blocking kde-base/libkdepim-3.5.2-r1)
 [blocks B ] =kde-base/kdepim-3.5* (is 
blocking kde-base/libkcal-3.5.2-r1)  


snip
[blocks B ] =kde-base/kdegraphics-3.5* 
(is blocking kde-base/kamera-3.5.2)
[blocks B ] =kde-base/kdegraphics-3.5* 
(is blocking kde-base/kghostview-3.5.2)
[blocks B ] =kde-base/kdegraphics-3.5* (is blocking
kde-base/kcoloredit-3.5.2) 

snip

I after deleting  everything. I unmerge everthing (KDE) I thought:
467emerge --unmerge kde-base/kdewebdev
  468emerge --unmerge kde-base/kdeadmin
 470emerge --unmerge kde-base/kdemultimedia
  471emerge --unmerge kde-base/kdepim
  472emerge --unmerge kde-base/kdeutils
 475emerge --unmerge kde-base/kdetoys
  477  emerge --unmerge kde-base/kdegraphics
 480  emerge --unmerge kde-base/kdenetwork
snip

but they are still blocking?

I tried revdep-rebuild
emerge --rsync  and
env-update  source /etc/profile  etc-update  
update-eix  eupdatedb


Yet the system think they are gone, for example:

emerge --unmerge kde-base/kdegraphics
--- Couldn't find 'kde-base/kdegraphics' to unmerge.

Yet is still one of the blocking packages?

[blocks B ] =kde-base/kdegraphics-3.5* (is blocking 
kde-base/kuickshow-3.5.2)
.[blocks B ] =kde-base/kdegraphics-3.5* 
(is blocking kde-base/kgamma-3.5.2)
.[blocks B ] =kde-base/kdegraphics-3.5* 
(is blocking kde-base/kmrml-3.5.2) 
 
snip

What did I miss?


James





-- 
gentoo-user@gentoo.org mailing list



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] Re: KDE (mono to meta) migration

2006-06-24 Thread Bo Ørsted Andresen
Your quoting style is terrible...!

On Saturday 24 June 2006 17:25, James wrote:
 Unmerge what you don't need or remerge (after emerging kde 3.5) what
 you still need. When you are done with that the above command should
 give no output and any files still in /usr/kde/3.2 - 3.4 can be
 safely deleted since they belong to no package. Pay attention to what
 you do though. A revdep-rebuild before this step will probably take
 care of most of this. 

Here I was talking about cleaning out the cruft that third party applications 
that do not belong to KDE may leave behind after you have removed KDE from an 
old slot. This has nothing to do with the problems below. It is relevant when 
you are done upgrading kde and not before.

[SNIP]

 Well, something is messed up. I still get many many blocks:

 [blocks B ] =kde-base/kdepim-3.5* (is blocking
 kde-base/libkpgp-3.5.0-r1)  
[SNIP]

 [blocks B ] =kde-base/kdegraphics-3.5*
 (is blocking kde-base/kamera-3.5.2)

 I after deleting  everything. I unmerge everthing (KDE) I thought:
 467emerge --unmerge kde-base/kdewebdev
   468emerge --unmerge kde-base/kdeadmin
  470emerge --unmerge kde-base/kdemultimedia
   471emerge --unmerge kde-base/kdepim
   472emerge --unmerge kde-base/kdeutils
  475emerge --unmerge kde-base/kdetoys
   477  emerge --unmerge kde-base/kdegraphics
  480  emerge --unmerge kde-base/kdenetwork
 snip

 but they are still blocking?

Did you unmerge kde? It depends on the monolithic packages above.

# emerge --unmerge kde

 I tried revdep-rebuild
 emerge --rsync  and
 env-update  source /etc/profile  etc-update 
 update-eix  eupdatedb

That's pretty pointless at the moment. When you don't know what is pulling 
something in you should add --tree to the emerge command.

-- 
Bo Andresen


pgp7OfNZMicfr.pgp
Description: PGP signature


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] Something is pulling in gnome-base

2013-12-12 Thread Mick
On Thursday 12 Dec 2013 10:01:20 Peter Humphrey wrote:
 On Wednesday 11 Dec 2013 21:04:00 Mick wrote:
  Let me get this right, if I set 'kde-base/kdeutils-meta -cups' I will
  still be able to print from kde applications?
 
 Here, the K menu item Manage Printing opens a CUPS web page, specifically
 localhost:631. It's a bog-standard CUPS interface, with no need of KDE
 complications. There's no printer entry in system settings. I often print a
 spreadsheet from LibreOffice without problems.
 
 So yes, other things being equal, you will. In any case, why not try it and
 see? You can revert easily enough if you hit a problem.

Thank you Alan and Peter for your advice, 

I rebuilt kde-utils meta with USE=-cups to find out that umpteen packages 
want to be depcleaned:

==
 These are the packages that would be unmerged:

 kde-base/print-manager
selected: 4.11.2 
   protected: none 
 omitted: none 

 kde-base/kdegraphics-strigi-analyzer
selected: 4.10.5 
   protected: none 
 omitted: none 

 app-admin/system-config-printer-gnome
selected: 1.4.3 
   protected: none 
 omitted: none 

 x11-libs/gtk+
selected: 3.8.7 
   protected: none 
 omitted: 2.24.22 

 app-text/xmlto
selected: 0.0.24-r1 
   protected: none 
 omitted: none 

 app-admin/system-config-printer-common
selected: 1.4.3 
   protected: none 
 omitted: none 

 dev-python/pycurl
selected: 7.19.0-r3 
   protected: none 
 omitted: none 

 app-accessibility/at-spi2-atk
selected: 2.8.1 
   protected: none 
 omitted: none 

 dev-python/pycups
selected: 1.9.63 
   protected: none 
 omitted: none 

 dev-python/pygobject
selected: 3.8.3 
   protected: none 
 omitted: 2.28.6-r55 

 gnome-base/gnome-common
selected: 3.7.4 
   protected: none 
 omitted: none 

 app-accessibility/at-spi2-core
selected: 2.8.0 
   protected: none 
 omitted: none 

All selected packages: app-text/xmlto-0.0.24-r1 app-admin/system-config-
printer-gnome-1.4.3 dev-python/pycurl-7.19.0-r3 gnome-base/gnome-common-3.7.4 
kde-base/print-manager-4.11.2 app-accessibility/at-spi2-atk-2.8.1 dev-
python/pygobject-3.8.3 app-admin/system-config-printer-common-1.4.3 dev-
python/pycups-1.9.63 app-accessibility/at-spi2-core-2.8.0 x11-libs/gtk+-3.8.7 
kde-base/kdegraphics-strigi-analyzer-4.10.5

 'Selected' packages are slated for removal.
 'Protected' and 'omitted' packages will not be removed.

Would you like to unmerge these packages? [Yes/No] 
==

I may leave this until I have more time to look into it.
-- 
Regards,
Mick


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


Re: [gentoo-user] Something is pulling in gnome-base

2013-12-12 Thread Alan McKinnon
On 13/12/2013 09:04, Mick wrote:
 On Thursday 12 Dec 2013 10:01:20 Peter Humphrey wrote:
 On Wednesday 11 Dec 2013 21:04:00 Mick wrote:
 Let me get this right, if I set 'kde-base/kdeutils-meta -cups' I will
 still be able to print from kde applications?

 Here, the K menu item Manage Printing opens a CUPS web page, specifically
 localhost:631. It's a bog-standard CUPS interface, with no need of KDE
 complications. There's no printer entry in system settings. I often print a
 spreadsheet from LibreOffice without problems.

 So yes, other things being equal, you will. In any case, why not try it and
 see? You can revert easily enough if you hit a problem.
 
 Thank you Alan and Peter for your advice, 
 
 I rebuilt kde-utils meta with USE=-cups to find out that umpteen packages 
 want to be depcleaned:
 
 ==
 These are the packages that would be unmerged:
 
  kde-base/print-manager
 selected: 4.11.2 
protected: none 
  omitted: none 
 
  kde-base/kdegraphics-strigi-analyzer
 selected: 4.10.5 
protected: none 
  omitted: none 
 
  app-admin/system-config-printer-gnome
 selected: 1.4.3 
protected: none 
  omitted: none 
 
  x11-libs/gtk+
 selected: 3.8.7 
protected: none 
  omitted: 2.24.22 
 
  app-text/xmlto
 selected: 0.0.24-r1 
protected: none 
  omitted: none 
 
  app-admin/system-config-printer-common
 selected: 1.4.3 
protected: none 
  omitted: none 
 
  dev-python/pycurl
 selected: 7.19.0-r3 
protected: none 
  omitted: none 
 
  app-accessibility/at-spi2-atk
 selected: 2.8.1 
protected: none 
  omitted: none 
 
  dev-python/pycups
 selected: 1.9.63 
protected: none 
  omitted: none 
 
  dev-python/pygobject
 selected: 3.8.3 
protected: none 
  omitted: 2.28.6-r55 
 
  gnome-base/gnome-common
 selected: 3.7.4 
protected: none 
  omitted: none 
 
  app-accessibility/at-spi2-core
 selected: 2.8.0 
protected: none 
  omitted: none 
 
 All selected packages: app-text/xmlto-0.0.24-r1 app-admin/system-config-
 printer-gnome-1.4.3 dev-python/pycurl-7.19.0-r3 gnome-base/gnome-common-3.7.4 
 kde-base/print-manager-4.11.2 app-accessibility/at-spi2-atk-2.8.1 dev-
 python/pygobject-3.8.3 app-admin/system-config-printer-common-1.4.3 dev-
 python/pycups-1.9.63 app-accessibility/at-spi2-core-2.8.0 x11-libs/gtk+-3.8.7 
 kde-base/kdegraphics-strigi-analyzer-4.10.5
 
 'Selected' packages are slated for removal.
 'Protected' and 'omitted' packages will not be removed.
 
 Would you like to unmerge these packages? [Yes/No] 
 ==
 
 I may leave this until I have more time to look into it.
 

I wouldn't worry about that, it all looks legit to me. KDE's print
manager uses the gnome print infrastructure nd seems to hook into cups'
web interface.

All those packages are related to that in some way, and most importantly
you have no other packages that use them.

Only two seem worth looking deeper into:

kdegraphics-strigi-analyzer: you only need this if you use KDE's desktop
search with strigi and nepomuk. It's a plugin to search picture files

gtk+: do you use gtk apps at all? If not, this is safe to remove. You
won't have wholesale breakage if you remove it and it actually is
needed, it can be merged back in quickly.

Everything else is helper libs and utility functions which come and go
depending on your deps anyway




-- 
Alan McKinnon
alan.mckin...@gmail.com




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] Something is pulling in gnome-base

2013-12-13 Thread Mick
On Friday 13 Dec 2013 10:49:24 Peter Humphrey wrote:
 On Friday 13 Dec 2013 07:04:23 Mick wrote:
  I rebuilt kde-utils meta with USE=-cups to find out that umpteen
  packages
 
  want to be depcleaned:
 ---8
 
  I may leave this until I have more time to look into it.
 
 For comparison, here's the list of packages that would be pulled in if I
 were to rebuild kdeutils-meta with cups:
 
 gnome-base/gnome-common-3.7.4
 dev-python/pycurl-7.19.0-r3
 x11-libs/xpyb-1.3.1-r2
 dev-python/pycairo-1.10.0-r4
 dev-python/pygobject-3.8.3
 app-text/xmlto-0.0.24-r1
 dev-python/dbus-python-1.2.0
 dev-python/pycups-1.9.63
 app-admin/system-config-printer-common-1.4.3
 app-admin/system-config-printer-gnome-1.4.3
 kde-base/print-manager-4.11.2
 kde-base/kdeutils-meta-4.11.2
 
 No mention of strigi-analyzer or gtk+. Strigi-analyzer isn't installed here
 because nothing depends on it. As for gtk+ :
 
 $ equery d =x11-libs/gtk+-3.8.7
  * These packages depend on x11-libs/gtk+-3.8.7:
 app-admin/gkrellm-2.3.5-r2 (X ? x11-libs/gtk+:2)
 app-admin/hardinfo-0.5.2_pre20130823 (x11-libs/gtk+:2)
 app-crypt/pinentry-0.8.2 (gtk ? x11-libs/gtk+:2)
 app-editors/bluefish-2.2.2 (x11-libs/gtk+:3)
 app-office/libreoffice-4.1.2.3 (gtk ? =x11-libs/gtk+-2.24:2)
(gtk3 ? =x11-libs/gtk+-3.2:3)
(telepathy ? =x11-libs/gtk+-2.24:2)
 app-text/ghostscript-gpl-9.05-r1 (gtk ? x11-libs/gtk+:2)
 dev-db/libiodbc-3.52.7 (gtk ? x11-libs/gtk+:2)
 dev-java/icedtea-bin-6.1.12.7 (X ? =x11-libs/gtk+-2.24:2)
 dev-qt/qtgui-4.8.5-r1 (gtkstyle ? x11-libs/gtk+:2[aqua=])
 gnome-base/librsvg-2.39.0 (gtk ? =x11-libs/gtk+-2.16:2)
   (tools ? =x11-libs/gtk+-3:3)
 gnome-extra/gucharmap-3.8.2 (=x11-libs/gtk+-3.4.0:3[introspection?])
 media-gfx/gimp-2.8.6 (=x11-libs/gtk+-2.24.10:2)
 media-sound/alsaplayer-0.99.81 (gtk ? =x11-libs/gtk+-2.10:2)
 media-video/mjpegtools-2.1.0 (gtk ? x11-libs/gtk+:2)
 sci-misc/boinc-7.2.0 (X ? x11-libs/gtk+:2)
 sys-apps/lshw-02.16b-r2 (gtk ? x11-libs/gtk+:2)
 www-client/chromium-31.0.1650.63 (x11-libs/gtk+:2)
 www-client/firefox-24.2.0 (=x11-libs/gtk+-2.8.6:2)
 www-client/opera-12.16_p1860 (gtk ? x11-libs/gtk+:2)
 www-client/seamonkey-2.22.1 (=x11-libs/gtk+-2.14:2)
 (=x11-libs/gtk+-2.8.6:2)
 www-plugins/adobe-flash-11.2.202.327 (x11-libs/gtk+:2)
 x11-libs/gtk+-3.8.7 (=x11-libs/gtk+-2.24:2)
 x11-libs/libnotify-0.7.5-r1 (test ? x11-libs/gtk+:3)
 x11-libs/wxGTK-2.8.12.1 (X ? x11-libs/gtk+:2)
 (aqua ? =x11-libs/gtk+-2.4[aqua=])
 
 Don't ask me why equery is ignoring the version specifier in the command
 line. As far as I can see, the only packages that should be in that list
 are librsvg and libnotify, both of which only require gtk+:3 if the test
 USE flag is set, which it isn't here. Oh, and bluefish, which seems to
 need gtk+:3 for its printing, which I don't use; and libreoffice, which
 only pulls it in if you've asked for it specifically by setting the gtk3
 USE flag.
 
 So it seems to me that you're safe. You could always run revdep-rebuild
 after letting all those packages be stripped out, just to make sure.
 
 HTH.

Thank you both.  Nothing depended on strigi-analyzer so I got rid of it, along 
with the rest of the list. @preserve-rebuild and revdep-rebuild were quiet.

emerge -uatDv world brought up the original:

Calculating dependencies... done!
[nomerge   ] net-im/pidgin-2.10.7-r5  USE=dbus gstreamer gtk ncurses nls 
spell xscreensaver (-aqua) -debug -doc -eds -gadu -gnutls -groupwise -idn -
meanwhile -mxit -networkmanager -perl -prediction -python -sasl -silc -tcl -tk 
-zephyr -zeroconf PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python2_7 
[nomerge   ]  media-plugins/gst-plugins-gconf-0.10.31:0.10 
[ebuild U  ]   gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2] 
USE=introspection ldap policykit -debug -gtk -orbit% 
PYTHON_TARGETS=python2_7%* -python2_6% 0 kB

unless I add media-plugins/gst-plugins-gconf and gnome-base/gconf in 
package.mask


I tried printing from kmail to a pdf file (not near a printer yet), and it 
worked fine with Kmail offering the familiar KDE print manager GUI.  There is 
no print manager settings menu option in KDE settings; well I use E17 as a DE 
so without booting into the KDE desktop I don't know what may be available 
there that is not visible from within E17.

There is a CUPS Manage Printing menu entry though, which fires up a browser 
with locahost:631 in the address bar.  :-)
-- 
Regards,
Mick


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


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
e/kwrited-4.15
>kde-apps/knetattach-4.15
>kde-apps/kdontchangethehostname-4.15
>kde-apps/kpasswdserver-4.15
>kde-apps/knewstuff-4.15
>kde-apps/keditfiletype-4.15
>kde-apps/renamedlg-plugins-4.15
>kde-apps/kfile-4.15
>kde-apps/kquitapp-4.15
>kde-apps/kmimetypefinder-4.15
>kde-apps/kdebase-desktoptheme-4.15
>kde-apps/attica-4.15
>kde-apps/kuiserver-4.15
>kde-apps/ktraderclient-4.15
>kde-apps/kdebugdialog-4.15
>kde-apps/kdebase-menu-4.15
>kde-apps/ktimezoned-4.15
>kde-apps/kstart-4.15
>kde-apps/kglobalaccel-4.15
>kde-apps/kiconfinder-4.15
>kde-apps/kdebase-menu-icons-4.15
>kde-apps/zeroconf-ioslave-4.15
>kde-apps/filelight-4.15
>kde-apps/sweeper-4.15
>kde-apps/kdf-4.15
>kde-apps/kcalc-4.15
>kde-apps/superkaramba-4.15
>kde-apps/ktimer-4.15
>kde-apps/kcharselect-4.15
>kde-apps/ksystemlog-4.15
>kde-apps/kcron-4.15
>kde-base/legacy-icons-4.15
>kde-base/kactivitymanagerd-4.15
>kde-apps/krfb-4.15
>kde-apps/kdenetwork-filesharing-4.15
>kde-base/khelpcenter-4.15
>kde-base/kactivities-4.15
>kde-apps/kdebase-kioslaves-4.15
>kde-base/khotkeys-4.15
>kde-base/ksmserver-4.15
>kde-apps/kfind-4.15
>kde-apps/konsolepart-4.15
>kde-base/libplasmagenericshell-4.15
>kde-base/kscreensaver-4.15
>kde-apps/keditbookmarks-4.15
>kde-apps/plasma-apps-4.15
>kde-apps/kdeartwork-weatherwallpapers-4.15
>kde-apps/ksnapshot-4.15
>kde-base/kstyles-4.15
>kde-base/solid-actions-kcm-4.15
>kde-apps/kwrite-4.15
>kde-apps/kimgio-4.15
>kde-apps/kdebase-data-4.15
>kde-apps/ark-4.15
>kde-apps/audiocd-kio-4.15
>kde-apps/kscd-4.15
>kde-apps/kget-4.15 
>kde-apps/konqueror-4.15
>kde-base/libtaskmanager-4.15
>kde-base/krunner-4.15
>kde-apps/plasma-runtime-4.15
>kde-apps/thumbnailers-4.15
>kde-apps/gwenview-4.15
>kde-base/powerdevil-4.15
>kde-base/kmenuedit-4.15
>kde-apps/konsole-4.15
>kde-apps/kcontrol-4.15
>kde-base/klipper-4.15
>kde-apps/nsplugins-4.15
>kde-apps/konq-plugins-4.15
>kde-apps/kdepasswd-4.15
>kde-base/kdm-4.15
>kde-base/kdebase-startkde-4.11.22
>kde-apps/kmix-4.15
>kde-apps/marble-4.15
>kde-apps/dolphin-4.15
>kde-apps/libkgeomap-4.15
>kde-apps/krdc-4.15
>kde-apps/kdeartwork-kscreensaver-4.15
>kde-apps/libkface-4.15
>kde-apps/kdepimlibs-4.15
>kde-base/libplasmaclock-4.15
>kde-apps/drkonqi-4.15
>kde-apps/kgpg-4.15
>kde-apps/kuser-4.15
>kde-base/plasma-workspace-4.15
>kde-apps/kdeadmin-meta-4.15 
>kde-apps/print-manager-4.15
>kde-apps/kdeutils-meta-4.15 
>kde-apps/phonon-kde-4.15
>kde-apps/okular-4.15
>kde-apps/kdegraphics-meta-4.15
>kde-base/kwin-4.15
>kde-base/systemsettings-4.15
>kde-apps/kdeartwork-styles-4.15
>kde-apps/kdebase-meta-4.15
>kde-apps/kdeartwork-meta-4.15 
>kde-apps/libksane-4.15
>kde-apps/ksaneplugin-4.15


[gentoo-user] kde-base/baloo is blocking an upgrade

2016-05-28 Thread Mick
ps/kdenetwork-filesharing-15.08.3:4/15.08::gentoo  
USE="(-aqua) -debug"
[blocks b  ] kde-apps/kdenetwork-filesharing:4 
("kde-apps/kdenetwork-filesharing:4" is blocking 
kde-apps/kdenetwork-filesharing-15.12.3)
[ebuild  NS] kde-apps/krfb-15.12.3:5::gentoo [15.08.3:4/15.08::gentoo] 
USE="handbook -debug -doc" 318 KiB
[uninstall ] kde-apps/krfb-15.08.3:4/15.08::gentoo  USE="handbook (-aqua) 
-debug -ktp -telepathy"
[blocks b  ] kde-apps/krfb:4 ("kde-apps/krfb:4" is blocking 
kde-apps/krfb-15.12.3)
[ebuild  NS] kde-apps/kdenetwork-meta-15.12.3-r1:5::gentoo 
[4.14.3:4::gentoo] USE="-ppp" 0 KiB
[uninstall ] kde-apps/kdenetwork-meta-4.14.3:4::gentoo  USE="(-aqua) -ppp"
[blocks b  ] kde-apps/kdenetwork-meta:4 ("kde-apps/kdenetwork-meta:4" is 
blocking kde-apps/kdenetwork-meta-15.12.3-r1)
[ebuild  NS] kde-apps/thumbnailers-15.12.3:5::gentoo 
[15.08.3:4/15.08::gentoo] USE="-debug" 41 KiB
[uninstall ] kde-apps/thumbnailers-15.08.3:4/15.08::gentoo  USE="(-aqua) 
-debug"
[blocks b  ] kde-apps/thumbnailers:4 ("kde-apps/thumbnailers:4" is blocking 
kde-apps/thumbnailers-15.12.3)
[ebuild  NS] kde-apps/libkipi-15.12.3:5::gentoo [15.08.3:4/15.08::gentoo] 
USE="-debug" 97 KiB
[uninstall ] kde-apps/libkipi-15.08.3:4/15.08::gentoo  USE="(-aqua) -debug 
-minimal"
[blocks b  ] kde-apps/libkipi:4[-minimal(-)] 
("kde-apps/libkipi:4[-minimal(-)]" is blocking kde-apps/libkipi-15.12.3)
[ebuild  N ] kde-apps/spectacle-15.12.3:5::gentoo  USE="handbook -debug 
-kipi" 961 KiB
[uninstall ] kde-apps/ksnapshot-15.08.3-r1:4/15.08::gentoo  USE="handbook 
(-aqua) -debug -kipi"
[blocks b  ] kde-apps/ksnapshot ("kde-apps/ksnapshot" is blocking 
kde-apps/spectacle-15.12.3)
[ebuild  NS] kde-apps/kruler-15.12.3:5::gentoo [4.14.3:4/4.14::gentoo] 
USE="X handbook -debug" 121 KiB
[uninstall ] kde-apps/kruler-4.14.3:4/4.14::gentoo  USE="handbook (-aqua) 
-debug"
[blocks b  ] kde-apps/kruler:4 ("kde-apps/kruler:4" is blocking 
kde-apps/kruler-15.12.3)
[ebuild  NS] kde-apps/kamera-15.12.3:5::gentoo [15.08.3:4/15.08::gentoo] 
USE="handbook -debug" 37 KiB
[uninstall ] kde-apps/kamera-15.08.3:4/15.08::gentoo  USE="handbook (-aqua) 
-debug"
[blocks b  ] kde-apps/kamera:4 ("kde-apps/kamera:4" is blocking 
kde-apps/kamera-15.12.3)
[ebuild  NS] kde-apps/dragon-15.12.3:5::gentoo [4.14.3:4/4.14::gentoo] 
USE="handbook -debug" 395 KiB
[uninstall ] kde-apps/dragon-4.14.3:4/4.14::gentoo  USE="handbook (-aqua) 
-debug -xine"
[blocks b  ] kde-apps/dragon:4 ("kde-apps/dragon:4" is blocking 
kde-apps/dragon-15.12.3)
[ebuild  NS] kde-apps/kcharselect-15.12.3:5::gentoo [4.14.3:4/4.14::gentoo] 
USE="handbook -debug -doc" 71 KiB
[uninstall ] kde-apps/kcharselect-4.14.3:4/4.14::gentoo  USE="handbook 
(-aqua) -debug"
[blocks b  ] kde-apps/kcharselect:4 ("kde-apps/kcharselect:4" is blocking 
kde-apps/kcharselect-15.12.3)
[ebuild  NS] kde-apps/kcalc-15.12.3-r1:5::gentoo [4.14.3:4/4.14::gentoo] 
USE="handbook -debug -doc {-test}" 82 KiB
[uninstall ] kde-apps/kcalc-4.14.3:4/4.14::gentoo  USE="handbook (-aqua) 
-debug"
[blocks b  ] kde-apps/kcalc:4 ("kde-apps/kcalc:4" is blocking 
kde-apps/kcalc-15.12.3-r1)
[ebuild  NS] kde-apps/ark-15.12.3:5::gentoo [4.14.3-r1:4/4.14::gentoo] 
USE="bzip2 handbook lzma zlib -debug {-test}" 248 KiB
[uninstall ] kde-apps/ark-4.14.3-r1:4/4.14::gentoo  USE="archive bzip2 
handbook lzma (-aqua) -debug"
[blocks b  ] kde-apps/ark:4 ("kde-apps/ark:4" is blocking 
kde-apps/ark-15.12.3)
[ebuild  NS] kde-apps/kwalletmanager-15.12.3:5::gentoo 
[15.04.3:4/15.04::gentoo] USE="handbook -debug -doc" 447 KiB
[uninstall ] kde-apps/kwalletmanager-15.04.3:4/15.04::gentoo  USE="handbook 
(-aqua) -debug -minimal"
[blocks b  ] kde-apps/kwalletmanager:4[-minimal(-)] 
("kde-apps/kwalletmanager:4[-minimal(-)]" is blocking 
kde-apps/kwalletmanager-15.12.3)
[ebuild  NS] kde-apps/filelight-15.12.3:5::gentoo [4.14.3:4/4.14::gentoo] 
USE="handbook -debug" 281 KiB
[uninstall ] kde-apps/filelight-4.14.3:4/4.14::gentoo  USE="handbook 
(-aqua) -debug"
[blocks b  ] kde-apps/filelight:4 ("kde-apps/filelight:4" is blocking 
kde-apps/filelight-15.12.3)
[ebuild  NS] kde-apps/ktimer-15.12.3:5::gentoo [4.14.3:4/4.14::gentoo] 
USE="handbook -debug -doc" 158 KiB
[uninstall ] kde-apps/ktimer-4.14.3:4/4.14::gentoo  USE="handbook (-aqua) 
-debug"
[blocks b  ] kde-apps/ktimer:4 ("kde-apps/ktimer:4" is blocking 
kde-apps/ktimer-15.12.3)
[ebuild  NS] kde-apps/kdeutils-meta-15.12.3:5::gent

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
  kde-apps/libkdegames-15.12.3 
[ebuild  rR   ~]   kde-apps/granatier-15.12.3 
[ebuild  rR   ~]   kde-apps/libkmahjongg-15.12.3 
[ebuild  rR   ~]   kde-apps/kfourinline-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/picmi-15.12.3 
[ebuild  rR   ~]   kde-apps/knavalbattle-15.12.3 
[ebuild  rR   ~]   kde-apps/kdiamond-15.12.3 
[ebuild  rR   ~]   kde-apps/kapman-15.12.3 
[ebuild  rR   ~]   kde-apps/kiriki-15.12.3 
[ebuild  rR   ~]   kde-apps/kblackbox-15.12.3 
[ebuild  rR   ~]   kde-apps/bomber-15.12.3 
[ebuild  rR   ~]   kde-apps/kollision-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/klines-15.12.3 
[ebuild  rR   ~]   kde-apps/bovo-15.12.3 
[ebuild  rR   ~]   kde-apps/kjumpingcube-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/killbots-15.12.3 
[ebuild  rR   ~]   kde-apps/kblocks-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/kbounce-15.12.3 
[ebuild  rR   ~]   kde-apps/ktuberling-15.12.3 
[ebuild  rR   ~]   kde-apps/klickety-15.12.3 
[ebuild  rR   ~]   kde-apps/kshisen-15.12.3 
[ebuild  rR   ~]   kde-apps/kmines-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/katomic-15.12.3 
[ebuild  rR   ~]   kde-apps/kbreakout-15.12.3 
[ebuild  rR   ~]   kde-apps/kpat-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/knetwalk-15.12.3-r1 
[nomerge   ]  kde-apps/kdecore-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/dolphin-15.12.3-r1 
[ebuild  rR   ~]kde-apps/baloo-widgets-15.12.3 
[ebuild  rR   ~]   kde-apps/kwrite-15.12.3 
[ebuild  rR   ~]   kde-apps/konsole-15.12.3 
[nomerge   ]  kde-apps/kdeadmin-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/kcron-15.12.3 
[ebuild  rR   ~]   kde-apps/ksystemlog-15.12.3 
[nomerge   ]  kde-apps/kdeutils-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/kwalletmanager-15.12.3 
[ebuild  rR   ~]   kde-apps/ark-15.12.3 
[ebuild  rR   ~]   kde-apps/kteatime-15.12.3 
[ebuild  rR   ~]   kde-apps/kdebugsettings-15.12.3 
[ebuild  rR   ~]   kde-apps/ktimer-15.12.3 
[ebuild  rR   ~]   kde-apps/kcalc-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/print-manager-15.12.3 
[ebuild  rR   ~]   kde-apps/kcharselect-15.12.3 
[ebuild  rR   ~]   kde-apps/filelight-15.12.3 
[nomerge   ]  kde-apps/kdemultimedia-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/kmix-15.12.3 
[ebuild  rR   ~]   kde-apps/kdenlive-15.12.3 
[ebuild  rR   ~]   kde-apps/dragon-15.12.3 
[ebuild  rR   ~]  kde-apps/kate-15.12.3 
[nomerge   ]  kde-apps/kdegraphics-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/libkipi-15.12.3 
[ebuild  rR   ~]   kde-apps/spectacle-15.12.3 
[ebuild  rR   ~]   kde-apps/gwenview-15.12.3 
[ebuild  rR   ~]   kde-apps/kruler-15.12.3 
[ebuild  rR   ~]   kde-apps/kamera-15.12.3 
[nomerge   ]  kde-apps/kdeedu-meta-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/kgeography-15.12.3 
[ebuild  rR   ~]   kde-apps/parley-15.12.3 
[ebuild  rR   ~]kde-apps/libkeduvocdocument-15.12.3 
[ebuild  rR   ~]   kde-apps/kalgebra-15.12.3 
[ebuild  rR   ~]   kde-apps/rocs-15.12.3 
[ebuild  rR   ~]   kde-apps/cantor-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/kstars-15.12.3 
[ebuild  rR   ~]   kde-apps/kwordquiz-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/blinken-15.12.3 
[ebuild  rR   ~]   kde-apps/kiten-15.12.3 
[ebuild  rR   ~]   kde-apps/kbruch-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/kanagram-15.12.3 
[ebuild  rR   ~]   kde-apps/klettres-15.12.3 
[ebuild  rR   ~]   kde-apps/kig-15.12.3 
[ebuild  rR   ~]   kde-apps/kturtle-15.12.3 
[ebuild  rR   ~]   kde-apps/khangman-15.12.3 
[ebuild  rR   ~]   kde-apps/step-15.12.3 
[ebuild  rR   ~]   kde-apps/kmplot-15.12.3 
[nomerge   ]  kde-apps/kdenetwork-meta-15.12.3-r1 
[ebuild  rR   ~]   kde-apps/kdenetwork-filesharing-15.12.3 
[ebuild  rR   ~]   kde-apps/krfb-15.12.3 
[ebuild  rR] net-irc/kvirc-5.0_pre20160201053254 

-- 
:wq

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


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] Re: Highlight certain packages being upgraded

2023-07-10 Thread Michael
On Monday, 10 July 2023 04:45:52 BST Dale wrote:
> Nikos Chantziaras wrote:
> > On 08/07/2023 11:33, Dale wrote:
> >> that excessively long qt package
> > 
> > Off-topic, but just in case you mean qtwebengine, I was able to get
> > rid of it by putting "-webengine" in my USE flags. After a world
> > update, a depclean should then remove it from the system.
> > 
> > You might have to juggle a few other USE flags in specific packages to
> > make it happen though, I forgot. It's been a while.
> 
> That's a idea but since everything works well enough, I don't mind the
> compile times. After all, I nap while it does it anyway.  Someone else
> may see that info and find it interesting tho.  Maybe someone with a
> laptop or a really under-powered system.  I never thought about trying
> to get rid of it.  I didn't know it was possible even. 
> 
> Thanks.
> 
> Dale
> 
> :-)  :-) 

Thanks for the tip, Nikos.  I wouldn't mind trying this, because qtwebengine 
is a pain to emerge on resource constrained hardware:

>>> Running pre-merge checks for dev-qt/qtwebengine-5.15.10_p20230623
 * Checking for at least 20 GiB RAM ...
 * Amount of main memory is insufficient, but amount
 * of main memory combined with swap is sufficient.
 * Build process may make computer very slow! [ ok ]
 * Checking for at least 7 GiB disk space at "/var/tmp/portage/dev-qt/
qtwebengine-5.15.10_p20230623/temp" ...   [ ok ]
 * Checking for at least 150 MiB disk space at "/usr" ... [ ok ]

However, I wonder what will break if I were to do this:

$ euse -i webengine
global use flags (searching: webengine)

no matching entries found

local use flags (searching: webengine)

[-  ] webengine
app-misc/recoll: Use dev-qt/qtwebengine for fancy result list display
[-  ] 1.34.6-r1 [gentoo]
[-  ] 1.35.0 [gentoo]

[-  ] webengine
app-office/libalkimia: Enable online quotes using dev-qt/qtwebengine
[-  ] (0/8) 8.1.1-r1 [gentoo]

[-  ] webengine
app-text/kbibtex: Use dev-qt/qtwebengine for HTML previews
[-  ] (5) 0.10.0 [gentoo]

[-  ] webengine
dev-python/QtPy: Pull in QtWebEngine and QtWebEngineWidgets modules
[-  ] 2.3.1 [gentoo]

[-  ] webengine
dev-python/pyside2: Build QtWebEngine and QtWebEngineWidgets modules
[-  ] 5.15.9 [gentoo]
[-  ] 5.15.10 [gentoo]

[-  ] webengine
dev-python/pyside6: Build QtWebEngine and QtWebEngineWidgets modules
[-  ] 6.5.0 [gentoo]
[-  ] 6.5.1.1 [gentoo]

[-  ] webengine
dev-qt/qt-creator: Use dev-qt/qtwebengine to view documentation
[-  ] 8.0.2 [gentoo]

[-  ] webengine
dev-qt/qt-docs: Install documentation for dev-qt/qtwebengine
[-  ] (5) 5.15.2_p202011130614 [gentoo]

[-  ] webengine
kde-apps/kaccounts-providers: Enable Nextcloud KAccounts plugin using dev-
qt/qtwebengine
[+ B] (5) 22.12.3 [gentoo]
[+ B] (5) 23.04.2 [gentoo]
[+ B] (5) 23.04.3 [gentoo]

[-  ] webengine
kde-apps/kdecore-meta: Enable www-client/falkon which depends on dev-qt/
qtwebengine
[+ B] (5) 22.12.3 [gentoo]
[+ B] (5) 23.04.2 [gentoo]
[+ B] (5) 23.04.3 [gentoo]

[-  ] webengine
kde-apps/kdeedu-meta: Enable packages requiring dev-qt/qtwebengine
[+ B] (5) 22.12.3 [gentoo]
[+ B] (5) 23.04.2 [gentoo]
[+ B] (5) 23.04.3 [gentoo]

[-  ] webengine
kde-apps/kdenetwork-meta: Enable support for Google Drive integration via 
kde-misc/kio-gdrive
[+ B] (5) 22.12.3 [gentoo]
[+ B] (5) 23.04.2 [gentoo]
[+ B] (5) 23.04.3 [gentoo]

[-  ] webengine
kde-apps/kdesdk-meta: Enable dev-util/kdevelop, requiring dev-qt/
qtwebengine
[-  ] (5) 22.12.3 [gentoo]
[-  ] (5) 23.04.2 [gentoo]
[-  ] (5) 23.04.3 [gentoo]

[-  ] webengine
kde-apps/kdeutils-meta: Enable kde-apps/kimagemapeditor, requiring dev-qt/
qtwebengine
[+ B] (5) 22.12.3 [gentoo]
[+ B] (5) 23.04.2 [gentoo]
[+ B] (5) 23.04.3 [gentoo]

[-  ] webengine
kde-apps/marble: Use dev-qt/qtwebengine for embedded web browser
[+ B] (5/22.12) 22.12.3 [gentoo]
[+ B] (5/23.04) 23.04.2 [gentoo]
[+ B] (5/23.04) 23.04.3 [gentoo]

[-  ] webengine
kde-plasma/discover: Enable webflow support using dev-qt/qtwebview and 
dev-qt/qtwebengine instead of default URL handler
[-  ] (5) 5.27.5-r1 [gentoo]
[-  ] (5) 5.27.6 [gentoo]

[-  ] webengine
kde-plasma/kdeplasma-addons: Enable dictionary and web browser applets 
using 
dev-qt/qtwebengine
[-  ] (5) 5.27.5 [gentoo]
[-  ] (5) 5.27.6 [gentoo]

[-  ] 

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] 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

Re: [gentoo-user] Trying KDE-4

2008-10-20 Thread Peter Humphrey
On Sunday 19 October 2008 16:28:35 Alan McKinnon wrote:

 Repost the output of your emerge command using the -t option.

 Tip: tricky blockers often require that you post the output of 'emerge
 -t'. Otherwise all we know is THAT you have a block and no way to
 determine WHY it's happening. If you are going to post emerge output,
 it's a excellent habit to do it with -t

You're right. Here it is* (you did ask :):

# USE=dbus qt4 emerge -upDvNt world

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

Calculating dependencies  . . done!
[ebuild  NS   ] kde-base/kdebase-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ] kde-base/kdegraphics-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ] kde-base/kdemultimedia-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ] kde-base/kdeutils-meta-4.1.2 [3.5.9] USE=-floppy 0 kB
[ebuild  NS   ] kde-base/kate-4.1.2 [3.5.9] 
USE=plasma -debug -htmlhandbook -kdeprefix 4,793 kB
[ebuild  NS   ] kde-base/kdeartwork-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-emoticons-4.1.2 [3.5.9] 
USE=-kdeprefix 41,367 kB
[ebuild  N]  kde-base/kdeartwork-colorschemes-4.1.2  USE=-kdeprefix 0 
kB
[ebuild  NS   ]  kde-base/kdeartwork-kscreensaver-4.1.2 [3.5.9] 
USE=opengl -debug -kdeprefix -xscreensaver 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-styles-4.1.2 [3.5.9] 
USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-wallpapers-4.1.2 [3.5.9] 
USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-icewm-themes-4.1.2 [3.5.9] 
USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-sounds-4.1.2 [3.5.9] USE=-kdeprefix 0 
kB
[ebuild  NS   ]  kde-base/kdeartwork-kworldclock-4.1.2 [3.5.9] 
USE=-kdeprefix 0 kB
[nomerge  ] kde-base/kdeutils-meta-4.1.2 [3.5.9] USE=-floppy
[ebuild  NS   ]  kde-base/kjots-4.1.2 [3.5.9] 
USE=kontact -debug -htmlhandbook -kdeprefix 12,860 kB
[ebuild  N]   kde-base/kontactinterfaces-4.1.2  
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  NS   ]   kde-base/libkdepim-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 
kB
[ebuild  NS   ]  kde-base/ktimer-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 2,230 kB
[ebuild  NS   ]  kde-base/kcharselect-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/kdessh-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/superkaramba-4.1.2 [3.5.9] 
USE=python -debug -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/kwallet-4.1.2  
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/ark-4.1.2 [3.5.9] USE=archive 
zip -debug -htmlhandbook -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdf-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/sweeper-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kgpg-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/okteta-4.1.2  USE=-debug -kdeprefix 0 kB
[nomerge  ] kde-base/kdemultimedia-meta-4.1.2 [3.5.9]
[ebuild  NS   ]  kde-base/kmix-4.1.2 [3.5.9] 
USE=alsa -debug -htmlhandbook -kdeprefix 1,410 kB
[ebuild  NS   ]  kde-base/juk-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix -tunepimp 0 kB
[ebuild  N]  kde-base/dragonplayer-4.1.2  USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdemultimedia-kioslaves-4.1.2 [3.5.9] 
USE=vorbis -debug -encode -flac -kdeprefix 0 kB
[ebuild  NS   ] kde-base/kdebase-startkde-4.1.2-r1 [3.5.9] USE=-kdeprefix 
46,387 kB
[ebuild  N]  kde-base/plasma-apps-4.1.2  
USE=-debug -htmlhandbook -kdeprefix 4,297 kB
[ebuild  NS   ]  kde-base/kwin-4.1.2 [3.5.9-r1] 
USE=opengl -captury -debug -kdeprefix -xcomposite -xinerama 0 kB
[ebuild  N]  kde-base/systemsettings-4.1.2  USE=opengl 
usb -debug -htmlhandbook -kdeprefix -xinerama 0 kB
[ebuild  N]  kde-base/knotify-4.1.2  USE=-debug -kdeprefix 50,977 kB
[ebuild  NS   ]  kde-base/kreadconfig-4.1.2 [3.5.9] USE=-debug -kdeprefix 
0 kB
[ebuild  N]  kde-base/kstyles-4.1.2  USE=-kdeprefix 0 kB
[ebuild  N]  kde-base/kstartupconfig-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/krunner-4.1.2  
USE=opengl -debug -kdeprefix -xcomposite -xscreensaver 0 kB
[ebuild  N]  kde-base/kde-wallpapers-4.1.2  USE=-kdeprefix 0 kB
[nomerge  ] kde-base/kdegraphics-meta-4.1.2 [3.5.9]
[ebuild  N]  kde-base/kdegraphics-strigi-analyzer-4.1.2  
USE=-debug -kdeprefix 3,355 kB
[ebuild  NS   ]  kde-base/kgamma-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/libkexiv2-4.1.2  USE=-kdeprefix 0 kB
[ebuild  N]  kde-base/svgpart-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/libkdcraw-4.1.2  USE=-kdeprefix 0 kB
[ebuild  N]  kde-base/gwenview-4.1.2  
USE=semantic-desktop -debug -htmlhandbook -kdeprefix -kipi 0 kB
[ebuild  NS   ]  kde-base/kamera-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/okular-4.1.2  USE=jpeg pdf 
tiff -chm -debug -djvu -htmlhandbook -kdeprefix 0 kB
[ebuild  N]  kde-base/libkipi-4.1.2  USE=-kdeprefix 0 kB
[ebuild  N]  kde-base/kcolorchooser-4.1.2  
USE=-debug

Re: [gentoo-user] Trying KDE-4

2008-10-23 Thread Peter Humphrey
On Wednesday 22 October 2008 19:32:08 Daniel Pielmeier wrote:

 Please post again the output from emerge -pvutND world but attach it in
 a file so it doesn't get crippled by the mail program.

Attached.

 Also what I have seen from your previous tree output is that you are
 trying to do many things at one time. Upgrading to kde4 changing and
 changing many use flags. This makes debugging very hard. Try to do only
 one thing at a time

That's only because one thing leads to another. All I wanted to do was to 
install KDE-4; everything else I've tried has been to enable that. Of 
course I do try to do only one thing at a time - I had half a lifetime of 
debugging of one kind or another.

I started by running autounmask, as suggested by Neil B; that unmasked 81 
packages. Then I tried to update world - 82 times: one for each other 
package that needed unmasking. At the end of that I had all the packages 
unmasked that were required for an upgrade to KDE-4, but I also had the 
blocker that started this conversation. I've been trying to find the 
conflict in dependencies ever since, with your help - thanks again.

Here's another titbit:

$ equery d '=x11-libs/qt-4.4.0_alpha:4'
[ Searching for packages depending on =x11-libs/qt-4.4.0_alpha:4... ]
app-text/poppler-bindings-0.8.7 (qt4? =x11-libs/qt-4.3:4)
x11-libs/qscintilla-2.1-r1 (qt4? =x11-libs/qt-4.3*:4)

-- 
Rgds
Peter

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

Calculating dependencies  ... ... done!
[ebuild   R   ] app-office/openoffice-3.0.0  USE=cups dbus* gtk java kde mono 
nsplugin opengl pam -debug -eds -gnome -gstreamer -ldap -odk -templates 
LINGUAS=en_GB -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz 
-el -en -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu 
-it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN 
-pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta_IN -te_IN 
-tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu 338,400 kB
[ebuild  NS   ] kde-base/kdebase-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ] x11-libs/qt-4.3.3 [3.3.8-r4] USE=accessibility cups dbus gif 
jpeg mng mysql odbc opengl png qt3support ssl tiff zlib -debug -doc -examples 
(-firebird) -glib -nas -nis -pch -postgres -sqlite -sqlite3 -xinerama 
INPUT_DEVICES=-wacom 41,350 kB
[ebuild  NS   ] kde-base/kdegraphics-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ] kde-base/kdemultimedia-meta-4.1.2 [3.5.9] 0 kB
[ebuild U ] media-video/mplayer-1.0_rc2_p27725-r1 [1.0_rc2_p26753] 
USE=3dnowext X a52 alsa arts cddb cdparanoia cpudetection doc dv dvd enca gif 
gtk iconv ipv6 jpeg live mad mmx mmxext mp3 openal opengl png real rtc sdl sse 
sse2 theora truetype unicode vorbis x264 xanim xscreensaver xv xvid xvmc -3dnow 
-aac -aalib (-altivec) -amrnb -amrwb -bidi -bindist -bl -cdio -custom-cflags 
-custom-cpuopts% -debug -dga -dirac% -directfb -dts -dvb -dxr3% -encode -esd 
-fbcon -ftp -ggi -jack -joystick -ladspa -libcaca -lirc -lzo -md5sum -mp2 
-musepack -nas -nemesi -oss -pnm -pulseaudio -pvr% -quicktime -radio -rar 
-samba -schroedinger% -speex -srt -ssse3 (-svga) -teletext -tga -v4l -v4l2 
(-vidix) (-win32codecs) -xinerama -zoran VIDEO_CARDS=-mga -s3virge -tdfx 
-vesa 8,170 kB
[ebuild  NS   ] kde-base/kdeutils-meta-4.1.2 [3.5.9] USE=-floppy 0 kB
[ebuild   R   ] media-video/vlc-0.8.6i-r2  USE=X a52 alsa arts cdda cddb 
dc1394 dvd httpd libnotify live mp3 mpeg ncurses nsplugin ogg opengl png rtsp 
sdl sdl-image stream svg truetype vcd vorbis x264 xml xv (-3dfx) -aalib 
(-altivec) -avahi -bidi -corba -daap -debug -directfb -dts -dvb -esd -fbcon 
-flac -ggi -gnome -gnutls -hal* -jack -libcaca -lirc -matroska -modplug 
-musepack -optimisememory -oss -samba -seamonkey -shout -skins -speex (-svga) 
-theora -upnp -v4l -vlm (-win32codecs) -wxwindows -xinerama -xosd -xulrunner 
11,522 kB
[ebuild   R   ] media-gfx/gimp-2.4.6  USE=alsa curl dbus* doc exif gtkhtml 
lcms mmx mng pdf png python smp sse svg tiff wmf -aalib (-altivec) -debug 
-gnome -hal* 17,935 kB
[ebuild  NS   ] kde-base/kate-4.1.2 [3.5.9] USE=plasma -debug -htmlhandbook 
-kdeprefix 4,793 kB
[ebuild  NS   ] kde-base/kdeartwork-meta-4.1.2 [3.5.9] 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-emoticons-4.1.2 [3.5.9] USE=-kdeprefix 
41,367 kB
[ebuild  N]  kde-base/kdeartwork-colorschemes-4.1.2  USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-kscreensaver-4.1.2 [3.5.9] USE=opengl 
-debug -kdeprefix -xscreensaver 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-styles-4.1.2 [3.5.9] USE=-debug 
-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-wallpapers-4.1.2 [3.5.9] USE=-kdeprefix 
0 kB
[ebuild  NS   ]  kde-base/kdeartwork-icewm-themes-4.1.2 [3.5.9] 
USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-sounds-4.1.2 [3.5.9] USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdeartwork-kworldclock-4.1.2 [3.5.9] USE=-kdeprefix 
0 kB
[nomerge  ] kde-base/kdeutils-meta-4.1.2 [3.5.9] USE=-floppy 
[ebuild  NS   ]  kde-base

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

2009-07-22 Thread Vagner Rodrigues
-base/lskat-4.2.4  USE=handbook -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/kreversi-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kgoldrunner-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/bomber-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kspaceduel-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/konquest-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kiriki-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/bovo-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kolf-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/knetwalk-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kjumpingcube-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/klines-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kbounce-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kpat-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kblackbox-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kbattleship-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdiamond-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kmines-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/ksquares-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kbreakout-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kapman-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdemultimedia-kioslaves-4.2.4  USE=flac 
handbook -debug -encode (-kdeprefix) -vorbis 0 kB

[ebuild  N] kde-base/kscd-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kwordquiz-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kalzium-4.2.4  USE=handbook plasma -debug 
-editor (-kdeprefix) -solver -test 0 kB
[ebuild  N] kde-base/parley-4.2.4  USE=handbook plasma -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/blinken-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/klettres-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/khangman-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kstars-4.2.4  USE=handbook -debug -fits 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kanagram-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/marble-4.2.4  USE=handbook python -debug 
-designer-plugin -gps (-kdeprefix) -plasma -test 0 kB
[ebuild  N] kde-base/kmplot-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/ktouch-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kturtle-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/krfb-4.2.4  USE=handbook zeroconf -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kget-4.2.4  USE=handbook plasma 
semantic-desktop -bittorrent -bittorrent-external -debug (-kdeprefix) 
-sqlite 0 kB
[ebuild  N] kde-base/krdc-4.2.4  USE=handbook jpeg zeroconf -debug 
(-kdeprefix) -vnc 0 kB
[ebuild  N] kde-base/kdenetwork-filesharing-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kppp-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kopete-4.2.4-r1  USE=addbookmarks alias 
autoreplace contactnotes handbook highlight history jabber nowlistening 
pipes privacy ssl statistics texteffect translator urlpicpreview 
-bonjour -debug -gadu -groupwise -jingle (-kdeprefix) -latex -meanwhile 
-msn -oscar -otr -qq -testbed -webpresence -winpopup -yahoo 0 kB
[ebuild  N] kde-base/klinkstatus-4.2.4  USE=handbook -debug 
(-kdeprefix) -tidy 0 kB

[ebuild  N] kde-base/libkdepim-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/ksmserver-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/plasma-workspace-4.2.4  USE=handbook python 
xcomposite xinerama -debug -google-gadgets (-kdeprefix) -rss 0 kB
[ebuild  N] kde-base/konqueror-4.2.4  USE=auth bookmarks handbook 
-debug (-kdeprefix) -thumbnail 0 kB
[ebuild  N] kde-base/kcontrol-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kdewebdev-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdenetwork-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeedu-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdemultimedia-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeaccessibility-meta-4.2.4  USE=(-kdeprefix) 
0 kB

[ebuild  N] kde-base/kdegraphics-meta-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeutils-meta-4.2.4  USE=-floppy (-kdeprefix) 
0 kB

[ebuild  N] kde-base/kdeadmin-meta-4.2.4  USE=(-kdeprefix) -lilo 0 kB
[ebuild  N] kde-base/kmenuedit-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdm-4.2.4  USE=handbook pam -consolekit -debug 
(-kdeprefix

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

2006-01-03 Thread Dale
] kde-base/kdeedu-applnk-3.5.0
[ebuild  N] kde-base/khangman-3.5.0
[ebuild  N] kde-base/kig-3.5.0
[ebuild  N] kde-base/kmplot-3.5.0
[ebuild  N] kde-base/kwordquiz-3.5.0
[ebuild  N] kde-base/kalzium-3.5.0
[ebuild  N] kde-base/kiten-3.5.0
[ebuild  N] kde-base/kanagram-3.5.0
[ebuild  N] kde-base/kbruch-3.5.0
[ebuild  N] kde-base/kturtle-3.5.0
[ebuild  N] kde-base/klatin-3.5.0
[ebuild  N] kde-base/blinken-3.5.0
[ebuild  N] kde-base/kverbos-3.5.0
[ebuild  N] kde-base/kdeedu-meta-3.5.0
[ebuild  N] kde-base/kdebugdialog-3.5.0
[ebuild  N] kde-base/ksysguard-3.5.0
[ebuild  N] kde-base/kdebase-pam-6
[ebuild  N] kde-base/kdm-3.5.0
[ebuild  N] kde-base/kcheckpass-3.5.0
[ebuild  N] kde-base/kfind-3.5.0
[ebuild  N] kde-base/kdepasswd-3.5.0
[ebuild  N] kde-base/kscreensaver-3.5.0
[ebuild  N] kde-base/klipper-3.5.0
[ebuild  N] kde-base/ksystraycmd-3.5.0
[ebuild  N] kde-base/kreadconfig-3.5.0
[ebuild  N] kde-base/ktip-3.5.0
[ebuild  N] kde-base/kwin-3.5.0
[ebuild  N] kde-base/kdesktop-3.5.0
[ebuild  N] kde-base/kstart-3.5.0
[ebuild  N] kde-base/knetattach-3.5.0
[ebuild  N] kde-base/ksmserver-3.5.0
[ebuild  N] kde-base/kappfinder-3.5.0
[ebuild  N] kde-base/ksplashml-3.5.0
[ebuild  N] kde-base/kdeprint-3.5.0
[ebuild  N] kde-base/nsplugins-3.5.0
[ebuild  N] kde-base/kpager-3.5.0
[ebuild  N] kde-base/kxkb-3.5.0
[ebuild  N] kde-base/kdcop-3.5.0
[ebuild  N] kde-base/drkonqi-3.5.0
[ebuild  N] kde-base/kpersonalizer-3.5.0
[ebuild  N] kde-base/kdebase-startkde-3.5.0
[ebuild  N] kde-base/kmenuedit-3.5.0
[ebuild  N] kde-base/konsole-3.5.0
[ebuild  N] kde-base/kdebase-meta-3.5.0
[ebuild  N] kde-base/superkaramba-3.5.0
[ebuild  N] dev-libs/gmp-4.1.4
[ebuild  N] kde-base/kcalc-3.5.0
[ebuild  N] kde-base/kedit-3.5.0
[ebuild  N] kde-base/ksim-3.5.0
[ebuild  N] kde-base/kregexpeditor-3.5.0
[ebuild  N] kde-base/kmilo-3.5.0
[ebuild  N] kde-base/ktimer-3.5.0
[ebuild  N] kde-base/khexedit-3.5.0
[ebuild  N] kde-base/kwalletmanager-3.5.0
[ebuild  N] kde-base/kfloppy-3.5.0
[ebuild  N] kde-base/kjots-3.5.0
[ebuild  N] kde-base/kdf-3.5.0
[ebuild  N] kde-base/klaptopdaemon-3.5.0
[ebuild  N] kde-base/ark-3.5.0
[ebuild  N] kde-base/kcharselect-3.5.0
[ebuild  N] kde-base/kdeutils-meta-3.5.0
[ebuild  N] kde-base/ktalkd-3.5.0
[ebuild  N] kde-base/kdnssd-3.5.0
[ebuild  N] kde-base/kdict-3.5.0
[ebuild  N] kde-base/lisa-3.5.0
[ebuild  N] kde-base/dcoprss-3.5.0
[ebuild  N] app-crypt/qca-1.0-r2
[ebuild  N] app-crypt/qca-tls-1.0-r2
[ebuild  N] kde-base/kopete-3.5.0
[ebuild  N] kde-base/kdenetwork-filesharing-3.5.0
[ebuild  N] kde-base/krdc-3.5.0
[ebuild  N] kde-base/kdenetwork-kfile-plugins-3.5.0
[ebuild  N] kde-base/kpf-3.5.0
[ebuild  N] kde-base/kget-3.5.0
[ebuild  N] kde-base/krfb-3.5.0
[ebuild  N] dev-perl/Net-SSLeay-1.25
[ebuild  N] dev-perl/IO-Socket-SSL-0.96
[ebuild  N] kde-base/ksirc-3.5.0
[ebuild  N] kde-base/kdenetwork-meta-3.5.0
[ebuild  N] kde-base/libkpimexchange-3.5.0
[ebuild  N] dev-libs/libical-0.24_rc4-r1
[ebuild  N] kde-base/kode-3.5.0
[ebuild  N] kde-base/kdepim-kresources-3.5.0
[ebuild  N] kde-base/libkholidays-3.5.0
[ebuild  N] kde-base/korganizer-3.5.0
[ebuild  N] kde-base/libkmime-3.5.0
[ebuild  N] kde-base/kdepim-kioslaves-3.5.0
[ebuild  N] kde-base/mimelib-3.5.0
[ebuild  N] kde-base/libksieve-3.5.0
[ebuild  N] kde-base/kmailcvt-3.5.0
[ebuild  N] kde-base/kmail-3.5.0-r3
[ebuild  N] kde-base/kontact-specialdates-3.5.0
[ebuild  N] kde-base/kalarm-3.5.0
[ebuild  N] kde-base/konsolekalendar-3.5.0
[ebuild  N] kde-base/kdepim-wizards-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

Re: [gentoo-user] Re: Konsole

2016-07-12 Thread Daniel Frey
On 07/11/2016 08:47 PM, konsolebox wrote:
> On Tue, Jul 12, 2016 at 10:29 AM, Daniel Frey <djqf...@gmail.com> wrote:
>> On 07/11/2016 06:06 PM, Daniel Frey wrote:
>>> I would think that if eshowkw is picking up things in the kde-sunset
>>> overlay it would be indicated in the repo column?
>>>
>>> However, I don't see any kde4 packages. Maybe they're still moving them
>>> over?
>>>
>>> Dan
>>>
>>>
>>>
>>
>> I really shouldn't try troubleshooting when tired...
>>
>> I had to explictly do:
>>
>> emerge -pv =kde-apps/kde-meta-4.14.3-r1
> 
> The file is in there:
> 
> # ls /var/local/overlays/kde-sunset/kde-apps/kde-meta/
> kde-meta-4.14.3-r1.ebuild  metadata.xml
> 
>> However, if I try to update @world, it still wants to drag in a bunch of
>> kde5 crap.
> 
> You have to mask packages.
> 
> `USE='-wayland' emerge -pvet kde-apps/kde-meta` shows this mask works.
> (Just for testing.  Don't run `emerge` with `-e`.)
> 
> # shopt -s extglob
> # ( printf '%s\n' kde-frameworks/\* kde-plasma/\*; cd /usr/portage;
> printf '>=%s-15\n' kde-apps/!(kde4*|kde-wallpapers) ) >
> /etc/portage/package.mask/kde5+.mask
> 
>> I think this is due to kdelibs. And of course they've removed the old
>> kdelibs from the tree:
>>
>> # equery list kdelibs
>>  * Searching for kdelibs ...
>> [I--] [??] kde-base/kdelibs-4.14.16:4/4.14
>>
>> I also appears that old kde4 versions of kdelibs are not in kde-sunset
>> (yet?) or maybe it's not planned to put one there.
> 
> kdelibs-4 is still in `gentoo`:
> 
> # ls /usr/portage/kde-base/kdelibs/
> files  kdelibs-4.14.20-r2.ebuild  kdelibs-4.14.21.ebuild  Manifest  
> metadata.xml
> 

I did manually mask everything, I added yours to it as well, but emerge
still wants to pull in qt5 and a bunch of stuff not needed. I've
attached the emerge output - you can see it's pulling masked packages
in. I can't figure out what wants to pull in all the qt5 stuff.

I've already manually installed the packages from kde-sunset:

# emerge -pv kde-meta

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

Calculating dependencies... done!
[ebuild   R] kde-apps/kde-meta-4.14.3-r1:4::kde-sunset  USE="nls
-accessibility (-aqua) -kdepim -minimal -sdk" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

...but a world update wants to change everything. And I can't figure out
how to read the tree output from emerge. I've attached that too.

Oh, I also read the manpage for eshowkw and it doesn't show packages
from overlays by default. You have to use the -O switch, then it shows
it. One more thing to remember...

Dan


# emerge -pvuDN world

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

Calculating dependencies... done!
[ebuild U  ] app-arch/bzip2-1.0.6-r7::gentoo [1.0.6-r6::gentoo] 
USE="-static -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-libs/expat-2.1.1-r2::gentoo [2.1.0-r5::gentoo] 
USE="unicode -examples -static-libs" ABI_X86="32 (64) (-x32)" 396 KiB
[ebuild U  ] sys-apps/debianutils-4.7::gentoo [4.4::gentoo] USE="-static" 
153 KiB
[ebuild U  ] sys-apps/which-2.21::gentoo [2.20-r1::gentoo] 146 KiB
[ebuild U  ] www-plugins/chrome-binary-plugins-51.0.2704.106:stable::gentoo 
[51.0.2704.103:stable::gentoo] USE="flash widevine" 48,134 KiB
[ebuild U  ] media-libs/libpng-1.6.21:0/16::gentoo [1.6.19:0/16::gentoo] 
USE="apng (-neon) -static-libs" ABI_X86="32 (64) (-x32)" 932 KiB
[ebuild U  ] sys-libs/cracklib-2.9.6::gentoo [2.9.1-r1::gentoo] USE="nls 
zlib -python -static-libs {-test}" ABI_X86="32 (64) (-x32)" 
PYTHON_TARGETS="python2_7" 628 KiB
[ebuild U  ] sys-libs/timezone-data-2016d::gentoo [2016c::gentoo] USE="nls 
-leaps_timezone" 494 KiB
[ebuild U  ] sys-apps/file-5.25::gentoo [5.22::gentoo] USE="zlib -python 
-static-libs" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_4 
(-pypy) -python3_3" 723 KiB
[ebuild U  ] sys-devel/m4-1.4.17::gentoo [1.4.16::gentoo] USE="-examples" 
1,123 KiB
[ebuild U  ] dev-libs/libksba-1.3.4::gentoo [1.3.3::gentoo] 
USE="-static-libs" 605 KiB
[ebuild U  ] sys-apps/sysvinit-2.88-r9::gentoo [2.88-r7::gentoo] 
USE="(-ibm) (-selinux) -static" 0 KiB
[ebuild U  ] dev-lang/nasm-2.12.01::gentoo [2.11.08::gentoo] USE="-doc" 762 
KiB
[ebuild U  ] media-libs/libjpeg-turbo-1.5.0::gentoo [1.4.2::gentoo] 
USE="-java -static-libs" ABI_X86="32 (64) (-x32)" 1,616 KiB
[ebuild U  ] dev-perl/TermReadKey-2.330.0::gentoo [2.300.200-r1::gentoo] 81 
KiB
[ebuild U  ] dev-perl/Test-Deep-1.120.0::gen

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

2006-01-04 Thread Boyd Stephen Smith Jr.
  
[ebuild  N] kde-base/kaddressbook-3.5.0  
[ebuild  N] kde-base/kaddressbook-plugins-3.5.0  
[ebuild  N] kde-base/kdeaddons-meta-3.5.0  
[ebuild  N] kde-base/kgeography-3.5.0  
[ebuild  N] kde-base/kpercentage-3.5.0  
[ebuild  N] kde-base/keduca-3.5.0  
[ebuild  N] kde-base/libkdeedu-3.5.0  
[ebuild  N] kde-base/kstars-3.5.0  
[ebuild  N] kde-base/kvoctrain-3.5.0  
[ebuild  N] kde-base/ktouch-3.5.0  
[ebuild  N] kde-base/klettres-3.5.0  
[ebuild  N] kde-base/kdeedu-applnk-3.5.0  
[ebuild  N] kde-base/khangman-3.5.0  
[ebuild  N] kde-base/kig-3.5.0  
[ebuild  N] kde-base/kmplot-3.5.0  
[ebuild  N] kde-base/kwordquiz-3.5.0  
[ebuild  N] kde-base/kalzium-3.5.0  
[ebuild  N] kde-base/kiten-3.5.0  
[ebuild  N] kde-base/kanagram-3.5.0  
[ebuild  N] kde-base/kbruch-3.5.0  
[ebuild  N] kde-base/kturtle-3.5.0  
[ebuild  N] kde-base/klatin-3.5.0  
[ebuild  N] kde-base/blinken-3.5.0  
[ebuild  N] kde-base/kverbos-3.5.0  
[ebuild  N] kde-base/kdeedu-meta-3.5.0  
[ebuild  N] kde-base/kdebugdialog-3.5.0  
[ebuild  N] sys-apps/lm_sensors-2.9.2  
[ebuild  N] kde-base/ksysguard-3.5.0  
[ebuild  N] kde-base/kdebase-pam-6  
[ebuild  N] kde-base/kdm-3.5.0  
[ebuild  N] kde-base/kcheckpass-3.5.0  
[ebuild  N] kde-base/kfind-3.5.0  
[ebuild  N] kde-base/kdepasswd-3.5.0  
[ebuild  N] kde-base/kscreensaver-3.5.0  
[ebuild  N] kde-base/klipper-3.5.0  
[ebuild  N] kde-base/ksystraycmd-3.5.0  
[ebuild  N] kde-base/kreadconfig-3.5.0  
[ebuild  N] kde-base/ktip-3.5.0  
[ebuild  N] kde-base/kwin-3.5.0  
[ebuild  N] kde-base/kdesktop-3.5.0  
[ebuild  N] kde-base/kstart-3.5.0  
[ebuild  N] kde-base/knetattach-3.5.0  
[ebuild  N] kde-base/ksmserver-3.5.0  
[ebuild  N] kde-base/kappfinder-3.5.0  
[ebuild  N] kde-base/ksplashml-3.5.0  
[ebuild  N] kde-base/kdeprint-3.5.0  
[ebuild  N] kde-base/nsplugins-3.5.0  
[ebuild  N] kde-base/kpager-3.5.0  
[ebuild  N] kde-base/kxkb-3.5.0  
[ebuild  N] kde-base/kdcop-3.5.0  
[ebuild  N] kde-base/drkonqi-3.5.0  
[ebuild  N] kde-base/kpersonalizer-3.5.0  
[ebuild  N] kde-base/kdebase-startkde-3.5.0  
[ebuild  N] kde-base/kmenuedit-3.5.0  
[ebuild  N] kde-base/konsole-3.5.0  
[ebuild  N] kde-base/kdebase-meta-3.5.0  
[ebuild  N] kde-base/superkaramba-3.5.0  
[ebuild  N] kde-base/kcalc-3.5.0  
[ebuild  N] kde-base/kedit-3.5.0  
[ebuild  N] sys-libs/db-1.85-r3  
[ebuild  N] dev-perl/TermReadKey-2.30  
[ebuild  N] dev-libs/elfutils-0.118  
[ebuild  N] dev-perl/perl-tk-804.027  
[ebuild  N] net-analyzer/net-snmp-5.2.2  
[ebuild  N] kde-base/ksim-3.5.0  
[ebuild  N] kde-base/kregexpeditor-3.5.0  
[ebuild  N] kde-base/kmilo-3.5.0  
[ebuild  N] kde-base/kgpg-3.5.0  
[ebuild  N] kde-base/ktimer-3.5.0  
[ebuild  N] kde-base/khexedit-3.5.0  
[ebuild  N] kde-base/kwalletmanager-3.5.0  
[ebuild  N] kde-base/kfloppy-3.5.0  
[ebuild  N] kde-base/kjots-3.5.0  
[ebuild  N] kde-base/kdf-3.5.0  
[ebuild  N] kde-base/klaptopdaemon-3.5.0  
[ebuild  N] kde-base/ark-3.5.0  
[ebuild  N] kde-base/kcharselect-3.5.0  
[ebuild  N] kde-base/kdeutils-meta-3.5.0  
[ebuild  N] kde-base/ktalkd-3.5.0  
[ebuild  N] kde-base/kdnssd-3.5.0  
[ebuild  N] net-wireless/wireless-tools-28_pre13  
[ebuild  N] kde-base/kwifimanager-3.5.0  
[ebuild  N] kde-base/kdict-3.5.0  
[ebuild  N] kde-base/lisa-3.5.0  
[ebuild  N] kde-base/dcoprss-3.5.0  
[ebuild  N] app-crypt/qca-1.0-r2  
[ebuild  N] app-crypt/qca-tls-1.0-r2  
[ebuild  N] kde-base/kopete-3.5.0  
[ebuild  N] kde-base/kdenetwork-filesharing-3.5.0  
[ebuild  N] net-misc/rdesktop-1.4.1  
[ebuild  N] kde-base/krdc-3.5.0  
[ebuild  N] kde-base/kppp-3.5.0  
[ebuild  N] kde-base/kdenetwork-kfile-plugins-3.5.0  
[ebuild  N] kde-base/kpf-3.5.0  
[ebuild  N] kde-base/kget-3.5.0  
[ebuild  N] kde-base/krfb-3.5.0  
[ebuild  N] dev-perl/Net-SSLeay-1.25  
[ebuild  N] dev-perl/IO-Socket-SSL-0.97  
[ebuild  N] kde-base/ksirc-3.5.0  
[ebuild  N] kde-base/kdenetwork-meta-3.5.0  
[ebuild  N] kde-base/libkpimexchange-3.5.0  
[ebuild  N] dev-libs/libical-0.24_rc4-r1  
[ebuild  N] kde-base/kode-3.5.0  
[ebuild  N] kde-base/kdepim-kresources-3.5.0  
[ebuild  N] kde-base/libkholidays-3.5.0  
[ebuild  N] kde-base/korganizer-3.5.0  
[ebuild  N] kde-base/libkmime-3.5.0  
[ebuild  N] kde-base/kdepim-kioslaves-3.5.0  
[ebuild  N] kde-base/mimelib-3.5.0  
[ebuild  N] kde-base/libksieve-3.5.0  
[ebuild  N] kde-base/kmailcvt-3.5.0  
[ebuild  N] kde-base/kmail-3.5.0-r3  
[ebuild  N] kde-base/kontact-specialdates-3.5.0  
[ebuild  N] kde-base/kalarm-3.5.0  
[ebuild  N] kde-base/konsolekalendar-3.5.0  
[ebuild  N] kde-base/kdepim-wizards-3.5.0  
[ebuild  N] dev-tcltk

[gentoo-user] Something is pulling in gnome-base

2013-12-07 Thread Mick
Why is gnome-base suddenly necessary on my system?  Is it media-plugins/gst-
plugins-gconf that wants to pull it in this morning, when it hadn't done so 
before?

This is what I see, but I also include the full enchilada below in case it is 
more informative:

[nomerge   ]  media-plugins/gst-plugins-gconf-0.10.31:0.10 
[ebuild U  ]   gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2]


==
~ # emerge -uatDv world

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

Calculating dependencies... done!
[nomerge   ] app-portage/layman-2.0.0  USE=git subversion -bazaar -cvs -
darcs -mercurial {-test} PYTHON_TARGETS=python2_7 (-pypy2_0) -python2_6 
[ebuild U  ]  dev-vcs/subversion-1.7.14 [1.7.13] USE=berkdb dso kde nls 
webdav-neon -apache2 -ctypes-python -debug -doc -extras -gnome-keyring -java -
perl -python -ruby -sasl {-test} -vim-syntax -webdav-serf 
PYTHON_TARGETS=python2_7 -python2_6 5,905 kB
[nomerge   ] app-pda/barry-0.18.3  USE=nls -boost -desktop -doc -gui -
opensync -static-libs 
[nomerge   ]  dev-cpp/libxmlpp-2.36.0:2.6  USE=-doc {-test} 
[ebuild U  ]   dev-cpp/glibmm-2.36.2:2 [2.32.1:2] USE=-debug -doc -
examples {-test} 2,256 kB
[ebuild  rR] kde-base/kamera-4.10.5:4  USE=handbook (-aqua) -debug 0 kB
[ebuild U  ] dev-util/meld-1.8.2 [1.7.0] USE=highlight -gnome 
PYTHON_SINGLE_TARGET=python2_7%* -python2_6% PYTHON_TARGETS=python2_7%* -
python2_6% 414 kB
[ebuild U  ] www-client/chromium-31.0.1650.63 [31.0.1650.57] USE=cups -
bindist -custom-cflags -gnome -gnome-keyring -gps -kerberos (-neon) -
pulseaudio (-selinux) (-system-sqlite) (-tcmalloc) {-test} LINGUAS=en_GB -am 
-ar -bg -bn -ca -cs -da -de -el -es -es_LA -et -fa -fi -fil -fr -gu -he -hi -
hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt_BR -pt_PT -ro -
ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh_CN -zh_TW 170,438 kB
[ebuild U  ] net-im/pidgin-2.10.7-r5 [2.10.7-r4] USE=dbus gstreamer gtk 
ncurses nls spell xscreensaver (-aqua) -debug -doc -eds -gadu -gnutls -
groupwise -idn -meanwhile -mxit -networkmanager -perl -prediction -python -
sasl -silc -tcl -tk -zephyr -zeroconf PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7 0 kB
[ebuild  rR] app-office/libreoffice-4.1.2.3  USE=bluetooth branding cups 
dbus gtk kde opengl vba webdav (-aqua) -debug -eds -gnome -gstreamer -gtk3 -
java -jemalloc -mysql -odk -postgres -telepathy {-test} 
LIBREOFFICE_EXTENSIONS=presenter-minimizer -nlpsolver -scripting-beanshell -
scripting-javascript -wiki-publisher PYTHON_SINGLE_TARGET=python2_7 -
python3_3 PYTHON_TARGETS=python2_7 python3_3* 0 kB
[ebuild U  ] www-client/firefox-24.1.1 [17.0.9] USE=alsa dbus jit 
libnotify minimal startup-notification -bindist -custom-cflags -custom-
optimization -debug -gstreamer (-pgo) -pulseaudio% (-selinux) -system-cairo% -
system-icu% -system-jpeg% -system-sqlite -wifi LINGUAS=en_GB -af -ak -ar -as 
-ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -csb -cy -da -de -el -en_ZA -eo -
es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -
he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg -lt -lv -mai 
-mk -ml -mr -nb_NO -nl -nn_NO -nso -or -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -
si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK -te -th -tr -uk -vi -zh_CN -zh_TW -
zu 117,373 kB
[nomerge   ] net-misc/icaclient-12.1.0  USE=nsplugin LINGUAS=-de -ja 
[ebuild U  ]  app-emulation/emul-linux-x86-soundlibs-20131008-r2 
[20131008-r1] USE=alsa development pulseaudio%* ABI_X86=(-32) 0 kB
[nomerge   ] kde-base/kdeutils-meta-4.10.5:4  USE=cups (-aqua) -floppy -
lirc 
[nomerge   ]  kde-base/print-manager-4.10.5:4  USE=(-aqua) -debug 
[nomerge   ]   app-admin/system-config-printer-gnome-1.4.3 [1.3.12] USE=-
gnome-keyring LINGUAS=en_GB -ar -as -bg -bn -bn_IN -br -bs -ca -cs -cy -da -
de -el -es -et -fa -fi -fr -gu -he -hi -hr -hu -hy -id -is -it -ja -ka -kn -ko 
-lo -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt -pt_BR -ro -ru -si -
sk -sl -sr -sr@latin -sv -ta -te -th -tr -uk -vi -zh_CN -zh_TW 
PYTHON_SINGLE_TARGET=python2_7%* -python2_6% PYTHON_TARGETS=python2_7%* -
python2_6% 
[nomerge   ]app-admin/system-config-printer-common-1.4.3 [1.3.12] 
USE=policykit -doc PYTHON_SINGLE_TARGET=python2_7%* -python2_6% 
PYTHON_TARGETS=python2_7%* -python2_6% 
[blocks b  ] app-admin/system-config-printer-gnome-1.4.3 (app-
admin/system-config-printer-gnome-1.4.3 is blocking app-admin/system-config-
printer-common-1.4.3)
[ebuild U  ]  app-admin/system-config-printer-gnome-1.4.3 [1.3.12] 
USE=-gnome-keyring LINGUAS=en_GB -ar -as -bg -bn -bn_IN -br -bs -ca -cs -cy 
-da -de -el -es -et -fa -fi -fr -gu -he -hi -hr -hu -hy -id -is -it -ja -ka -
kn -ko -lo -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt -pt_BR -ro -ru 
-si -sk -sl -sr -sr@latin -sv -ta -te -th -tr -uk -vi -zh_CN -zh_TW 
PYTHON_SINGLE_TARGET=python2_7%* -python2_6% PYTHON_TARGETS

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