Re: [gentoo-user] emerge on really old tree

2011-02-01 Thread Alan McKinnon
Apparently, though unproven, at 09:00 on Tuesday 01 February 2011, Mick did 
opine thusly:

 On Monday 31 January 2011 23:31:23 Alan McKinnon wrote:
  So it's not even a learning opportunity. But upgrading to KDE-4.6.0 from
  4.5.x when I had kbluetooth installed - now *that* was an excellent
  learning opportunity.
 
 Tell us more ... what are the gotchas?


Portage can deal with a pure kde-4.5.x to 4.6.0 upgrade, the blockers are all 
soft ones so they just get automagically dealt with.

But kbluetooth has this gem:

COMMON_DEPEND=
kde-base/kdelibs-4.6[semantic-desktop?]
kde-base/libkworkspace-4.6
kde-base/solid-4.6[bluetooth]


Oops. Blocks kdelibs. Basically nothing can proceed but portage doesn't know 
that so it dumps about 300 lines of errors on-screen. And the poor user has to 
sift through all of that to find the root cause. It's there, just hidden right 
in the middle of all the other junk on screen


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] emerge on really old tree

2011-02-01 Thread Dale

Alan McKinnon wrote:

Portage can deal with a pure kde-4.5.x to 4.6.0 upgrade, the blockers are all
soft ones so they just get automagically dealt with.

But kbluetooth has this gem:

COMMON_DEPEND=
 kde-base/kdelibs-4.6[semantic-desktop?]
 kde-base/libkworkspace-4.6
 kde-base/solid-4.6[bluetooth]


Oops. Blocks kdelibs. Basically nothing can proceed but portage doesn't know
that so it dumps about 300 lines of errors on-screen. And the poor user has to
sift through all of that to find the root cause. It's there, just hidden right
in the middle of all the other junk on screen

   


Do you have k3b installed?  I tried to install it here, it was a blocker 
earlier so I -C'd it, and it appears k3b wants a older version of qt 
stuff and KDE 4.6 wants the new versions of qt stuff.  I have not been 
able to work around this yet but would love to know if it is doable yet.


Dale

:-)  :-)



[gentoo-user] preserved lib question

2008-10-20 Thread Roy Wright
Howdy,

I have some preserved libs that just don't want to go away.  I've ran
emerge @preserved-rebuild several times to no avail.  I think the
problem is with portage not recognizing that one of the libraries is
symbolically linked to the other.  Here they are:

!! existing preserved libs:
 package: kde-base/libplasma-4.1.2
 *  - /usr/lib/libplasma.so.2
 *  - /usr/lib/libplasma.so.2.0.0
 *  used by /usr/kde/4.1/bin/krunner (kde-base/krunner-4.1.2)
 *  used by /usr/kde/4.1/bin/ksmserver (kde-base/ksmserver-4.1.2)
 *  used by /usr/kde/4.1/bin/ksysguard (kde-base/ksysguard-4.1.2)
 *  used by 82 other files
 package: kde-base/libkcompactdisc-4.1.2
 *  - /usr/lib/libkcompactdisc.so.4
 *  - /usr/lib/libkcompactdisc.so.4.1.0
 *  used by /usr/kde/4.1/bin/amarok (media-sound/amarok-1.90-r1)
 *  used by /usr/kde/4.1/bin/kscd (kde-base/kscd-4.1.2)
 *  used by /usr/kde/4.1/lib/kde4/amarok_containment_context.so
(media-sound/amarok-1.90-r1)
 *  used by 28 other files
 package: kde-base/libkonq-4.1.2
 *  - /usr/lib/libkonq.so.5
 *  - /usr/lib/libkonq.so.5.1.0
 *  used by /usr/kde/4.1/bin/dolphin (kde-base/dolphin-4.1.2)
 *  used by /usr/kde/4.1/bin/keditbookmarks
(kde-base/keditbookmarks-4.1.2)
 *  used by /usr/kde/4.1/bin/konqueror (kde-base/konqueror-4.1.2)
 *  used by 15 other files
 package: kde-base/libkworkspace-4.1.2
 *  - /usr/lib/libkworkspace.so.4
 *  - /usr/lib/libkworkspace.so.4.1.0
 *  used by /usr/kde/4.1/bin/khotkeys (kde-base/khotkeys-4.1.2)
 *  used by /usr/kde/4.1/bin/krunner (kde-base/krunner-4.1.2)
 *  used by /usr/kde/4.1/bin/ksmserver (kde-base/ksmserver-4.1.2)
 *  used by 15 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries

 # ls -l /usr/lib/libplasma*
lrwxrwxrwx 1 root root  18 2008-10-20 01:58 /usr/lib/libplasma.so.2
- libplasma.so.2.0.0
-rwxr-xr-x 1 root root 1563820 2008-10-11 09:39 /usr/lib/libplasma.so.2.0.0
 # ls -l /usr/lib/libkcompactdisc.*
lrwxrwxrwx 1 root root 24 2008-10-20 01:24
/usr/lib/libkcompactdisc.so.4 - libkcompactdisc.so.4.1.0
-rwxr-xr-x 1 root root 100740 2008-10-11 09:15
/usr/lib/libkcompactdisc.so.4.1.0
 # ls -l /usr/lib/libkonq.*
lrwxrwxrwx 1 root root 16 2008-10-20 01:21 /usr/lib/libkonq.so.5 -
libkonq.so.5.1.0
-rwxr-xr-x 1 root root 195888 2008-10-11 09:14 /usr/lib/libkonq.so.5.1.0
 # ls -l /usr/lib/libkworkspace.*
lrwxrwxrwx 1 root root22 2008-10-20 01:21
/usr/lib/libkworkspace.so.4 - libkworkspace.so.4.1.0
-rwxr-xr-x 1 root root 71620 2008-10-11 09:13
/usr/lib/libkworkspace.so.4.1.0

Any ideas on how to clean this up?

TIA,
Roy




Re: [gentoo-user] preserved lib question

2008-10-21 Thread Paul Hartman
On Mon, Oct 20, 2008 at 11:08 PM, Roy Wright [EMAIL PROTECTED] wrote:
 Howdy,

 I have some preserved libs that just don't want to go away.  I've ran
 emerge @preserved-rebuild several times to no avail.  I think the
 problem is with portage not recognizing that one of the libraries is
 symbolically linked to the other.  Here they are:

 !! existing preserved libs:
 package: kde-base/libplasma-4.1.2
  *  - /usr/lib/libplasma.so.2
  *  - /usr/lib/libplasma.so.2.0.0
  *  used by /usr/kde/4.1/bin/krunner (kde-base/krunner-4.1.2)
  *  used by /usr/kde/4.1/bin/ksmserver (kde-base/ksmserver-4.1.2)
  *  used by /usr/kde/4.1/bin/ksysguard (kde-base/ksysguard-4.1.2)
  *  used by 82 other files
 package: kde-base/libkcompactdisc-4.1.2
  *  - /usr/lib/libkcompactdisc.so.4
  *  - /usr/lib/libkcompactdisc.so.4.1.0
  *  used by /usr/kde/4.1/bin/amarok (media-sound/amarok-1.90-r1)
  *  used by /usr/kde/4.1/bin/kscd (kde-base/kscd-4.1.2)
  *  used by /usr/kde/4.1/lib/kde4/amarok_containment_context.so
 (media-sound/amarok-1.90-r1)
  *  used by 28 other files
 package: kde-base/libkonq-4.1.2
  *  - /usr/lib/libkonq.so.5
  *  - /usr/lib/libkonq.so.5.1.0
  *  used by /usr/kde/4.1/bin/dolphin (kde-base/dolphin-4.1.2)
  *  used by /usr/kde/4.1/bin/keditbookmarks
 (kde-base/keditbookmarks-4.1.2)
  *  used by /usr/kde/4.1/bin/konqueror (kde-base/konqueror-4.1.2)
  *  used by 15 other files
 package: kde-base/libkworkspace-4.1.2
  *  - /usr/lib/libkworkspace.so.4
  *  - /usr/lib/libkworkspace.so.4.1.0
  *  used by /usr/kde/4.1/bin/khotkeys (kde-base/khotkeys-4.1.2)
  *  used by /usr/kde/4.1/bin/krunner (kde-base/krunner-4.1.2)
  *  used by /usr/kde/4.1/bin/ksmserver (kde-base/ksmserver-4.1.2)
  *  used by 15 other files
 Use emerge @preserved-rebuild to rebuild packages using these libraries

  # ls -l /usr/lib/libplasma*
 lrwxrwxrwx 1 root root  18 2008-10-20 01:58 /usr/lib/libplasma.so.2
 - libplasma.so.2.0.0
 -rwxr-xr-x 1 root root 1563820 2008-10-11 09:39 /usr/lib/libplasma.so.2.0.0
  # ls -l /usr/lib/libkcompactdisc.*
 lrwxrwxrwx 1 root root 24 2008-10-20 01:24
 /usr/lib/libkcompactdisc.so.4 - libkcompactdisc.so.4.1.0
 -rwxr-xr-x 1 root root 100740 2008-10-11 09:15
 /usr/lib/libkcompactdisc.so.4.1.0
  # ls -l /usr/lib/libkonq.*
 lrwxrwxrwx 1 root root 16 2008-10-20 01:21 /usr/lib/libkonq.so.5 -
 libkonq.so.5.1.0
 -rwxr-xr-x 1 root root 195888 2008-10-11 09:14 /usr/lib/libkonq.so.5.1.0
  # ls -l /usr/lib/libkworkspace.*
 lrwxrwxrwx 1 root root22 2008-10-20 01:21
 /usr/lib/libkworkspace.so.4 - libkworkspace.so.4.1.0
 -rwxr-xr-x 1 root root 71620 2008-10-11 09:13
 /usr/lib/libkworkspace.so.4.1.0

 Any ideas on how to clean this up?

 TIA,
 Roy

Check which files it is protecting:

portageq list_preserved_libs /

Then identify which package they belong to (equery f filename).
Manually delete the protected files, then emerge --oneshot the
packages they came from. That cleaned it up for me when a similar
thing happened a few weeks ago.

Paul



[gentoo-user] kde update

2011-05-30 Thread Alain DIDIERJEAN
   ] kde-base/kde-meta-4.6.2^[[39;49;00m 
[4.4.5]^[[39;49;00m USE=nls^[[39;49;00m semantic-desktop^[[3$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/solid:4.4[-kdeprefix]^[[39;49;00m (kde-base/solid:4.4[-kdeprefix] is 
blocking kde-base$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/kdelibs:4.4[-kdeprefix]^[[39;49;00m 
(kde-base/kdelibs:4.4[-kdeprefix] is blocking kde-$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/libkworkspace:4.6[-kdeprefix]^[[39;49;00m 
(kde-base/libkworkspace:4.6[-kdeprefix] is b$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/solid:4.6[-kdeprefix]^[[39;49;00m (kde-base/solid:4.6[-kdeprefix] is 
blocking kde-base$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/kde-meta:4.6[-kdeprefix]^[[39;49;00m 
(kde-base/kde-meta:4.6[-kdeprefix] is blocking kd$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/libkworkspace:4.4[-kdeprefix]^[[39;49;00m 
(kde-base/libkworkspace:4.4[-kdeprefix] is b$
[blocks^[[39;49;00m B^[[39;49;00m ] net-wireless/kbluetooth^[[39;49;00m 
(net-wireless/kbluetooth is blocking net-wireless/bluedevil$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/kde-meta:4.4[-kdeprefix]^[[39;49;00m 
(kde-base/kde-meta:4.4[-kdeprefix] is blocking kd$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/kdelibs:4.6[-kdeprefix]^[[39;49;00m 
(kde-base/kdelibs:4.6[-kdeprefix] is blocking kde-$
[blocks^[[39;49;00m B^[[39;49;00m ] 
kde-base/kdelibs:4.4[-kdeprefix]^[[39;49;00m 
(kde-base/kdelibs:4.4[-kdeprefix] is blocking kde-$

 * ^[[39;49;00mError: The above package list contains packages which cannot be
 * ^[[39;49;00minstalled at the same time on the same system.

  (kde-base/kde-meta-4.4.5^[[39;49;00m, installed) pulled in by
kde-base/kde-meta:4.4 required by @selected
kde-base/kde-meta required by @selected

  (kde-base/plasma-runtime-4.6.2^[[39;49;00m, ebuild scheduled for merge) 
pulled in by
=kde-base/plasma-runtime-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/plasma-workspace-4.6.2-r1^[[39;49;00m, ebuild scheduled for m$
=kde-base/plasma-runtime-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kdebase-runtime-meta-4.6.2^[[39;49;00m, ebuild scheduled for $

  (kde-base/solid-4.6.2^[[39;49;00m, ebuild scheduled for merge) pulled in by
=kde-base/solid-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kdebase-meta-4.6.2^[[39;49;00m, ebuild scheduled for merge)
=kde-base/solid-4.5 required by (media-gfx/digikam-1.9.0^[[39;49;00m, 
ebuild scheduled for merge)
=kde-base/solid-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/plasma-workspace-4.6.2-r1^[[39;49;00m, ebuild scheduled for merge)
(and 6 more)

  (net-wireless/kbluetooth-0.4.2^[[39;49;00m, installed) pulled in by
net-wireless/kbluetooth required by @selected

  (kde-base/kdontchangethehostname-4.6.2^[[39;49;00m, ebuild scheduled for 
merge) pulled in by
=kde-base/kdontchangethehostname-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kdebase-runtime-meta-4.6.2^[[39;49;00m, ebuild schedu$

  (kde-base/kdelibs-4.6.2-r3^[[39;49;00m, ebuild scheduled for merge) pulled in 
by
=kde-base/kdelibs-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kdeartwork-wallpapers-4.6.2^[[39;49;00m, ebuild scheduled for merge)
=kde-base/kdelibs-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kcheckpass-4.6.2^[[39;49;00m, ebuild scheduled for merge)
=kde-base/kdelibs-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kanagram-4.6.2^[[39;49;00m, ebuild scheduled for merge)
(and 373 more)

  (kde-base/solid-runtime-4.6.2^[[39;49;00m, ebuild scheduled for merge) pulled 
in by
=kde-base/solid-runtime-4.4.5[-aqua,-kdeprefix] required by 
(kde-base/solid-4.4.5^[[39;49;00m, installed)
=kde-base/solid-runtime-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kdebase-runtime-meta-4.6.2^[[39;49;00m, ebuild scheduled for m$
=kde-base/solid-runtime-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/solid-4.6.2^[[39;49;00m, ebuild scheduled for merge)

  (kde-base/libkworkspace-4.6.2^[[39;49;00m, ebuild scheduled for merge) pulled 
in by
=kde-base/libkworkspace-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/plasma-workspace-4.6.2-r1^[[39;49;00m, ebuild scheduled for me$
=kde-base/libkworkspace-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/powerdevil-4.6.2-r1^[[39;49;00m, ebuild scheduled for merge)
=kde-base/libkworkspace-4.6.2[-aqua,-kdeprefix] required by 
(kde-base/kwin-4.6.2^[[39;49;00m, ebuild scheduled for merge)
(and 13 more)


All together 982 lines as above.
Besides that, gentoo amd64 works fine on my box and I emerge everyday packages 
to upgrade, except those which are kde's.
Questions:
- what the hell is this mess, did I do something wrong ?
- have any of you got the same kind of troubles ?
- is there a way to go back to an up to date clean install, I mean besides 
reinstalling from scratch or going for Ubuntu ?
Reasons that make me go for gentoo 8 or 9 years ago:
- excellent docs. (as of to-day, some docs need updating);
- easyness of maintenance, no need for periodical

Re: [gentoo-user] Internet radio?

2009-01-27 Thread Mark Knecht
On Tue, Jan 27, 2009 at 4:21 PM, Mark Knecht markkne...@gmail.com wrote:
 On Tue, Jan 27, 2009 at 4:09 PM, Kenneth Prugh ken69...@gmail.com wrote:
 On Tue, 27 Jan 2009 16:03:41 -0800
 Mark Knecht markkne...@gmail.com wrote:

 On Tue, Jan 27, 2009 at 3:49 PM, Paul Hartman
 paul.hartman+gen...@gmail.com wrote:
 SNIP
 
  What keywords are required to get Amarok 2 to build? I'm not clear
  what ~*2.0.1.1 means.

 So from the man page it says that ~* means:

 This  version is masked by missing keyword, stable on no
 architecture, but unstable
   on an alien architecture.

 Is there a way for me to build this for an amd64 machine? I tried
 portage.keywords with:

 media-sound/amarok ~amd64 *~

 Do I need something in portage.unmask?


 Masked by missing keyword requires:

 media-sound/amarok **

 in package.keywords if I remember correctly


 Thanks. That does seem to wake things up.

 Not sure now if I want to do this. It's forcing me to unmask lots of
 KDE-4 packages and also to rebuild mysql with an 'embedded' flag. I
 seem to remember something about that causing problems for mythtv. Not
 sure.

 Thanks,
 Mark


I give up. I'm at 17 packages I have to unmask and I don't know how to
get portage to give me the list of all packages that have to be
unmasked. This jsut goes on and on, one package at a time.

I think it's not reasonable for me to build this at this time.

Thanks for your help,
Mark

media-sound/amarok ~amd64 **
=kde-base/plasma-workspace-4.1 ~amd64
=kde-base/kdepimlibs-3.1 ~amd64
=kde-base/kdelibs-4.1 ~amd64
=dev-util/cmake-2.6.2 ~amd64
=app-misc/strigi-0.5.7 ~amd64
dev-libs/soprano ~amd64
=kde-base/kdebase-data-4.1 ~amd64
=kde-base/qimageblitz-0.0.4 ~amd64
=media-sound/phonon-4.2.0 ~amd64
=kde-base/automoc-0.9.87 ~amd64
app-office/akonadi-server ~amd64
=kde-base/libkworkspace-4.1.4 ~amd64
=kde-base/soliduiserver-4.1.4 ~amd64
=kde-base/libtaskmanager-4.1.4 ~amd64
=kde-base/libplasma-4.1.4 ~amd64
=kde-base/kde-menu-icons-4.1.4 ~amd64



Re: [gentoo-user] Internet radio?

2009-01-27 Thread Joshua D Doll

Mark Knecht wrote:

On Tue, Jan 27, 2009 at 4:21 PM, Mark Knecht markkne...@gmail.com wrote:
  

On Tue, Jan 27, 2009 at 4:09 PM, Kenneth Prugh ken69...@gmail.com wrote:


On Tue, 27 Jan 2009 16:03:41 -0800
Mark Knecht markkne...@gmail.com wrote:

  

On Tue, Jan 27, 2009 at 3:49 PM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
SNIP


What keywords are required to get Amarok 2 to build? I'm not clear
what ~*2.0.1.1 means.


So from the man page it says that ~* means:

This  version is masked by missing keyword, stable on no
architecture, but unstable
  on an alien architecture.

Is there a way for me to build this for an amd64 machine? I tried
portage.keywords with:

media-sound/amarok ~amd64 *~

Do I need something in portage.unmask?



Masked by missing keyword requires:

media-sound/amarok **

in package.keywords if I remember correctly

  

Thanks. That does seem to wake things up.

Not sure now if I want to do this. It's forcing me to unmask lots of
KDE-4 packages and also to rebuild mysql with an 'embedded' flag. I
seem to remember something about that causing problems for mythtv. Not
sure.

Thanks,
Mark




I give up. I'm at 17 packages I have to unmask and I don't know how to
get portage to give me the list of all packages that have to be
unmasked. This jsut goes on and on, one package at a time.

I think it's not reasonable for me to build this at this time.

Thanks for your help,
Mark

media-sound/amarok ~amd64 **
  

=kde-base/plasma-workspace-4.1 ~amd64
=kde-base/kdepimlibs-3.1 ~amd64
=kde-base/kdelibs-4.1 ~amd64
=dev-util/cmake-2.6.2 ~amd64
=app-misc/strigi-0.5.7 ~amd64


dev-libs/soprano ~amd64
  

=kde-base/kdebase-data-4.1 ~amd64
=kde-base/qimageblitz-0.0.4 ~amd64
=media-sound/phonon-4.2.0 ~amd64
=kde-base/automoc-0.9.87 ~amd64


app-office/akonadi-server ~amd64
  

=kde-base/libkworkspace-4.1.4 ~amd64
=kde-base/soliduiserver-4.1.4 ~amd64
=kde-base/libtaskmanager-4.1.4 ~amd64
=kde-base/libplasma-4.1.4 ~amd64
=kde-base/kde-menu-icons-4.1.4 ~amd64




  
ACCEPT_KEYWORDS=~amd64 emerge -p xorg-x11|awk '/ebuild/{print $4 
}'|sed 's/-[0-9].*/ ~amd64/'  /etc/portage/package.keywords




Replace xorg-x11 with your package and ~amd64 with the keyword for the 
package you are trying to unmask.


--Joshua Doll



Re: [gentoo-user] emerge on really old tree

2011-02-01 Thread Alan McKinnon
Apparently, though unproven, at 19:38 on Tuesday 01 February 2011, Dale did 
opine thusly:

 Alan McKinnon wrote:
  Portage can deal with a pure kde-4.5.x to 4.6.0 upgrade, the blockers are
  all soft ones so they just get automagically dealt with.
  
  But kbluetooth has this gem:
  
  COMMON_DEPEND=
  
   kde-base/kdelibs-4.6[semantic-desktop?]
   kde-base/libkworkspace-4.6
   kde-base/solid-4.6[bluetooth]
  
  
  
  Oops. Blocks kdelibs. Basically nothing can proceed but portage doesn't
  know that so it dumps about 300 lines of errors on-screen. And the poor
  user has to sift through all of that to find the root cause. It's there,
  just hidden right in the middle of all the other junk on screen
 
 Do you have k3b installed?  I tried to install it here, it was a blocker
 earlier so I -C'd it, and it appears k3b wants a older version of qt
 stuff and KDE 4.6 wants the new versions of qt stuff.  I have not been
 able to work around this yet but would love to know if it is doable yet.

Of course it can be done :-)
Output trimmed for brevity.

$ eix kdebase-meta
[I] kde-base/kdebase-meta
 Available versions:  
(4.4)   4.4.5
(4.5)   (~)4.5.5
(4.6)   {M}(~)4.6.0
{aqua kdeprefix}
 Installed versions:  4.6.0(4.6)(04:58:02 28/01/11)(-aqua -kdeprefix)
 Homepage:http://www.kde.org/
 Description: Merge this to pull in all kdebase-derived packages

$ eix k3b
[I] app-cdr/k3b
 Available versions:  (4) 2.0.1-r1 (~)2.0.2-r1
 Installed versions:  2.0.2-r1(4)(18:11:41 27/01/11)(dvd encode ffmpeg 
flac lame mad musepack musicbrainz vcd vorbis wav -aqua -debug -emovix -hal 
-kdeenablefinal -sndfile -sox -taglib)
 Homepage:http://www.k3b.org/
 Description: The CD/DVD Kreator for KDE


qt doesn't show up in the k3b ebuild anywhere so your blocker is probably 
from one of the deps. It inherits the same eclass as KDE so it's not that. I 
remeber having to unmerge k3b and merge it later, but that seemed to be a hal 
thing.

What does emerge -t show?

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] emerge BUG?

2013-12-20 Thread Alexey Mishustin
2013/12/20 Yuri K. Shatroff yks-...@yandex.ru:
 Hi Gentoo users,

 Looks like I've encountered a bug in emerge.
 I do a sync, some updated packages are displayed, but emerge -avDu @world
 doesn't see some of them, though I don't have them masked.

 A today's example:

 ===

 # eix-sync
 [ ... ]
 [U]   == net-misc/youtube-dl (2013.11.25.1@26.11.2013; (~)2013.12.11.2 -
 (~)2013.12.17.2): Download videos from YouTube.com (and mores sites...)
 [U]   == sys-libs/timezone-data (2013h@20.11.2013; (~)2013h - (~)2013i):
 Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)
 [ ... ]
 # emerge -avDu @world

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

 Calculating dependencies... done!
 [ebuild U  ] sys-libs/timezone-data-2013i [2013h] USE=-nls 383 kB
 [ebuild U  ] dev-libs/libmemcached-1.0.17 [1.0.14] USE=libevent -debug
 -hsieh -static-libs 0 kB

 Total: 2 packages (2 upgrades), Size of downloads: 383 kB

 Would you like to merge these packages? [Yes/No]
 #

 =

 There are I think over 100 packages to be updated in total, including the
 whole KDE.

 When I specify a package instead of @world, it seems to work correctly:

 =
 # emerge -avDu kdm

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

 Calculating dependencies... done!
 [ebuild U  ] sys-libs/timezone-data-2013i [2013h] USE=-nls 383 kB
 [ebuild U  ] kde-base/kcheckpass-4.11.4:4 [4.10.5:4] USE=pam (-aqua)
 -debug 13,555 kB
 [ebuild U  ] kde-base/libkworkspace-4.11.4:4 [4.10.5:4] USE=(-aqua)
 -debug 0 kB
 [ebuild U  ] kde-base/libkonq-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug
 {-test} 2,463 kB
 [ebuild U  ] kde-base/kdesu-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug
 -handbook 7,667 kB
 [ebuild U  ] kde-base/kdepasswd-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug
 -handbook 0 kB
 [ebuild U  ] kde-base/kdm-4.11.4:4 [4.10.5-r1:4] USE=consolekit pam
 (-aqua) -debug -handbook -kerberos -systemd% 0 kB

 Total: 7 packages (7 upgrades), Size of downloads: 24,067 kB

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

 I rebuilt portage to no avail.
 What can it be or should I file a bug?

 The output of `emerge --info` is attached.

What is the contents of /var/lib/portage/world?

-- 
Regards,
Alex



Re: [gentoo-user] Qt blocking @world update

2013-11-06 Thread Frank Steinmetzger
On Sat, Nov 02, 2013 at 11:02:27PM +0100, Alex Schuster wrote:
 Hi there!
 
 My @world update did not go well. It was much worse some while ago, so I
 just did an emerge -e @world, after manually removing stuff
 from /var/lib/portage/world until I got no complaints any more. I had to
 remove kde-misc/publictransport and kde-misc/plasma-emergelog for that.
 
 After most was done, it stopped after one package failed to build, and
 was unable to resume due to blockers. emerge --resume gives this:
 
 weird portage # emerge -aj --resume
 
 These are the packages that would be merged, in order:
 [...]
 !!! Multiple package instances within a single package slot have been pulled
 !!! into the dependency graph, resulting in a slot conflict:
 
 dev-qt/qtgui:4
 
   (dev-qt/qtgui-4.8.5-r1::gentoo, installed) pulled in by
 =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] required by 
 (kde-base/libkworkspace-4.11.2::gentoo, installed)
 ~dev-qt/qtgui-4.8.5[aqua=,debug=,egl=,qt3support=] required by 
 (dev-qt/qtopengl-4.8.5::gentoo, installed)
 (and 283 more with the same problems)
 
   (dev-qt/qtgui-4.8.4-r1::gentoo, ebuild scheduled for merge) pulled in by
 =dev-qt/qtgui-4.7.4:4[accessibility,dbus] required by
   (kde-misc/fsrunner-0.7.5::kde, installed)
   =dev-qt/qtgui-4.7.4:4[accessibility,dbus] required by
   (media-sound/kid3-2.2.1::kde, installed)
   ~dev-qt/qtgui-4.8.4[accessibility=,aqua=,debug=,qt3support] required by
   (dev-qt/qt3support-4.8.4::gentoo, ebuild scheduled for merge) (and 1
   more with the same problems)
 [...]
 Any enlightenment would be very much appreciated. I just don't know how to get
 my system back working. ATM, KDE is mostly at version 4.11.2-r1, but some KDE
 packages still need to be updated. So, it does not work right now, unknown
 protocol file and such errors.

I, too, had been having qt blocking qt, and I had no idea what was
causing it. I guess I caused it myself because I updated qt with
--nodeps (long story, kde 4.11.2 needs akonadi-server 1.10.3 which
needed the then keyworded qt 4.8.5).

Both 4.8.4 and 4.8.5 were stable by the end, but still something caused
to pull in both, just as in your output. Yesterday I wanted to clean up
emerge output so I can ask about it here. So I updated everything except
qt (without --nodeps). And now world update is clean again.
-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me with any Facebook service.

Yesterday we stood at the abyss.  Today we are one step further.


signature.asc
Description: Digital signature


Re: [gentoo-user] emerge BUG?

2013-12-20 Thread Yuri K. Shatroff

20.12.2013 13:30, Alexey Mishustin пишет:

2013/12/20 Yuri K. Shatroff yks-...@yandex.ru:

Hi Gentoo users,

Looks like I've encountered a bug in emerge.
I do a sync, some updated packages are displayed, but emerge -avDu @world
doesn't see some of them, though I don't have them masked.

A today's example:

===

# eix-sync
[ ... ]
[U]   == net-misc/youtube-dl (2013.11.25.1@26.11.2013; (~)2013.12.11.2 -
(~)2013.12.17.2): Download videos from YouTube.com (and mores sites...)
[U]   == sys-libs/timezone-data (2013h@20.11.2013; (~)2013h - (~)2013i):
Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)
[ ... ]
# emerge -avDu @world

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

Calculating dependencies... done!
[ebuild U  ] sys-libs/timezone-data-2013i [2013h] USE=-nls 383 kB
[ebuild U  ] dev-libs/libmemcached-1.0.17 [1.0.14] USE=libevent -debug
-hsieh -static-libs 0 kB

Total: 2 packages (2 upgrades), Size of downloads: 383 kB

Would you like to merge these packages? [Yes/No]
#

=

There are I think over 100 packages to be updated in total, including the
whole KDE.

When I specify a package instead of @world, it seems to work correctly:

=
# emerge -avDu kdm

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

Calculating dependencies... done!
[ebuild U  ] sys-libs/timezone-data-2013i [2013h] USE=-nls 383 kB
[ebuild U  ] kde-base/kcheckpass-4.11.4:4 [4.10.5:4] USE=pam (-aqua)
-debug 13,555 kB
[ebuild U  ] kde-base/libkworkspace-4.11.4:4 [4.10.5:4] USE=(-aqua)
-debug 0 kB
[ebuild U  ] kde-base/libkonq-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug
{-test} 2,463 kB
[ebuild U  ] kde-base/kdesu-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug
-handbook 7,667 kB
[ebuild U  ] kde-base/kdepasswd-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug
-handbook 0 kB
[ebuild U  ] kde-base/kdm-4.11.4:4 [4.10.5-r1:4] USE=consolekit pam
(-aqua) -debug -handbook -kerberos -systemd% 0 kB

Total: 7 packages (7 upgrades), Size of downloads: 24,067 kB

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

I rebuilt portage to no avail.
What can it be or should I file a bug?

The output of `emerge --info` is attached.


What is the contents of /var/lib/portage/world?



Hm, really, it's almost empty except for the last packages I have added 
yesterday... So that's clearly not an emerge bug, but ... Could anything 
mess it up?
I have copied the system to a new HDD recently and done an `emerge 
@world`, too, and everything went OK.




--
Regards,
Yuri K. Shatroff



Re: [gentoo-user] KDE apps, with minimal KDE install

2009-11-21 Thread Philip Webb
091121 sean wrote:
 I do not run the KDE desktop here but do like some of their apps,
 It would seem that now in order to install such an app as K3B
 I have to include the entire KDE 4 desktop.
 Is this what others are seeing or am I doing something wrong?

Here is my home-made list of the KDE pkgs I have installed:
'W' = 'world'  'for' indicates dependencies.
NB I have lots of apps, incl  3  legacy KDE 3 apps, but not the desktop:

  W 090501 kde-base/kdeartwork-kworldclock-3.5.10 
090606 kde-base/kdelibs-3.5.10-r6 [ 16 min ]
  W 080924 kde-base/kmahjongg-3.5.10
  W 080924 kde-base/ksokoban-3.5.10
  W 090501 kde-base/kworldclock-3.5.10
080924 kde-base/libkdegames-3.5.10 [for kmahjongg etc]
090915 kde-base/automoc-0.9.88 [for kdelibs 4]
  W 091011 kde-base/dolphin-4.3.1-r1
  W 090916 kde-base/gwenview-4.3.1
  W 090922 kde-base/kalgebra-4.3.1
  W 090919 kde-base/kalzium-4.3.1
  W 090918 kde-base/kapman-4.3.1
  W 090919 kde-base/katomic-4.3.1
  W 090918 kde-base/kate-4.3.1
  W 090918 kde-base/kcalc-4.3.1
  W 090918 kde-base/kcharselect-4.3.1
090925 kde-base/kcontrol-4.3.1 [for systemsettings]
090915 kde-base/kdebase-data-4.3.1 [for kdelibs]
090916 kde-base/kdebase-kioslaves-4.3.1 [for konqueror]
090915 kde-base/kde-env-4.3.1 [for kdelibs]
090915 kde-base/kdelibs-4.3.1 [ 17 min ]
090925 kde-base/kdepimlibs-4.3.1 [for kdnssd]
090916 kde-base/kdesu-4.3.1 [for kdebase-kioslaves]
090916 kde-base/kdialog-4.3.1 [for kdebase-kioslaves]
090925 kde-base/kdnssd-4.3.1 [for kcontrol]
  W 090918 kde-base/keditbookmarks-4.3.1
090916 kde-base/keditfiletype-4.3.1 [for konqueror]
090916 kde-base/kfind-4.3.1 [for konqueror]
090916 kde-base/kfmclient-4.3.1 [for konqueror]
  W 090919 kde-base/kgoldrunner-4.3.1
  W 090915 kde-base/khelpcenter-4.3.1
090925 kde-base/khotkeys-4.3.1 [for kcontrol]
  W 090919 kde-base/kig-4.3.1
090916 kde-base/kioclient-4.3.1 [for kfmclient]
  W 090916 kde-base/kmahjongg-4.3.1 [slot]
  W 090919 kde-base/kmplot-4.3.1
  W 090925 kde-base/knotes-4.3.1
090919 kde-base/knotify-4.3.1 [for kmplot]
  W 090922 kde-base/kolf-4.3.1
  W 090919 kde-base/kolourpaint-4.3.1
  W 090916 kde-base/konqueror-4.3.1
  W 090915 kde-base/konsole-4.3.1-r1
  W 090919 kde-base/kruler-4.3.1
  W 090922 kde-base/ksame-4.3.1
  W 090918 kde-base/kshisen-4.3.1
  W 090918 kde-base/ksnapshot-4.3.1
  W 090920 kde-base/kstars-4.3.1 [USE]
  W 090919 kde-base/ksysguard-4.3.1
090915 kde-base/ktimezoned-4.3.1 [for kdelibs]
090916 kde-base/kurifilter-plugins-4.3.1 [for konqueror]
  W 090919 kde-base/kwrite-4.3.1
090919 kde-base/libkdeedu-4.3.1 [for kalzium]
090916 kde-base/libkdegames-4.3.1 [slot : for libkmahjongg]
090925 kde-base/libkdepim-4.3.1 [for knotes]
090916 kde-base/libkmahjongg-4.3.1 [for kmahjongg]
090915 kde-base/libknotificationitem-4.3.1
090916 kde-base/libkonq-4.3.1 [for konqueror]
090925 kde-base/libkworkspace-4.3.1 [for khotkeys]
  W 091113 kde-base/marble-4.3.1 [USE]
  W 090916 kde-base/okular-4.3.1
090915 kde-base/oxygen-icons-4.3.1 [for kdelibs]
090918 kde-base/pykde4-4.3.1 [for marble]
090915 kde-base/qimageblitz-0.0.4 [for kdebase-data]
  W 090922 kde-base/step-4.3.1
  W 090925 kde-base/systemsettings-4.3.1
  W 091030 kde-misc/filelight-1.9_rc3
  W 091011 kde-misc/krename-4.0.1
  W 090916 kde-misc/krusader-2.0.0-r1

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] resolving blocks from sets

2009-01-20 Thread Norberto Bensa
Hello list,

well. I couldn't resist and I emerged kde4.2 with something like this:

  sudo emerge @kdebase

Now I want to upgrade Qt to 4.5beta but (see below)

Is there any obvious way to solve this that can't see because it's 2AM
and need some sleep or are @sets _evil_ ?

And before you jump and tell me hey, just remove the packages and
update Qt see this:

$ sudo emerge -C kdm-4.1.96
Not unmerging package kde-base/kdm-4.1.96 as it is
still referenced by the following package sets:
kdebase

Do I _really_ need to do emerge -C @kdebase!?


sudo emerge @qt-all-4.5
Calculating dependencies... done!
[ebuild U ] x11-libs/qt-core-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-sql-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-dbus-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-script-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-test-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-xmlpatterns-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-gui-4.5.0_beta1 [4.4.2-r1] USE=gtkstyle%*
-custom-cxxflags%
[ebuild U ] x11-libs/qt-qt3support-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-webkit-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-opengl-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-svg-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-assistant-4.5.0_beta1 [4.4.2-r1]
USE=-custom-cxxflags%
[ebuild  N] x11-libs/qt-phonon-4.5.0_beta1  USE=dbus pch
-custom-cxxflags -debug
[uninstall] kde-base/ktimezoned-4.1.96
[uninstall] kde-base/ark-4.1.96
[uninstall] kde-base/solid-4.1.96
[uninstall] kde-base/kopete-4.1.96
[uninstall] kde-base/kscd-4.1.96
[blocks B ] media-sound/phonon (media-sound/phonon is blocking
x11-libs/qt-phonon-4.5.0_beta1)
[blocks B ] x11-libs/qt-phonon:4 (x11-libs/qt-phonon:4 is
blocking media-sound/phonon-4.2.96)
[blocks B ] x11-libs/qt-phonon (x11-libs/qt-phonon is blocking
kde-base/kquitapp-4.1.96, kde-base/kdedglobalaccel-4.1.96,
kde-base/kdeartwork-kscreensaver-4.1.96, kde-base/plasma-apps-4.1.96,
kde-base/knetattach-4.1.96, kde-base/kdebugdialog-4.1.96,
kde-base/kmail-4.1.96, kde-base/powerdevil-4.1.96,
kde-base/solid-4.1.96, kde-base/phonon-kde-4.1.96,
kde-base/kdm-4.1.96, kde-misc/yakuake-2.9.4-r2,
kde-base/soliduiserver-4.1.96, kde-base/kode-4.1.96,
kde-base/kde-menu-4.1.96, kde-base/libkonq-4.1.96,
kde-base/kstartupconfig-4.1.96, kde-base/kdepimlibs-4.1.4,
kde-base/knetworkconf-4.1.96, kde-base/libkdcraw-4.1.96,
kde-base/kmix-4.1.96, kde-base/kdebase-startkde-4.1.96,
kde-base/libksieve-4.1.96, kde-base/kdeplasma-addons-4.1.96,
kde-base/dragonplayer-4.1.96, kde-base/kdebase-kioslaves-4.1.96,
kde-base/ktnef-4.1.4, kde-base/kwrite-4.1.96, kde-base/mimelib-4.1.96,
kde-base/kscreensaver-4.1.96, kde-base/kmimetypefinder-4.1.96,
kde-base/renamedlg-plugins-4.1.96, kde-base/kaddressbook-4.1.96,
kde-base/plasma-workspace-4.1.96, kde-base/kdepasswd-4.1.96,
kde-base/kioclient-4.1.96, kde-base/kinfocenter-4.1.96,
kde-base/libplasmaclock-4.1.96, kde-base/nepomuk-4.1.96,
kde-base/kappfinder-4.1.96, kde-base/kode-4.1.4,
kde-base/kdelibs-4.1.4, kde-base/klipper-4.1.96, kde-base/kwin-4.1.96,
kde-base/kontact-4.1.96, kde-base/kfind-4.1.96,
kde-base/ksmserver-4.1.96, media-gfx/digikam-0.10.0_beta8,
kde-base/kscd-4.1.96, kde-base/libkpgp-4.1.96,
kde-base/libtaskmanager-4.1.96, kde-base/kdebase-data-4.1.4,
kde-base/libkcddb-4.1.96, kde-base/kcminit-4.1.96,
kde-base/kontactinterfaces-4.1.96, kde-base/libkipi-4.1.96,
kde-base/nsplugins-4.1.96, kde-base/krdc-4.1.96,
kde-base/kdenetwork-filesharing-4.1.96, kde-base/libkworkspace-4.1.96,
kde-base/konqueror-4.1.96, kde-base/kopete-4.1.96,
kde-base/okular-4.1.96, kde-base/juk-4.1.96, kde-base/dolphin-4.1.96,
kde-base/kdelibs-4.1.96, kde-base/kamera-4.1.96,
kde-base/kdebase-desktoptheme-4.1.96, kde-base/kdebase-data-4.1.96,
kde-base/kdnssd-4.1.96, kde-base/keditbookmarks-4.1.96,
kde-base/kurifilter-plugins-4.1.96, kde-base/kmailcvt-4.1.96,
kde-base/kdebase-cursors-4.1.96, kde-base/kwrited-4.1.96,
kde-base/kstyles-4.1.96, kde-base/kreadconfig-4.1.96,
kde-base/kephal-4.1.96, kde-base/kate-4.1.96,
kde-base/kiconfinder-4.1.96, kde-base/kcontrol-4.1.96,
kde-base/ark-4.1.96, media-plugins/kipi-plugins-0.2.0_beta6,
kde-base/ksplash-4.1.96, kde-base/knewstuff-4.1.96,
kde-misc/kdiff3-0.9.93, kde-base/ksysguard-4.1.96,
kde-base/knotes-4.1.96, kde-base/ksnapshot-4.1.96,
kde-base/solid-hardware-4.1.96, kde-base/kcmshell-4.1.96,
kde-base/kdialog-4.1.96, kde-base/ksystraycmd-4.1.96,
kde-base/krunner-4.1.96, kde-base/kuiserver-4.1.96,
kde-base/khotkeys-4.1.96, kde-base/kde-wallpapers-4.1.96,
kde-base/kpasswdserver-4.1.96, kde-base/drkonqi-4.1.96,
kde-base/libkleo-4.1.96, kde-base/kdepimlibs-4.1.96,
kde-base/libkexiv2-4.1.96, kde-base/kgamma-4.1.96,
kde-base/kstart-4.1.96, kde-base/gwenview-4.1.96,
kde-base/kfile

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

2009-10-11 Thread Nikos Chantziaras

On 10/11/2009 02:30 PM, Peter Humphrey wrote:

Hello list,

In the last few days some parts of KDE v4 seem to have been moved into the
stable tree, but on some of my boxes I want to exclude kde:4 (but not qt:4).

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.

I can't see anything relevant in man pages or the gentoo kde configuration
guide. Google hasn't helped me either.


Portage unfortunately doesn't allow wildcards in the package name of 
atoms.  But you can install KDE4 on one machine and then use:


  qlist -ISLC kde-base/*:4.3

to generate a list to put in package.mask in the machines you don't want 
KDE4.  On my machine, the above command results in the following (it 
should at least cut down on the rest of the packages you need to mask):


kde-base/ark:4.3
kde-base/dolphin:4.3
kde-base/drkonqi:4.3
kde-base/gwenview:4.3
kde-base/kamera:4.3
kde-base/kappfinder:4.3
kde-base/kapptemplate:4.3
kde-base/kate:4.3
kde-base/kcalc:4.3
kde-base/kcheckpass:4.3
kde-base/kcminit:4.3
kde-base/kcmshell:4.3
kde-base/kcolorchooser:4.3
kde-base/kcontrol:4.3
kde-base/kde-env:4.3
kde-base/kdeartwork-colorschemes:4.3
kde-base/kdeartwork-desktopthemes:4.3
kde-base/kdeartwork-emoticons:4.3
kde-base/kdeartwork-iconthemes:4.3
kde-base/kdeartwork-kscreensaver:4.3
kde-base/kdeartwork-meta:4.3
kde-base/kdeartwork-sounds:4.3
kde-base/kdeartwork-styles:4.3
kde-base/kdeartwork-wallpapers:4.3
kde-base/kdeartwork-weatherwallpapers:4.3
kde-base/kdebase-cursors:4.3
kde-base/kdebase-data:4.3
kde-base/kdebase-desktoptheme:4.3
kde-base/kdebase-kioslaves:4.3
kde-base/kdebase-menu:4.3
kde-base/kdebase-menu-icons:4.3
kde-base/kdebase-meta:4.3
kde-base/kdebase-startkde:4.3
kde-base/kdebase-wallpapers:4.3
kde-base/kdebugdialog:4.3
kde-base/kdegraphics-meta:4.3
kde-base/kdegraphics-strigi-analyzer:4.3
kde-base/kdelibs:4.3
kde-base/kdepasswd:4.3
kde-base/kdepimlibs:4.3
kde-base/kdeplasma-addons:4.3
kde-base/kdesu:4.3
kde-base/kdialog:4.3
kde-base/kdm:4.3
kde-base/kdnssd:4.3
kde-base/keditbookmarks:4.3
kde-base/keditfiletype:4.3
kde-base/kephal:4.3
kde-base/kfile:4.3
kde-base/kfind:4.3
kde-base/kfmclient:4.3
kde-base/kgamma:4.3
kde-base/kget:4.3
kde-base/kglobalaccel:4.3
kde-base/khelpcenter:4.3
kde-base/khotkeys:4.3
kde-base/kiconfinder:4.3
kde-base/kinfocenter:4.3
kde-base/kioclient:4.3
kde-base/klipper:4.3
kde-base/kmenuedit:4.3
kde-base/kmimetypefinder:4.3
kde-base/knetattach:4.3
kde-base/knewstuff:4.3
kde-base/knotify:4.3
kde-base/kolourpaint:4.3
kde-base/konqueror:4.3
kde-base/konsole:4.3
kde-base/kpasswdserver:4.3
kde-base/kquitapp:4.3
kde-base/krdc:4.3
kde-base/kreadconfig:4.3
kde-base/krosspython:4.3
kde-base/kruler:4.3
kde-base/krunner:4.3
kde-base/ksaneplugin:4.3
kde-base/kscreensaver:4.3
kde-base/ksmserver:4.3
kde-base/ksnapshot:4.3
kde-base/ksplash:4.3
kde-base/kstart:4.3
kde-base/kstartupconfig:4.3
kde-base/kstyles:4.3
kde-base/ksysguard:4.3
kde-base/ksystraycmd:4.3
kde-base/ktimezoned:4.3
kde-base/ktraderclient:4.3
kde-base/kuiserver:4.3
kde-base/kurifilter-plugins:4.3
kde-base/kwalletd:4.3
kde-base/kwin:4.3
kde-base/kwrite:4.3
kde-base/kwrited:4.3
kde-base/libkcddb:4.3
kde-base/libkdcraw:4.3
kde-base/libkexiv2:4.3
kde-base/libkipi:4.3
kde-base/libknotificationitem:4.3
kde-base/libkonq:4.3
kde-base/libksane:4.3
kde-base/libkworkspace:4.3
kde-base/libplasmaclock:4.3
kde-base/libtaskmanager:4.3
kde-base/nsplugins:4.3
kde-base/okular:4.3
kde-base/oxygen-icons:4.3
kde-base/phonon-kde:4.3
kde-base/plasma-apps:4.3
kde-base/plasma-runtime:4.3
kde-base/plasma-workspace:4.3
kde-base/powerdevil:4.3
kde-base/renamedlg-plugins:4.3
kde-base/solid:4.3
kde-base/solid-hardware:4.3
kde-base/solidautoeject:4.3
kde-base/soliduiserver:4.3
kde-base/svgpart:4.3
kde-base/systemsettings:4.3
kde-base/thumbnailers:4.3




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

2009-10-11 Thread Chris Reffett
Couldn't you just grab the kde 4.3 package.keyword list and append that 
to package.mask, since it uses the same slot format?

Nikos Chantziaras wrote:

On 10/11/2009 02:30 PM, Peter Humphrey wrote:

Hello list,

In the last few days some parts of KDE v4 seem to have been moved 
into the
stable tree, but on some of my boxes I want to exclude kde:4 (but not 
qt:4).


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.

I can't see anything relevant in man pages or the gentoo kde 
configuration

guide. Google hasn't helped me either.


Portage unfortunately doesn't allow wildcards in the package name of 
atoms.  But you can install KDE4 on one machine and then use:


  qlist -ISLC kde-base/*:4.3

to generate a list to put in package.mask in the machines you don't 
want KDE4.  On my machine, the above command results in the following 
(it should at least cut down on the rest of the packages you need to 
mask):


kde-base/ark:4.3
kde-base/dolphin:4.3
kde-base/drkonqi:4.3
kde-base/gwenview:4.3
kde-base/kamera:4.3
kde-base/kappfinder:4.3
kde-base/kapptemplate:4.3
kde-base/kate:4.3
kde-base/kcalc:4.3
kde-base/kcheckpass:4.3
kde-base/kcminit:4.3
kde-base/kcmshell:4.3
kde-base/kcolorchooser:4.3
kde-base/kcontrol:4.3
kde-base/kde-env:4.3
kde-base/kdeartwork-colorschemes:4.3
kde-base/kdeartwork-desktopthemes:4.3
kde-base/kdeartwork-emoticons:4.3
kde-base/kdeartwork-iconthemes:4.3
kde-base/kdeartwork-kscreensaver:4.3
kde-base/kdeartwork-meta:4.3
kde-base/kdeartwork-sounds:4.3
kde-base/kdeartwork-styles:4.3
kde-base/kdeartwork-wallpapers:4.3
kde-base/kdeartwork-weatherwallpapers:4.3
kde-base/kdebase-cursors:4.3
kde-base/kdebase-data:4.3
kde-base/kdebase-desktoptheme:4.3
kde-base/kdebase-kioslaves:4.3
kde-base/kdebase-menu:4.3
kde-base/kdebase-menu-icons:4.3
kde-base/kdebase-meta:4.3
kde-base/kdebase-startkde:4.3
kde-base/kdebase-wallpapers:4.3
kde-base/kdebugdialog:4.3
kde-base/kdegraphics-meta:4.3
kde-base/kdegraphics-strigi-analyzer:4.3
kde-base/kdelibs:4.3
kde-base/kdepasswd:4.3
kde-base/kdepimlibs:4.3
kde-base/kdeplasma-addons:4.3
kde-base/kdesu:4.3
kde-base/kdialog:4.3
kde-base/kdm:4.3
kde-base/kdnssd:4.3
kde-base/keditbookmarks:4.3
kde-base/keditfiletype:4.3
kde-base/kephal:4.3
kde-base/kfile:4.3
kde-base/kfind:4.3
kde-base/kfmclient:4.3
kde-base/kgamma:4.3
kde-base/kget:4.3
kde-base/kglobalaccel:4.3
kde-base/khelpcenter:4.3
kde-base/khotkeys:4.3
kde-base/kiconfinder:4.3
kde-base/kinfocenter:4.3
kde-base/kioclient:4.3
kde-base/klipper:4.3
kde-base/kmenuedit:4.3
kde-base/kmimetypefinder:4.3
kde-base/knetattach:4.3
kde-base/knewstuff:4.3
kde-base/knotify:4.3
kde-base/kolourpaint:4.3
kde-base/konqueror:4.3
kde-base/konsole:4.3
kde-base/kpasswdserver:4.3
kde-base/kquitapp:4.3
kde-base/krdc:4.3
kde-base/kreadconfig:4.3
kde-base/krosspython:4.3
kde-base/kruler:4.3
kde-base/krunner:4.3
kde-base/ksaneplugin:4.3
kde-base/kscreensaver:4.3
kde-base/ksmserver:4.3
kde-base/ksnapshot:4.3
kde-base/ksplash:4.3
kde-base/kstart:4.3
kde-base/kstartupconfig:4.3
kde-base/kstyles:4.3
kde-base/ksysguard:4.3
kde-base/ksystraycmd:4.3
kde-base/ktimezoned:4.3
kde-base/ktraderclient:4.3
kde-base/kuiserver:4.3
kde-base/kurifilter-plugins:4.3
kde-base/kwalletd:4.3
kde-base/kwin:4.3
kde-base/kwrite:4.3
kde-base/kwrited:4.3
kde-base/libkcddb:4.3
kde-base/libkdcraw:4.3
kde-base/libkexiv2:4.3
kde-base/libkipi:4.3
kde-base/libknotificationitem:4.3
kde-base/libkonq:4.3
kde-base/libksane:4.3
kde-base/libkworkspace:4.3
kde-base/libplasmaclock:4.3
kde-base/libtaskmanager:4.3
kde-base/nsplugins:4.3
kde-base/okular:4.3
kde-base/oxygen-icons:4.3
kde-base/phonon-kde:4.3
kde-base/plasma-apps:4.3
kde-base/plasma-runtime:4.3
kde-base/plasma-workspace:4.3
kde-base/powerdevil:4.3
kde-base/renamedlg-plugins:4.3
kde-base/solid:4.3
kde-base/solid-hardware:4.3
kde-base/solidautoeject:4.3
kde-base/soliduiserver:4.3
kde-base/svgpart:4.3
kde-base/systemsettings:4.3
kde-base/thumbnailers:4.3








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

2009-10-11 Thread Nikos Chantziaras

From where?

On 10/11/2009 10:58 PM, Chris Reffett wrote:

Couldn't you just grab the kde 4.3 package.keyword list and append that
to package.mask, since it uses the same slot format?
Nikos Chantziaras wrote:

On 10/11/2009 02:30 PM, Peter Humphrey wrote:

Hello list,

In the last few days some parts of KDE v4 seem to have been moved
into the
stable tree, but on some of my boxes I want to exclude kde:4 (but not
qt:4).

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.

I can't see anything relevant in man pages or the gentoo kde
configuration
guide. Google hasn't helped me either.


Portage unfortunately doesn't allow wildcards in the package name of
atoms. But you can install KDE4 on one machine and then use:

qlist -ISLC kde-base/*:4.3

to generate a list to put in package.mask in the machines you don't
want KDE4. On my machine, the above command results in the following
(it should at least cut down on the rest of the packages you need to
mask):

kde-base/ark:4.3
kde-base/dolphin:4.3
kde-base/drkonqi:4.3
kde-base/gwenview:4.3
kde-base/kamera:4.3
kde-base/kappfinder:4.3
kde-base/kapptemplate:4.3
kde-base/kate:4.3
kde-base/kcalc:4.3
kde-base/kcheckpass:4.3
kde-base/kcminit:4.3
kde-base/kcmshell:4.3
kde-base/kcolorchooser:4.3
kde-base/kcontrol:4.3
kde-base/kde-env:4.3
kde-base/kdeartwork-colorschemes:4.3
kde-base/kdeartwork-desktopthemes:4.3
kde-base/kdeartwork-emoticons:4.3
kde-base/kdeartwork-iconthemes:4.3
kde-base/kdeartwork-kscreensaver:4.3
kde-base/kdeartwork-meta:4.3
kde-base/kdeartwork-sounds:4.3
kde-base/kdeartwork-styles:4.3
kde-base/kdeartwork-wallpapers:4.3
kde-base/kdeartwork-weatherwallpapers:4.3
kde-base/kdebase-cursors:4.3
kde-base/kdebase-data:4.3
kde-base/kdebase-desktoptheme:4.3
kde-base/kdebase-kioslaves:4.3
kde-base/kdebase-menu:4.3
kde-base/kdebase-menu-icons:4.3
kde-base/kdebase-meta:4.3
kde-base/kdebase-startkde:4.3
kde-base/kdebase-wallpapers:4.3
kde-base/kdebugdialog:4.3
kde-base/kdegraphics-meta:4.3
kde-base/kdegraphics-strigi-analyzer:4.3
kde-base/kdelibs:4.3
kde-base/kdepasswd:4.3
kde-base/kdepimlibs:4.3
kde-base/kdeplasma-addons:4.3
kde-base/kdesu:4.3
kde-base/kdialog:4.3
kde-base/kdm:4.3
kde-base/kdnssd:4.3
kde-base/keditbookmarks:4.3
kde-base/keditfiletype:4.3
kde-base/kephal:4.3
kde-base/kfile:4.3
kde-base/kfind:4.3
kde-base/kfmclient:4.3
kde-base/kgamma:4.3
kde-base/kget:4.3
kde-base/kglobalaccel:4.3
kde-base/khelpcenter:4.3
kde-base/khotkeys:4.3
kde-base/kiconfinder:4.3
kde-base/kinfocenter:4.3
kde-base/kioclient:4.3
kde-base/klipper:4.3
kde-base/kmenuedit:4.3
kde-base/kmimetypefinder:4.3
kde-base/knetattach:4.3
kde-base/knewstuff:4.3
kde-base/knotify:4.3
kde-base/kolourpaint:4.3
kde-base/konqueror:4.3
kde-base/konsole:4.3
kde-base/kpasswdserver:4.3
kde-base/kquitapp:4.3
kde-base/krdc:4.3
kde-base/kreadconfig:4.3
kde-base/krosspython:4.3
kde-base/kruler:4.3
kde-base/krunner:4.3
kde-base/ksaneplugin:4.3
kde-base/kscreensaver:4.3
kde-base/ksmserver:4.3
kde-base/ksnapshot:4.3
kde-base/ksplash:4.3
kde-base/kstart:4.3
kde-base/kstartupconfig:4.3
kde-base/kstyles:4.3
kde-base/ksysguard:4.3
kde-base/ksystraycmd:4.3
kde-base/ktimezoned:4.3
kde-base/ktraderclient:4.3
kde-base/kuiserver:4.3
kde-base/kurifilter-plugins:4.3
kde-base/kwalletd:4.3
kde-base/kwin:4.3
kde-base/kwrite:4.3
kde-base/kwrited:4.3
kde-base/libkcddb:4.3
kde-base/libkdcraw:4.3
kde-base/libkexiv2:4.3
kde-base/libkipi:4.3
kde-base/libknotificationitem:4.3
kde-base/libkonq:4.3
kde-base/libksane:4.3
kde-base/libkworkspace:4.3
kde-base/libplasmaclock:4.3
kde-base/libtaskmanager:4.3
kde-base/nsplugins:4.3
kde-base/okular:4.3
kde-base/oxygen-icons:4.3
kde-base/phonon-kde:4.3
kde-base/plasma-apps:4.3
kde-base/plasma-runtime:4.3
kde-base/plasma-workspace:4.3
kde-base/powerdevil:4.3
kde-base/renamedlg-plugins:4.3
kde-base/solid:4.3
kde-base/solid-hardware:4.3
kde-base/solidautoeject:4.3
kde-base/soliduiserver:4.3
kde-base/svgpart:4.3
kde-base/systemsettings:4.3
kde-base/thumbnailers:4.3





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

2009-10-11 Thread Chris Reffett
It could be manually downloaded from 
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=master

Nikos Chantziaras wrote:

From where?

On 10/11/2009 10:58 PM, Chris Reffett wrote:

Couldn't you just grab the kde 4.3 package.keyword list and append that
to package.mask, since it uses the same slot format?
Nikos Chantziaras wrote:

On 10/11/2009 02:30 PM, Peter Humphrey wrote:

Hello list,

In the last few days some parts of KDE v4 seem to have been moved
into the
stable tree, but on some of my boxes I want to exclude kde:4 (but not
qt:4).

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.

I can't see anything relevant in man pages or the gentoo kde
configuration
guide. Google hasn't helped me either.


Portage unfortunately doesn't allow wildcards in the package name of
atoms. But you can install KDE4 on one machine and then use:

qlist -ISLC kde-base/*:4.3

to generate a list to put in package.mask in the machines you don't
want KDE4. On my machine, the above command results in the following
(it should at least cut down on the rest of the packages you need to
mask):

kde-base/ark:4.3
kde-base/dolphin:4.3
kde-base/drkonqi:4.3
kde-base/gwenview:4.3
kde-base/kamera:4.3
kde-base/kappfinder:4.3
kde-base/kapptemplate:4.3
kde-base/kate:4.3
kde-base/kcalc:4.3
kde-base/kcheckpass:4.3
kde-base/kcminit:4.3
kde-base/kcmshell:4.3
kde-base/kcolorchooser:4.3
kde-base/kcontrol:4.3
kde-base/kde-env:4.3
kde-base/kdeartwork-colorschemes:4.3
kde-base/kdeartwork-desktopthemes:4.3
kde-base/kdeartwork-emoticons:4.3
kde-base/kdeartwork-iconthemes:4.3
kde-base/kdeartwork-kscreensaver:4.3
kde-base/kdeartwork-meta:4.3
kde-base/kdeartwork-sounds:4.3
kde-base/kdeartwork-styles:4.3
kde-base/kdeartwork-wallpapers:4.3
kde-base/kdeartwork-weatherwallpapers:4.3
kde-base/kdebase-cursors:4.3
kde-base/kdebase-data:4.3
kde-base/kdebase-desktoptheme:4.3
kde-base/kdebase-kioslaves:4.3
kde-base/kdebase-menu:4.3
kde-base/kdebase-menu-icons:4.3
kde-base/kdebase-meta:4.3
kde-base/kdebase-startkde:4.3
kde-base/kdebase-wallpapers:4.3
kde-base/kdebugdialog:4.3
kde-base/kdegraphics-meta:4.3
kde-base/kdegraphics-strigi-analyzer:4.3
kde-base/kdelibs:4.3
kde-base/kdepasswd:4.3
kde-base/kdepimlibs:4.3
kde-base/kdeplasma-addons:4.3
kde-base/kdesu:4.3
kde-base/kdialog:4.3
kde-base/kdm:4.3
kde-base/kdnssd:4.3
kde-base/keditbookmarks:4.3
kde-base/keditfiletype:4.3
kde-base/kephal:4.3
kde-base/kfile:4.3
kde-base/kfind:4.3
kde-base/kfmclient:4.3
kde-base/kgamma:4.3
kde-base/kget:4.3
kde-base/kglobalaccel:4.3
kde-base/khelpcenter:4.3
kde-base/khotkeys:4.3
kde-base/kiconfinder:4.3
kde-base/kinfocenter:4.3
kde-base/kioclient:4.3
kde-base/klipper:4.3
kde-base/kmenuedit:4.3
kde-base/kmimetypefinder:4.3
kde-base/knetattach:4.3
kde-base/knewstuff:4.3
kde-base/knotify:4.3
kde-base/kolourpaint:4.3
kde-base/konqueror:4.3
kde-base/konsole:4.3
kde-base/kpasswdserver:4.3
kde-base/kquitapp:4.3
kde-base/krdc:4.3
kde-base/kreadconfig:4.3
kde-base/krosspython:4.3
kde-base/kruler:4.3
kde-base/krunner:4.3
kde-base/ksaneplugin:4.3
kde-base/kscreensaver:4.3
kde-base/ksmserver:4.3
kde-base/ksnapshot:4.3
kde-base/ksplash:4.3
kde-base/kstart:4.3
kde-base/kstartupconfig:4.3
kde-base/kstyles:4.3
kde-base/ksysguard:4.3
kde-base/ksystraycmd:4.3
kde-base/ktimezoned:4.3
kde-base/ktraderclient:4.3
kde-base/kuiserver:4.3
kde-base/kurifilter-plugins:4.3
kde-base/kwalletd:4.3
kde-base/kwin:4.3
kde-base/kwrite:4.3
kde-base/kwrited:4.3
kde-base/libkcddb:4.3
kde-base/libkdcraw:4.3
kde-base/libkexiv2:4.3
kde-base/libkipi:4.3
kde-base/libknotificationitem:4.3
kde-base/libkonq:4.3
kde-base/libksane:4.3
kde-base/libkworkspace:4.3
kde-base/libplasmaclock:4.3
kde-base/libtaskmanager:4.3
kde-base/nsplugins:4.3
kde-base/okular:4.3
kde-base/oxygen-icons:4.3
kde-base/phonon-kde:4.3
kde-base/plasma-apps:4.3
kde-base/plasma-runtime:4.3
kde-base/plasma-workspace:4.3
kde-base/powerdevil:4.3
kde-base/renamedlg-plugins:4.3
kde-base/solid:4.3
kde-base/solid-hardware:4.3
kde-base/solidautoeject:4.3
kde-base/soliduiserver:4.3
kde-base/svgpart:4.3
kde-base/systemsettings:4.3
kde-base/thumbnailers:4.3









[gentoo-user] Qt blocking @world update

2013-11-02 Thread Alex Schuster
Hi there!

My @world update did not go well. It was much worse some while ago, so I
just did an emerge -e @world, after manually removing stuff
from /var/lib/portage/world until I got no complaints any more. I had to
remove kde-misc/publictransport and kde-misc/plasma-emergelog for that.

After most was done, it stopped after one package failed to build, and
was unable to resume due to blockers. emerge --resume gives this:

weird portage # emerge -aj --resume

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

Calculating dependencies... done!
 * Invalid resume list:
 * 
 *   (u'ebuild', u'/', u'sys-apps/lshw-02.17b', u'merge')
 *   (u'ebuild', u'/', u'net-print/foomatic-filters-4.0.17-r1', u'merge')
[snipping some dozen lines]
 *   (u'ebuild', u'/', u'media-video/kmplayer-0.11.3d-r1', u'merge')
 *   (u'ebuild', u'/', u'media-libs/phonon-vlc-0.6.2', u'merge')
 * 
 * One or more packages are either masked or have missing dependencies:
 * 
 *   
dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
 pulled in by:
 * (dev-java/java-config-2.2.0::gentoo, installed)
[snipping LOTS of similar output again]
 *
 *   
dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
 pulled in by:
 * (dev-libs/libpeas-1.8.1::gentoo, installed)
 * 
 *   
dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
 pulled in by:
 * (dev-python/pygobject-3.8.3::gentoo, installed)
 * 
 *   =dev-libs/icu-3.8.1-r1:0/51.1= pulled in by:
 * (net-libs/webkit-gtk-1.10.2-r300::gentoo, installed)
 * 
 *   ~app-emulation/emul-linux-x86-medialibs-20130224 pulled in by:
 * (app-emulation/emul-linux-x86-qtlibs-20130224::gentoo, installed)
 * 
 * The resume list contains packages that are either masked or have
 * unsatisfied dependencies. Please restart/continue the operation
 * manually, or use --skipfirst to skip the first package in the list and
 * any other packages that may be masked or have missing dependencies.

Wow, I don't even... anyway, I thought emerge -DuN @world might work now, but
it does not, again due to Qt problems. And those I do not understand:

Total: 178 packages (148 upgrades, 9 downgrades, 12 new, 1 in new slot, 8 
reinstalls, 4 uninstalls), Size of downloads: 349,914 kB
Fetch Restriction: 1 package
Conflict: 18 blocks

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-qt/qtgui:4

  (dev-qt/qtgui-4.8.5-r1::gentoo, installed) pulled in by
=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] required by 
(kde-base/libkworkspace-4.11.2::gentoo, installed)
~dev-qt/qtgui-4.8.5[aqua=,debug=,egl=,qt3support=] required by 
(dev-qt/qtopengl-4.8.5::gentoo, installed)
(and 283 more with the same problems)

  (dev-qt/qtgui-4.8.4-r1::gentoo, ebuild scheduled for merge) pulled in by
=dev-qt/qtgui-4.7.4:4[accessibility,dbus] required by
  (kde-misc/fsrunner-0.7.5::kde, installed)
  =dev-qt/qtgui-4.7.4:4[accessibility,dbus] required by
  (media-sound/kid3-2.2.1::kde, installed)
  ~dev-qt/qtgui-4.8.4[accessibility=,aqua=,debug=,qt3support] required by
  (dev-qt/qt3support-4.8.4::gentoo, ebuild scheduled for merge) (and 1
  more with the same problems)

dev-qt/qtcore:4

  (dev-qt/qtcore-4.8.4-r5::gentoo, ebuild scheduled for merge) pulled in by
~dev-qt/qtcore-4.8.4[aqua=,debug=] required by 
(dev-qt/qtscript-4.8.4::gentoo, ebuild scheduled for merge)
(and 4 more with the same problem)

  (dev-qt/qtcore-4.8.5::gentoo, installed) pulled in by
~dev-qt/qtcore-4.8.5[aqua=,debug=,qt3support=] required by 
(dev-qt/qtopengl-4.8.5::gentoo, installed)
=dev-qt/qtcore-4.8.5:4 required by 
(app-office/akonadi-server-1.10.3::gentoo, installed)
(and 12 more with the same problems)

dev-qt/qtscript:4

  (dev-qt/qtscript-4.8.5::gentoo, installed) pulled in by
~dev-qt/qtscript-4.8.5[aqua=,debug=] required by 
(dev-qt/designer-4.8.5::gentoo, installed)
(and 2 more with the same problem)

  (dev-qt/qtscript-4.8.4::gentoo, ebuild scheduled for merge) pulled in by
~dev-qt/qtscript-4.8.4[aqua=,debug=] required by 
(dev-qt/qtgui-4.8.4-r1::gentoo, ebuild scheduled for merge)

dev-qt/qtdbus:4

  (dev-qt/qtdbus-4.8.4::gentoo, ebuild scheduled for merge) pulled in by
~dev-qt/qtdbus-4.8.4[aqua=,debug=] required by 
(dev-qt/qtgui-4.8.4-r1::gentoo, ebuild scheduled for merge)

  (dev-qt/qtdbus-4.8.5::gentoo, installed) pulled in by
=dev-qt/qtdbus-4.8.5:4 required by 
(app-office/akonadi-server-1.10.3::gentoo, installed

[gentoo-user] emerge BUG?

2013-12-20 Thread Yuri K. Shatroff

Hi Gentoo users,

Looks like I've encountered a bug in emerge.
I do a sync, some updated packages are displayed, but emerge -avDu 
@world doesn't see some of them, though I don't have them masked.


A today's example:

===

# eix-sync
[ ... ]
[U]   == net-misc/youtube-dl (2013.11.25.1@26.11.2013; (~)2013.12.11.2 
- (~)2013.12.17.2): Download videos from YouTube.com (and mores sites...)
[U]   == sys-libs/timezone-data (2013h@20.11.2013; (~)2013h - 
(~)2013i): Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)

[ ... ]
# emerge -avDu @world

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

Calculating dependencies... done!
[ebuild U  ] sys-libs/timezone-data-2013i [2013h] USE=-nls 383 kB
[ebuild U  ] dev-libs/libmemcached-1.0.17 [1.0.14] USE=libevent 
-debug -hsieh -static-libs 0 kB


Total: 2 packages (2 upgrades), Size of downloads: 383 kB

Would you like to merge these packages? [Yes/No]
#

=

There are I think over 100 packages to be updated in total, including 
the whole KDE.


When I specify a package instead of @world, it seems to work correctly:

=
# emerge -avDu kdm

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

Calculating dependencies... done!
[ebuild U  ] sys-libs/timezone-data-2013i [2013h] USE=-nls 383 kB
[ebuild U  ] kde-base/kcheckpass-4.11.4:4 [4.10.5:4] USE=pam 
(-aqua) -debug 13,555 kB
[ebuild U  ] kde-base/libkworkspace-4.11.4:4 [4.10.5:4] USE=(-aqua) 
-debug 0 kB
[ebuild U  ] kde-base/libkonq-4.12.0:4 [4.10.5:4] USE=(-aqua) 
-debug {-test} 2,463 kB
[ebuild U  ] kde-base/kdesu-4.12.0:4 [4.10.5:4] USE=(-aqua) -debug 
-handbook 7,667 kB
[ebuild U  ] kde-base/kdepasswd-4.12.0:4 [4.10.5:4] USE=(-aqua) 
-debug -handbook 0 kB
[ebuild U  ] kde-base/kdm-4.11.4:4 [4.10.5-r1:4] USE=consolekit pam 
(-aqua) -debug -handbook -kerberos -systemd% 0 kB


Total: 7 packages (7 upgrades), Size of downloads: 24,067 kB

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

I rebuilt portage to no avail.
What can it be or should I file a bug?

The output of `emerge --info` is attached.

--
Regards,
Yuri K. Shatroff

Portage 2.2.7 (default/linux/amd64/13.0, gcc-4.8.2, glibc-2.17, 3.12.4-gentoo 
x86_64)
=
System uname: 
Linux-3.12.4-gentoo-x86_64-Intel-R-_Core-TM-_i7-4770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem: 8191336 total,   3943728 free
KiB Swap:  0 total, 0 free
Timestamp of tree: Fri, 20 Dec 2013 07:45:01 +
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:  4.2_p45
dev-java/java-config: 2.2.0
dev-lang/python:  2.6.8-r3, 2.7.6, 3.3.3
dev-util/cmake:   2.8.12.1-r2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:   2.23.2
sys-devel/gcc:4.8.2
sys-devel/gcc-config: 1.8
sys-devel/libtool:2.4.2
sys-devel/make:   4.0-r1
sys-kernel/linux-headers: 3.12 (virtual/os-headers)
sys-libs/glibc:   2.17
Repositories: gentoo
ACCEPT_KEYWORDS=amd64 ~amd64
ACCEPT_LICENSE=* -@EULA
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/config /usr/share/gnupg/qualified.txt 
/usr/share/themes/oxygen-gtk/gtk-2.0
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ 
/etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ 
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
CXXFLAGS=-O2 -pipe
DISTDIR=/var/portage/distfiles
FCFLAGS=-O2 -pipe
FEATURES=assume-digests binpkg-logs config-protect-if-modified distlocks 
ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs 
protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs 
unmerge-orphans userfetch userpriv usersandbox usersync
FFLAGS=-O2 -pipe
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LANG=ru_RU.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j6
PKGDIR=/var/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/var/portage/tree
PORTDIR_OVERLAY=
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=X alsa amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv 
lzma mmx modules mudflap multilib ncurses nptl opengl openmp pam pcre 
qt3support qt4 readline session sse sse2 sse3 sse4_1 ssl ssse3 tcpd unicode 
zlib ABI_X86=64 ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 
cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci

[gentoo-user] kde-plasma/powerdevil-5.17.5:5 fails due to missing /usr/lib64/libffi-3.3_rc0/include

2020-02-13 Thread Mick
-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-dpms.so;/usr/lib64/
libxcb-randr.so (found version "1.13.1") found components:  XCB RANDR DPMS 

-- The following REQUIRED packages have been found:

 * ECM (required version >= 5.62.0)
 * Qt5Gui (required version >= 5.13.2)
 * Qt5Widgets
 * Qt5DBus
 * Qt5X11Extras
 * Qt5 (required version >= 5.12.0)
 * KF5Activities (required version >= 5.62.0)
 * KF5Auth (required version >= 5.62.0)
 * KF5IdleTime (required version >= 5.62.0)
 * KF5Config (required version >= 5.62.0)
 * KF5DBusAddons (required version >= 5.62.0)
 * KF5Solid (required version >= 5.62.0)
 * Gettext
 * KF5I18n (required version >= 5.62.0)
 * KF5GlobalAccel (required version >= 5.62.0)
 * KF5KIO (required version >= 5.62.0)
 * KF5NotifyConfig (required version >= 5.62.0)
 * KF5Wayland (required version >= 5.62.0)
 * KF5DocTools (required version >= 5.62.0)
 * KF5Crash (required version >= 5.62.0)
 * KF5Notifications (required version >= 5.62.0)
 * KF5 (required version >= 5.62.0)
 * KF5Screen
 * LibKWorkspace (required version >= 5.17.5)
 * UDev, API for enumerating and introspecting local devices (part of 
systemd), <https://freedesktop.org/wiki/Software/systemd/>
 * XCB, X protocol C-language Binding, <https://xcb.freedesktop.org/>

-- The following features have been disabled:

 * DDCUtil, DDCUtil library support is disabled by default as recomended by 
authors, add -DHAVE_DDCUTIL=On to enable

-- <<< Gentoo configuration >>>
Build type  Gentoo
Install path/usr
Compiler flags:
C   -march=native -O2 -pipe -ftree-vectorize -fno-common -Wall -
Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -
Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -
Werror=implicit-function-declaration
C++ -march=native -O2 -pipe -ftree-vectorize -fno-operator-names -
fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security 
-Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual 
-Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -
fdiagnostics-color=always
Linker flags:
Executable  -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
Module  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-
needed
Shared  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-
needed

-- Configuring done
CMake Error in daemon/CMakeLists.txt:
  Imported target "KF5::NetworkManagerQt" includes non-existent path

"/usr/lib64/libffi-3.3_rc0/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in daemon/CMakeLists.txt:
  Imported target "KF5::NetworkManagerQt" includes non-existent path

"/usr/lib64/libffi-3.3_rc0/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done
-- Build files have been written to: /var/tmp/portage/kde-plasma/
powerdevil-5.17.5/work/powerdevil-5.17.5_build
==

I rebuilt libffi, but the same failure recurred as above.  Any ideas?

-- 
Regards,
Mick

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


Re: [gentoo-user] kde-plasma/powerdevil-5.17.5:5 fails due to missing /usr/lib64/libffi-3.3_rc0/include

2020-02-13 Thread Neil Bothwick
yConfig Wayland
> DocTools Crash Notifications -- Found UDev: /usr/include (found version
> "243") -- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found
> version "0.29.2") -- Found XCB_XCB: /usr/lib64/libxcb.so (found version
> "1.13.1") -- Found XCB_DPMS: /usr/lib64/libxcb-dpms.so (found version
> "1.13.1") -- Found XCB_RANDR: /usr/lib64/libxcb-randr.so (found version
> "1.13.1") -- Found XCB:
> /usr/lib64/libxcb.so;/usr/lib64/libxcb-dpms.so;/usr/lib64/
> libxcb-randr.so (found version "1.13.1") found components:  XCB RANDR
> DPMS 
> 
> -- The following REQUIRED packages have been found:
> 
>  * ECM (required version >= 5.62.0)
>  * Qt5Gui (required version >= 5.13.2)
>  * Qt5Widgets
>  * Qt5DBus
>  * Qt5X11Extras
>  * Qt5 (required version >= 5.12.0)
>  * KF5Activities (required version >= 5.62.0)
>  * KF5Auth (required version >= 5.62.0)
>  * KF5IdleTime (required version >= 5.62.0)
>  * KF5Config (required version >= 5.62.0)
>  * KF5DBusAddons (required version >= 5.62.0)
>  * KF5Solid (required version >= 5.62.0)
>  * Gettext
>  * KF5I18n (required version >= 5.62.0)
>  * KF5GlobalAccel (required version >= 5.62.0)
>  * KF5KIO (required version >= 5.62.0)
>  * KF5NotifyConfig (required version >= 5.62.0)
>  * KF5Wayland (required version >= 5.62.0)
>  * KF5DocTools (required version >= 5.62.0)
>  * KF5Crash (required version >= 5.62.0)
>  * KF5Notifications (required version >= 5.62.0)
>  * KF5 (required version >= 5.62.0)
>  * KF5Screen
>  * LibKWorkspace (required version >= 5.17.5)
>  * UDev, API for enumerating and introspecting local devices (part of 
> systemd), <https://freedesktop.org/wiki/Software/systemd/>
>  * XCB, X protocol C-language Binding, <https://xcb.freedesktop.org/>
> 
> -- The following features have been disabled:
> 
>  * DDCUtil, DDCUtil library support is disabled by default as
> recomended by authors, add -DHAVE_DDCUTIL=On to enable
> 
> -- <<< Gentoo configuration >>>
> Build type  Gentoo
> Install path/usr
> Compiler flags:
> C   -march=native -O2 -pipe -ftree-vectorize -fno-common
> -Wall - Wextra -Wcast-align -Wchar-subscripts -Wformat-security
> -Wno-long-long - Wpointer-arith -Wundef -Wmissing-format-attribute
> -Wwrite-strings - Werror=implicit-function-declaration
> C++ -march=native -O2 -pipe -ftree-vectorize
> -fno-operator-names - fno-exceptions -Wall -Wextra -Wcast-align
> -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith
> -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type
> -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -
> fdiagnostics-color=always Linker flags:
> Executable  -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
> Module  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1
> -Wl,--as- needed
> Shared  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1
> -Wl,--as- needed
> 
> -- Configuring done
> CMake Error in daemon/CMakeLists.txt:
>   Imported target "KF5::NetworkManagerQt" includes non-existent path
> 
> "/usr/lib64/libffi-3.3_rc0/include"
> 
>   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
> 
>   * The path was deleted, renamed, or moved to another location.
> 
>   * An install or uninstall procedure did not complete successfully.
> 
>   * The installation package was faulty and references files it does not
>   provide.
> 
> 
> 
> CMake Error in daemon/CMakeLists.txt:
>   Imported target "KF5::NetworkManagerQt" includes non-existent path
> 
> "/usr/lib64/libffi-3.3_rc0/include"
> 
>   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
> 
>   * The path was deleted, renamed, or moved to another location.
> 
>   * An install or uninstall procedure did not complete successfully.
> 
>   * The installation package was faulty and references files it does not
>   provide.
> 
> 
> 
> -- Generating done
> -- Build files have been written to: /var/tmp/portage/kde-plasma/
> powerdevil-5.17.5/work/powerdevil-5.17.5_build
> ==
> 
> I rebuilt libffi, but the same failure recurred as above.  Any ideas?
> 

Have you tried rebuilding networkmanager-qt?


-- 
Neil Bothwick

Give a man a fish and you have fed him for a day, but give him a case of
dynamite and soon the village will be showered with mud and seaweed and
unidentifiable chunks of fish.


pgpwLKWVw8eZz.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] update to portage 2.2

2009-02-26 Thread Alan McKinnon
:4.2
kde-base/kgoldrunner:4.2
kde-base/kgpg:4.2
kde-base/khangman:4.2
kde-base/khelpcenter:4.2
kde-base/khotkeys:4.2
kde-base/kiconfinder:4.2
kde-base/kig:4.2
kde-base/killbots:4.2
kde-base/kimagemapeditor:4.2
kde-base/kinfocenter:4.2
kde-base/kioclient:4.2
kde-base/kiriki:4.2
kde-base/kiten:4.2
kde-base/kjots:4.2
kde-base/kjumpingcube:4.2
kde-base/kleopatra:4.2
kde-base/klettres:4.2
kde-base/klines:4.2
kde-base/klinkstatus:4.2
kde-base/klipper:4.2
kde-base/kmag:4.2
kde-base/kmahjongg:4.2
kde-base/kmail:4.2
kde-base/kmailcvt:4.2
kde-base/kmenuedit:4.2
kde-base/kmimetypefinder:4.2
kde-base/kmines:4.2
kde-base/kmix:4.2
kde-base/kmousetool:4.2
kde-base/kmouth:4.2
kde-base/kmplot:4.2
kde-base/knetattach:4.2
kde-base/knetwalk:4.2
kde-base/knetworkconf:4.2
kde-base/knewstuff:4.2
kde-base/knode:4.2
kde-base/knotes:4.2
kde-base/knotify:4.2
kde-base/kode:4.2
kde-base/kolf:4.2
kde-base/kollision:4.2
kde-base/kolourpaint:4.2
kde-base/kommander:4.2
kde-base/kompare:4.2
kde-base/konqueror:4.2
kde-base/konquest:4.2
kde-base/konsole:4.2
kde-base/kontact:4.2
kde-base/kontactinterfaces:4.2
kde-base/kontact-specialdates:4.2
kde-base/kopete:4.2
kde-base/korganizer:4.2
kde-base/kpasswdserver:4.2
kde-base/kpat:4.2
kde-base/kppp:4.2
kde-base/kquitapp:4.2
kde-base/krdc:4.2
kde-base/kreadconfig:4.2
kde-base/kreversi:4.2
kde-base/krfb:4.2
kde-base/krosspython:4.2
kde-base/krossruby:4.2
kde-base/kruler:4.2
kde-base/krunner:4.2
kde-base/ksame:4.2
kde-base/ksaneplugin:4.2
kde-base/kscd:4.2
kde-base/kscreensaver:4.2
kde-base/kshisen:4.2
kde-base/ksirk:4.2
kde-base/ksmserver:4.2
kde-base/ksnapshot:4.2
kde-base/kspaceduel:4.2
kde-base/ksplash:4.2
kde-base/ksquares:4.2
kde-base/kstars:4.2
kde-base/kstart:4.2
kde-base/kstartperf:4.2
kde-base/kstartupconfig:4.2
kde-base/kstyles:4.2
kde-base/ksudoku:4.2
kde-base/ksudoku:4.2
kde-base/ksysguard:4.2
kde-base/ksystemlog:4.2
kde-base/ksystraycmd:4.2
kde-base/kteatime:4.2
kde-base/ktimer:4.2
kde-base/ktimetracker:4.2
kde-base/ktimezoned:4.2
kde-base/ktouch:4.2
kde-base/ktraderclient:4.2
kde-base/kttsd:4.2
kde-base/ktuberling:4.2
kde-base/kturtle:4.2
kde-base/ktux:4.2
kde-base/kubrick:4.2
kde-base/kuiserver:4.2
kde-base/kuiviewer:4.2
kde-base/kurifilter-plugins:4.2
kde-base/kuser:4.2
kde-base/kwallet:4.2
kde-base/kwalletd:4.2
kde-base/kweather:4.2
kde-base/kwin:4.2
kde-base/kwordquiz:4.2
kde-base/kwrite:4.2
kde-base/kwrited:4.2
kde-base/kxsldbg:4.2
kde-base/libkcddb:4.2
kde-base/libkcompactdisc:4.2
kde-base/libkdcraw:4.2
kde-base/libkdeedu:4.2
kde-base/libkdegames:4.2
kde-base/libkdepim:4.2
kde-base/libkexiv2:4.2
kde-base/libkholidays:4.2
kde-base/libkipi:4.2
kde-base/libkleo:4.2
kde-base/libkmahjongg:4.2
kde-base/libkonq:4.2
kde-base/libkpgp:4.2
kde-base/libksane:4.2
kde-base/libksieve:4.2
kde-base/libkworkspace:4.2
kde-base/libplasmaclock:4.2
kde-base/libtaskmanager:4.2
kde-base/lilo-config:4.2
kde-base/lokalize:4.2
kde-base/lskat:4.2
kde-base/marble:4.2
kde-base/mimelib:4.2
kde-base/nepomuk:4.2
kde-base/nsplugins:4.2
kde-base/okteta:4.2
kde-base/okular:4.2
kde-base/parley:4.2
kde-base/phonon-kde:4.2
kde-base/plasma-apps:4.2
kde-base/plasma-workspace:4.2
kde-base/powerdevil:4.2
kde-base/printer-applet:4.2
kde-base/pykde4:4.2
kde-base/renamedlg-plugins:4.2
kde-base/solid:4.2
kde-base/solid-hardware:4.2
kde-base/soliduiserver:4.2
kde-base/step:4.2
kde-base/superkaramba:4.2
kde-base/svgpart:4.2
kde-base/sweeper:4.2
kde-base/system-config-printer-kde:4.2
kde-base/systemsettings:4.2
kde-base/umbrello:4.2
media-sound/phonon
~kde-base/akonadi-4.2.0
~kde-base/akregator-4.2.0
~kde-base/amor-4.2.0
~kde-base/ark-4.2.0
~kde-base/blinken-4.2.0
~kde-base/bomber-4.2.0
~kde-base/bovo-4.2.0
~kde-base/cervisia-4.2.0
~kde-base/dolphin-4.2.0
~kde-base/dragonplayer-4.2.0
~kde-base/drkonqi-4.2.0
~kde-base/gwenview-4.2.0
~kde-base/juk-4.2.0
~kde-base/kaddressbook-4.2.0
~kde-base/kalarm-4.2.0
~kde-base/kalgebra-4.2.0
~kde-base/kalzium-4.2.0
~kde-base/kamera-4.2.0
~kde-base/kanagram-4.2.0
~kde-base/kapman-4.2.0
~kde-base/kappfinder-4.2.0
~kde-base/kapptemplate-4.2.0
~kde-base/kate-4.2.0
~kde-base/katomic-4.2.0
~kde-base/kbattleship-4.2.0
~kde-base/kblackbox-4.2.0
~kde-base/kblocks-4.2.0
~kde-base/kbounce-4.2.0
~kde-base/kbreakout-4.2.0
~kde-base/kbruch-4.2.0
~kde-base/kbugbuster-4.2.0
~kde-base/kcachegrind-4.2.0
~kde-base/kcalc-4.2.0
~kde-base/kcharselect-4.2.0
~kde-base/kcheckpass-4.2.0
~kde-base/kcminit-4.2.0
~kde-base/kcmshell-4.2.0
~kde-base/kcolorchooser-4.2.0
~kde-base/kcontrol-4.2.0
~kde-base/kcron-4.2.0
~kde-base/kdeaccessibility-colorschemes-4.2.0
~kde-base/kdeaccessibility-iconthemes-4.2.0
~kde-base/kdeaccessibility-meta-4.2.0
~kde-base/kdeaccounts-plugin-4.2.0
~kde-base/kdeadmin-meta-4.2.0
~kde-base/kdeartwork-colorschemes-4.2.0
~kde-base/kdeartwork-desktopthemes-4.2.0
~kde-base/kdeartwork-emoticons-4.2.0
~kde-base/kdeartwork-iconthemes-4.2.0
~kde-base/kdeartwork-kscreensaver-4.2.0
~kde-base/kdeartwork-meta-4.2.0
~kde-base/kdeartwork-sounds-4.2.0
~kde-base/kdeartwork-styles-4.2.0
~kde-base/kdeartwork-wallpapers

Re: [gentoo-user] Qt blocking @world update

2013-11-03 Thread Alan McKinnon
Excuse the top-posting; if I try inter-post between all those blockers
you'll never find what I reply :-)

First I recommend to sync your tree again, just in case you got yours
between two Qt commits and things are not consistent anymore.

You seem to have at least two things happening:

python-exec
qt

To deal with the first, try remove python-exec and re-merge it (but
quickpkg a backup first)

quickpkg python-exec  emerge -avC python-exec  emerge -av1 python-exec

This is untested so I don't know if it will bork. If it does, you have a
quickpkg that you can untar and get things back.

Onto Qt:

I've had similar things over the years and it always made little sense.
Eventually I removed all references to Qt from world, sets in use and
USE then let portage figure out what to do. Rationale: Qt is a basic
toolkit that stuff uses, so stuff should decide what it needs and not
me. I want the stuff and if that requires Qt then just let portage give
me what is required.

This will show all references to Qt to consider:

grep -ir /qt /etc/portage/ /var/lib/portage/world*


In your case, I see portage wants to downgrade several Qt packages due
to fsrunner, but there's nothing in that ebuild or the kde4-base eclass
it inherits, which leads me to believe you might have a config setting
somewhere that wants to exclude latest Qt somehow. Portage and the tree
by itself isn't doing it, here's my output:

$ emerge -pvt fsrunner

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

Calculating dependencies... done!
[ebuild  N ] kde-misc/fsrunner-0.7.5:4  USE=(-aqua) -debug 18 kB

Total: 1 package (1 new), Size of downloads: 18 kB




On 03/11/2013 00:02, Alex Schuster wrote:
 Hi there!
 
 My @world update did not go well. It was much worse some while ago, so I
 just did an emerge -e @world, after manually removing stuff
 from /var/lib/portage/world until I got no complaints any more. I had to
 remove kde-misc/publictransport and kde-misc/plasma-emergelog for that.
 
 After most was done, it stopped after one package failed to build, and
 was unable to resume due to blockers. emerge --resume gives this:
 
 weird portage # emerge -aj --resume
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
  * Invalid resume list:
  * 
  *   (u'ebuild', u'/', u'sys-apps/lshw-02.17b', u'merge')
  *   (u'ebuild', u'/', u'net-print/foomatic-filters-4.0.17-r1', u'merge')
 [snipping some dozen lines]
  *   (u'ebuild', u'/', u'media-video/kmplayer-0.11.3d-r1', u'merge')
  *   (u'ebuild', u'/', u'media-libs/phonon-vlc-0.6.2', u'merge')
  * 
  * One or more packages are either masked or have missing dependencies:
  * 
  *   
 dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
  pulled in by:
  * (dev-java/java-config-2.2.0::gentoo, installed)
 [snipping LOTS of similar output again]
  *
  *   
 dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
  pulled in by:
  * (dev-libs/libpeas-1.8.1::gentoo, installed)
  * 
  *   
 dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
  pulled in by:
  * (dev-python/pygobject-3.8.3::gentoo, installed)
  * 
  *   =dev-libs/icu-3.8.1-r1:0/51.1= pulled in by:
  * (net-libs/webkit-gtk-1.10.2-r300::gentoo, installed)
  * 
  *   ~app-emulation/emul-linux-x86-medialibs-20130224 pulled in by:
  * (app-emulation/emul-linux-x86-qtlibs-20130224::gentoo, installed)
  * 
  * The resume list contains packages that are either masked or have
  * unsatisfied dependencies. Please restart/continue the operation
  * manually, or use --skipfirst to skip the first package in the list and
  * any other packages that may be masked or have missing dependencies.
 
 Wow, I don't even... anyway, I thought emerge -DuN @world might work now, but
 it does not, again due to Qt problems. And those I do not understand:
 
 Total: 178 packages (148 upgrades, 9 downgrades, 12 new, 1 in new slot, 8 
 reinstalls, 4 uninstalls), Size of downloads: 349,914 kB
 Fetch Restriction: 1 package
 Conflict: 18 blocks
 
 !!! Multiple package instances within a single package slot have been pulled
 !!! into the dependency graph, resulting in a slot conflict:
 
 dev-qt/qtgui:4
 
   (dev-qt/qtgui-4.8.5-r1::gentoo, installed) pulled in by
 =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] required by 
 (kde-base/libkworkspace-4.11.2::gentoo, installed)
 ~dev-qt/qtgui-4.8.5[aqua=,debug=,egl=,qt3support=] required by 
 (dev-qt/qtopengl-4.8.5::gentoo, installed)
 (and 283 more

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

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

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

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

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

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

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

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

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

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

Dan

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

Re: [gentoo-user] 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] cannot emerge @preserved-rebuild due to removed package...

2015-03-14 Thread Meino . Cramer
(+)] pulled in by:
 * media-libs/libkface-4.4.0
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-libs/qimageblitz-0.0.6-r1
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/marble-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/libkexiv2-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kdebase-kioslaves-4.14.3
 * 
 *   ~dev-qt/qtgui-4.8.5[-aqua,-debug] pulled in by:
 * dev-qt/qtwebkit-4.8.5
 * 
 *   =app-text/texlive-core-2014 pulled in by:
 * dev-texlive/texlive-basic-2014
 * 
 *   =app-text/texlive-core-2014 pulled in by:
 * dev-texlive/texlive-latex-2014
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-video/smplayer-14.9.0-r1
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-sound/hydrogen-0.9.5
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/zeroconf-ioslave-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/ffmpegthumbs-4.14.3
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-gfx/luminance-hdr-2.3.1
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/khelpcenter-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kurifilter-plugins-4.14.3
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-sound/rosegarden-14.12
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * kde-base/marble-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/libkonq-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/libkworkspace-4.11.14
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kdebugdialog-4.14.3
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-gfx/digikam-4.4.0-r1
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kpasswdserver-4.14.3
 * 
 *   =dev-qt/qtgui-4.6.0:4 pulled in by:
 * media-video/vlc-2.1.5-r1
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * sys-auth/polkit-kde-agent-0.99.0-r1
 * 
 *   ~dev-qt/qtgui-4.8.5[accessibility,-aqua,-debug,qt3support] pulled in by:
 * dev-qt/qt3support-4.8.5
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/libkdcraw-4.14.3
 * 
 *   =kde-base/kdepimlibs-4.14.3:4[-aqua] pulled in by:
 * kde-base/drkonqi-4.14.3
 * 
 *   =app-text/texlive-core-2012 pulled in by:
 * dev-texlive/texlive-fontutils-2012
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/libkipi-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kmimetypefinder-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * media-gfx/digikam-4.4.0-r1
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/ktimezoned-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kdontchangethehostname-4.14.3
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * app-text/poppler-0.30.0
 * 
 *   =dev-qt/qtgui-4.2:4 pulled in by:
 * media-sound/qsynth-0.3.6
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kfind-4.14.3
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * app-emulation/virtualbox-4.3.18
 * 
 *   dev-qt/qtgui:4[accessibility] pulled in by:
 * net-analyzer/wireshark-1.12.4
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kiconfinder-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/libkcddb-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4 pulled in by:
 * x11-libs/qscintilla-2.8.4-r1
 * 
 *   ~dev-qt/qtgui-4.8.5[accessibility,-aqua,-debug,qt3support] pulled in by:
 * dev-qt/qtdeclarative-4.8.5
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kstart-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * app-cdr/k3b-2.0.2-r4
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kcmshell-4.14.3
 * 
 *   =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
 * kde-base/kdialog-4.14.3
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * sys-boot/unetbootin-608
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * media-libs/mlt-0.9.0
 * 
 *   dev-qt/qtgui:4 pulled in by:
 * dev-libs/kqoauth-0.98-r1
 * 
 * Have you forgotten to do a complete update prior to depclean? The
 * most comprehensive command for this purpose is as follows:
 * 
 *   emerge --update --newuse --deep --with-bdeps=y @world
 * 
 * Note that the --with-bdeps=y option is not required in many
 * situations. Refer to the emerge manual page (run `man emerge`)
 * for more information about --with-bdeps.
 * 
 * Also, note that it may be necessary to manually uninstall
 * packages that no longer exist in the portage tree, since it may

Re: [gentoo-user] getting rid of KDE

2011-12-20 Thread Joseph
  ] sys-apps/iproute2-2.6.38 [2.6.35-r2] USE=berkdb -atm -minimal 
(-ipv6%*) 382 kB [0]
[ebuild U  ] dev-python/pycairo-1.10.0-r2 [1.8.10] USE=svg -doc -examples 
-test 634 kB [0]
[ebuild  N ] kde-base/kdebase-pam-7  0 kB [0]
[ebuild U  ] dev-libs/cyrus-sasl-2.1.23-r6 [2.1.23-r4] USE=berkdb crypt gdbm java mysql pam ssl -authdaemond -kerberos -ntlm_unsupported_patch -openldap 
-postgres -sample -srp -urandom 0 kB [0]

[ebuild   R] app-crypt/pinentry-0.8.0  USE=gtk ncurses -caps -qt4 -static 
(-qt3%) 0 kB [?=0]
[ebuild  N ] dev-db/libiodbc-3.52.7  USE=gtk 1,015 kB [0]
[ebuild U  ] net-analyzer/mtr-0.81 [0.80] USE=gtk ipv6 -suid 265 kB [0]
[ebuild  N ] dev-libs/soprano-2.7.0  USE=dbus raptor redland virtuoso -clucene 
-debug -doc -test 0 kB [0]
[ebuild  N ] sys-auth/polkit-qt-0.99.0  USE=-debug -examples 66 kB [0]
[ebuild U  ] x11-libs/libfm-0.1.17 [0.1.16] USE=udev -debug -examples 855 
kB [0]
[ebuild U  ] sys-apps/openrc-0.9.4 [0.8.3-r1] USE=ncurses pam unicode -debug 
(-selinux) 160 kB [0]
[ebuild U  ] x11-misc/pcmanfm-0.9.10 [0.9.9] USE=-debug 553 kB [0]
[ebuild U  ] net-libs/libpcap-1.1.1-r1 [1.1.1] USE=bluetooth ipv6 -libnl 
-static-libs% 569 kB [0]
[ebuild  N ] kde-base/kdelibs-4.7.3-r1  USE=alsa bzip2 fam handbook nls opengl policykit semantic-desktop spell ssl udev udisks upower -3dnow -acl 
(-altivec) (-aqua) -bindist -debug -doc -jpeg2k (-kdeenablefinal) -kerberos -lzma -mmx -openexr -sse -sse2 -test -zeroconf 11,789 kB [0]

[ebuild  N ] kde-base/katepart-4.7.3  USE=handbook (-aqua) -debug 
(-kdeenablefinal) 1,991 kB [0]
[ebuild  N ] sys-auth/polkit-kde-agent-0.99.0  USE=(-aqua) -debug (-kdeenablefinal) LINGUAS=-ca -ca@valencia -cs -da -de -en_GB -eo -es -et -fi -fr -ga 
-gl -hr -hu -is -it -ja -km -lt -mai -ms -nb -nds -nl -pa -pt -pt_BR -ro -ru -sk -sr -sr@ijekavian -sr@ijekavianlatin -sr@latin -sv -th -tr -uk -zh_TW 34 kB 
[0]

[ebuild  N ] kde-base/nepomuk-4.7.3  USE=handbook (-aqua) -debug 
(-kdeenablefinal) 5,886 kB [0]
[ebuild  N ] kde-misc/polkit-kde-kcmodules-0.98_pre20101127  USE=(-aqua) -debug 
(-kdeenablefinal) 26 kB [0]
[ebuild  N ] kde-base/kdesu-4.7.3  USE=handbook (-aqua) -debug 
(-kdeenablefinal) 0 kB [0]
[ebuild  N ] kde-base/khelpcenter-4.7.3  USE=(-aqua) -debug 
(-kdeenablefinal) 0 kB [0]
[ebuild  N ] kde-base/libkworkspace-4.7.3-r1  USE=(-aqua) -debug 
(-kdeenablefinal) 20,075 kB [0]
[ebuild  N ] kde-base/kcheckpass-4.7.3  USE=pam (-aqua) -debug 
(-kdeenablefinal) 0 kB [0]
[ebuild  N ] kde-base/libkonq-4.7.3  USE=(-aqua) -debug (-kdeenablefinal) 
-test 2,623 kB [0]
[ebuild  N ] kde-base/kdepasswd-4.7.3  USE=handbook (-aqua) -debug 
(-kdeenablefinal) 0 kB [0]
[ebuild  N ] kde-base/kdm-4.7.3-r1  USE=consolekit handbook pam (-aqua) -debug 
(-kdeenablefinal) -kerberos 0 kB [0]
[ebuild U  ] mail-client/thunderbird-8.0-r1 [7.0.1-r1] USE=alsa crashreporter crypt dbus ipc libnotify lightning startup-notification webm%* -bindist 
-custom-cflags -custom-optimization -debug -gconf -mozdom -system-sqlite -wifi LINGUAS=en en_US -ar -be% -bg% -bn% -bn_BD% -br% -ca -cs -da -de -el% -en_GB 
-es -es_AR -es_ES -et -eu -fi -fr -fy -fy_NL -ga -ga_IE -gd% -gl% -he -hu -id% -is -it -ja -ko -lt -nb -nb_NO -nl -nn -nn_NO -pa% -pa_IN% -pl -pt -pt_BR 
-pt_PT -rm% -ro% -ru -si -sk -sl -sq -sv -sv_SE -ta% -ta_LK% -tr -uk -vi% -zh% -zh_CN% -zh_TW 88,684 kB [0]
[ebuild U  ] www-client/firefox-8.0 [7.0.1-r1] USE=alsa crashreporter dbus ipc libnotify startup-notification webm -bindist -custom-cflags 
-custom-optimization -debug -pgo -system-sqlite -wifi LINGUAS=en en_US -af -ak -ar -ast -be -bg -bn -bn_BD -bn_IN -br -bs -ca -cs -cy -da -de -el -en_GB 
-en_ZA -eo -es -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy -fy_NL -ga -ga_IE -gd -gl -gu -gu_IN -he -hi -hi_IN -hr -hu -hy -hy_AM -id -is -it -ja -kk 
-kn -ko -ku -lg -lt -lv -mai -mk -ml -mr -nb -nb_NO -nl -nn -nn_NO -nso -or -pa -pa_IN -pl -pt -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -sv_SE 
-ta -ta_LK -te -th -tr -uk -vi -zh -zh_CN -zh_TW -zu 68,728 kB [0]


Total: 117 packages (42 upgrades, 70 new, 1 in new slot, 4 reinstalls), Size of 
downloads: 780,772 kB
Portage tree and overlays:
 [0] /usr/portage
 [?] indicates that the source repository could not be determined

The following USE changes are necessary to proceed:
#required by kde-base/libkonq-4.7.3, required by kde-base/kdepasswd-4.7.3, required by kde-base/kdm-4.7.3-r1, required by @selected, required by @world 
(argument)

=x11-libs/qt-qt3support-4.7.2 kde
#required by kde-base/nepomuk-4.7.3, required by kde-base/kdelibs-4.7.3-r1[semantic-desktop], required by kde-base/libkonq-4.7.3, required by 
kde-base/kdepasswd-4.7.3, required by kde-base/kdm-4.7.3-r1, required by @selected, required by @world (argument)

=app-misc/strigi-0.7.6-r1 qt4
#required by kde-base/libkonq-4.7.3, required by kde-base/kdepasswd-4.7.3, required by kde-base/kdm-4.7.3-r1, required by @selected, required

[gentoo-user] Udev and eudev clash. Something wants to remove eudev and install udev.

2019-10-27 Thread Dale
0:5/5.63::gentoo 
USE="X dbus nls phonon -debug -doc -speech"
[nomerge   ]   media-libs/phonon-4.10.2::gentoo  USE="vlc -debug
-designer -gstreamer -pulseaudio"
[nomerge   ]    media-libs/phonon-vlc-0.10.2::gentoo  USE="-debug"
[nomerge   ] media-video/vlc-3.0.8:0/5-9::gentoo  USE="X a52
alsa bidi cddb dbus dvbpsi dvd encode ffmpeg flac fontconfig gcrypt jpeg
libnotify libsamplerate mad mp3 mpeg ncurses ogg png qt5 ssl svg
truetype udev vdpau vorbis x264 x265 xml zeroconf (-altivec) -aom
-archive -aribsub -bluray -chromaprint -chromecast -dav1d -dc1394 -debug
(-directx) -dts -faad -fdk -fluidsynth -gme -gnome-keyring -gstreamer
-ieee1394 -jack -kate -libass -libav -libcaca -libtar -libtiger -linsys
-lirc -live -lua -macosx-notifications -matroska -modplug -mtp -musepack
(-neon) -nfs -omxil -opencv -optimisememory -opus -postproc -projectm
-pulseaudio -rdp -run-as-root -samba -sdl-image -sftp -shout -sid -skins
-soxr -speex -srt -taglib -test -theora -tremor -twolame -upnp -v4l
-vaapi -vnc -vpx -wayland -zvbi" CPU_FLAGS_X86="mmx sse"
[nomerge   ]  media-video/ffmpeg-4.1.3:0/56.58.58::gentoo 
USE="X alsa bzip2 encode fdk fontconfig frei0r gpl hardcoded-tables
iconv jpeg2k lzma mp3 network opengl postproc sdl svg theora threads
truetype vdpau vorbis vpx x264 x265 xcb xvid zlib (-altivec) -amr
-amrenc (-appkit) -bluray -bs2b -cdio -chromaprint -chromium -codec2
-cpudetection -debug -doc -flite -fribidi -gcrypt -gme -gmp -gnutls -gsm
-iec61883 -ieee1394 -jack -kvazaar -ladspa -libaom -libass -libcaca
-libdrm -libilbc -libressl -librtmp -libsoxr -libv4l -libxml2 -lv2
(-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -openal -opencl
-openh264 -openssl -opus -oss -pic -pulseaudio -rubberband -samba
-snappy -speex -srt -ssh -static-libs -test -twolame -v4l -vaapi
-wavpack -webp -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)"
CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext sse sse2 sse3 sse4_1 sse4_2
ssse3 xop -3dnow -3dnowext -avx2" FFTOOLS="aviocat cws2fws ffescape
ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart
sidxindex trasher" VIDEO_CARDS="nvidia"
[nomerge   ]   media-libs/nv-codec-headers-8.1.24.2::gentoo 
ABI_X86="(64) -32 (-x32)"
[nomerge   ]   
x11-drivers/nvidia-drivers-390.129:0/390::gentoo  USE="X acpi driver
gtk3 kms multilib tools -compat -static-libs -uvm -wayland" ABI_X86="32
(64) (-x32)"
[ebuild U  ] sys-apps/pciutils-3.5.6-r1::gentoo
[3.5.6::gentoo] USE="kmod udev zlib -dns -static-libs" ABI_X86="(64) -32
(-x32)" 0 KiB
[nomerge   ]  x11-libs/libnotify-0.7.7-r1::gentoo 
USE="introspection -test" ABI_X86="(64) -32 (-x32)"
[nomerge   ]   virtual/notification-daemon-0::gentoo  USE="kde
-gnome"
[ebuild U ~]    kde-plasma/plasma-workspace-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="calendar handbook -appstream -debug -geolocation
-gps -qalculate -qrcode -semantic-desktop -systemd -test" 4,845 KiB
[ebuild U ~] kde-plasma/kde-cli-tools-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="X handbook kdesu -debug -test" 577 KiB
[nomerge   ]  kde-frameworks/kcmutils-5.63.0:5/5.63::gentoo 
USE="-debug -doc"
[nomerge   ]  
kde-frameworks/kdeclarative-5.63.0:5/5.63::gentoo  USE="-debug -doc"
[nomerge   ]    kde-frameworks/kio-5.63.0:5/5.63::gentoo 
USE="X handbook kwallet -acl -debug -designer -doc -kerberos -test"
[nomerge   ] kde-frameworks/solid-5.63.0:5/5.63::gentoo 
USE="nls -debug -doc -test"
[nomerge   ]  sys-fs/udisks-2.8.2:2::gentoo 
USE="introspection lvm nls -acl -debug -elogind (-selinux) -systemd -vdo"
[ebuild U  ]   sys-fs/lvm2-2.02.184-r5::gentoo
[2.02.184-r4::gentoo] USE="readline thin udev -device-mapper-only
-lvm2create_initrd -sanlock (-selinux) -static -static-libs -systemd" 0 KiB
[nomerge   ]   sys-libs/libblockdev-2.20-r2::gentoo 
USE="cryptsetup lvm -bcache -device-mapper -dmraid -doc -escrow -kbd
-test -vdo" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_5
(-python3_7)" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)"
[ebuild U  ]    sys-fs/cryptsetup-2.2.1-r1:0/12::gentoo
[2.2.1:0/12::gentoo] USE="argon2 luks1_default nls openssl udev -gcrypt
-kernel -libressl -nettle -pwquality -reencrypt -static -static-libs
-urandom" 0 KiB
[nomerge   ] 
kde-frameworks/kactivities-5.63.0:5/5.63::gentoo  USE="-debug -doc -test"
[ebuild U ~]   dev-qt/qtsql-5.12.5-r2:5/5.12.5::gentoo
[5.12.5-r1:5/5.12.5::gentoo] USE="mysql sqlite -debug -freetds -oci8
-odbc -postgres -test" 0 KiB
[ebuild U ~]   kde-plasma/kactivitymanagerd-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="-debug" 85 KiB
[ebuild U ~]  kde-plasma/libkworkspace-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="-debug -test" 0 KiB
[ebuild U ~]   kde-plasma/kscreenlocker-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="consolekit pam seccomp -debug -test" 121 KiB
[ebuild U ~]   kde-plasma/kwin-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="handbook -caps -debug (-gles2) -multimedia
-test" 6,103 KiB
[ebuild U ~]    kde-plasma/kdecoration-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="-debug -test" 42 KiB
[ebuild U ~]    kde-plasma/breeze-5.17.1:5::gentoo
[5.16.5:5::gentoo] USE="X -debug -wayland" 16,195 KiB
[blocks b  ] From the way it looks to me, it is one or more of the  acct-group/*
packages pulling it in.  Maybe I'm not reading that correctly.  Does
anyone know how to work around this?  Is this a bug that needs to be
reported?

I'm going to try to update small bits at a time and see if I can make
some progress.  Any ideas or clues would be welcome.

Thanks.

Dale

:-)  :-) 



Re: [gentoo-user] KDE update puzzle

2021-09-18 Thread Philip Webb
/ktexteditor-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -editorconfig -git -test" 2,273 KiB
[ebuild U  ] kde-frameworks/plasma-5.85.0-r3:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="X -debug -doc -gles2-only -man% -test -wayland" 
3,072 KiB
[ebuild U  ] kde-frameworks/kactivities-stats-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -test" 81 KiB
[ebuild U  ] kde-frameworks/krunner-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-activities -debug -doc -test" 76 KiB
[ebuild U  ] kde-plasma/kscreenlocker-5.22.5:5::gentoo [5.21.5:5::gentoo] 
USE="-debug -pam -test" 114 KiB
[ebuild U  ] kde-plasma/breeze-5.22.5:5::gentoo [5.21.5-r1:5::gentoo] 
USE="X -debug" 33,739 KiB
[ebuild  r  U  ] kde-plasma/kwin-5.22.5:5::gentoo [5.21.5:5::gentoo] 
USE="accessibility -caps -debug -gles2-only handbook -multimedia -plasma 
-screencast -test" 6,309 KiB
[ebuild U  ] kde-plasma/libkworkspace-5.22.5:5::gentoo 
[5.21.5-r1:5::gentoo] USE="-debug -test" 8,205 KiB
[ebuild U  ] kde-plasma/kde-cli-tools-5.22.5:5::gentoo [5.21.5:5::gentoo] 
USE="X -debug handbook -kdesu -test" 612 KiB

Total: 67 packages (65 upgrades, 2 new), Size of downloads: 80,198 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

kde-frameworks/kcoreaddons:5

  (kde-frameworks/kcoreaddons-5.85.0:5/5.85::gentoo, ebuild scheduled for 
merge) USE="-debug -doc (-fam) -nls -test" ABI_X86="(64)" pulled in by
=kde-frameworks/kcoreaddons-5.85*:5 required by 
(kde-frameworks/kdeclarative-5.85.0:5/5.85::gentoo, ebuild scheduled for merge) 
USE="-debug -doc" ABI_X86="(64)"
^   ^^^ 


   
kde-frameworks/kcoreaddons (Argument)
(and 28 more with the same problems)

  (kde-frameworks/kcoreaddons-5.82.0:5/5.82::gentoo, installed) USE="-debug 
-doc (-fam) -nls -test" ABI_X86="(64)" pulled in by
=kde-frameworks/kcoreaddons-5.82*:5 required by 
(kde-frameworks/kcrash-5.82.0:5/5.82::gentoo, installed) USE="-debug -doc -nls 
-test" ABI_X86="(64)"
^   ^^^ 



 
(and 2 more with the same problem)

kde-frameworks/kconfig:5

  (kde-frameworks/kconfig-5.85.0:5/5.85::gentoo, ebuild scheduled for merge) 
USE="dbus -debug -doc -nls -test" ABI_X86="(64)" pulled in by
kde-frameworks/kconfig (Argument)
=kde-frameworks/kconfig-5.85*:5 required by 
(kde-frameworks/kservice-5.85.0:5/5.85::gentoo, ebuild scheduled for merge) 
USE="-debug -doc -man -test" ABI_X86="(64)"
^   ^^^ 




(and 26 more with the same problems)

  (kde-frameworks/kconfig-5.82.0:5/5.82::gentoo, installed) USE="dbus -debug 
-doc -nls -test" ABI_X86="(64)" pulled in by
=kde-frameworks/kconfig-5.82*:5 required by 
(kde-frameworks/kglobalaccel-5.82.0-r1:5/5.82::gentoo, installed) USE="-debug 
-doc -nls -test" ABI_X86="(64)"
^   ^^^ 



  
(and 1 more with the same problem)

kde-frameworks/kwindowsystem:5

  (kde-frameworks/kwindowsystem-5.85.0:5/5.85::gentoo, ebuild scheduled for 
merge) USE="X -debug -doc -nls -test" ABI_X86="(64)" pulled in by
=kde-frameworks/kwindowsystem-5.85*:5 required by 
(kde-frameworks/plasma-5.85.0-r3:5/5.85::gentoo, ebuild scheduled for merge) 
USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)"
^ ^^^   

  

Re: [gentoo-user] Trying KDE-4

2008-10-20 Thread Peter Humphrey
-plugins-4.1.2  USE=-debug -kdeprefix 
0 kB
[ebuild  N]  kde-base/kcmshell-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/phonon-xine-4.1.2  USE=xcb -debug -kdeprefix 0 
kB
[ebuild  N]  kde-base/kde-menu-icons-4.1.2  USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kscreensaver-4.1.2 [3.5.9] USE=opengl 
pam -debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdialog-4.1.2 [3.5.9-r1] USE=-debug -kdeprefix 0 
kB
[ebuild  NS   ]  kde-base/kfind-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kcontrol-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdepasswd-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 
kB
[ebuild  NS   ]  kde-base/kcheckpass-4.1.2 [3.5.9] USE=pam -kdeprefix 0 kB
[nomerge  ] kde-base/kontactinterfaces-4.1.2  
USE=-debug -htmlhandbook -kdeprefix
[ebuild  N]  kde-base/kode-4.1.2  USE=-debug -kdeprefix 0 kB
[nomerge  ] kde-base/kscd-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix
[ebuild  N]  kde-base/libkcompactdisc-4.1.2  
USE=alsa -debug -htmlhandbook -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/libkcddb-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix -musicbrainz 0 kB
[nomerge  ] kde-base/ksmserver-4.1.2 [3.5.9] USE=-debug -kdeprefix
[nomerge  ]  kde-base/libplasma-4.1.2  
USE=opengl -debug -kdeprefix -test -xinerama
[ebuild  N]   kde-base/libtaskmanager-4.1.2  
USE=-debug -kdeprefix -xcomposite 0 kB
[nomerge  ] kde-base/krunner-4.1.2  
USE=opengl -debug -kdeprefix -xcomposite -xscreensaver
[ebuild  NS   ]  kde-base/kdebase-data-4.1.2 [3.5.9] USE=-kdeprefix 0 kB
[nomerge  ] sys-apps/qtparted-0.4.5  USE=jfs kde ntfs reiserfs 
xfs -gnome
[ebuild  NS   ]  kde-base/kdesu-4.1.2 [3.5.9] 
USE=-debug -htmlhandbook -kdeprefix 0 kB
[nomerge  ] kde-base/ksmserver-4.1.2 [3.5.9] USE=-debug -kdeprefix
[ebuild  N]  kde-base/libkworkspace-4.1.2  USE=-debug -kdeprefix 0 kB
[nomerge  ] kde-base/kdebase-meta-4.1.2 [3.5.9]
[nomerge  ]  kde-base/dolphin-4.1.2  
USE=semantic-desktop -debug -htmlhandbook -kdeprefix
[ebuild  NS   ]   kde-base/libkonq-4.1.2 [3.5.9] 
USE=-debug -kdeprefix -test 0 kB
[ebuild  N]kde-base/kdepimlibs-4.1.2  
USE=sasl -debug -htmlhandbook -kdeprefix -ldap -test 1,844 kB
[ebuild  N] app-office/akonadi-server-1.0.0  USE=mysql 120 kB
[ebuild  NS   ] kde-base/kdelibs-4.1.2-r1 [3.5.9-r4] USE=acl alsa bzip2 
fam jpeg2k mmx nls opengl semantic-desktop spell sse sse2 ssl -3dnow 
(-altivec) -bindist -debug -doc -htmlhandbook -kdeprefix -kerberos -openexr 
-test -zeroconf 
8,899 kB
[ebuild  N]  x11-libs/qt-qt3support-4.4.2  
USE=accessibility -debug -pch 0 kB
[ebuild  N]   x11-libs/qt-sql-4.4.2  USE=mysql odbc qt3support 
sqlite -debug (-firebird) -pch -postgres 0 kB
[ebuild  N]  dev-libs/soprano-2.1  USE=clucene 
sesame2 -debug -doc -redland 1,789 kB
[ebuild  N]  media-sound/phonon-4.2.0  USE=-debug -gstreamer 392 
kB
[ebuild  N]  x11-libs/qt-opengl-4.4.2  USE=qt3support -debug -pch 
0 kB
[ebuild  N]  x11-libs/qt-svg-4.4.2  USE=-debug -pch 0 kB
[ebuild  N]   x11-libs/qt-gui-4.4.2  USE=accessibility cups dbus 
mng qt3support tiff -debug -glib -nas -nis -pch -xinerama 
INPUT_DEVICES=-wacom 0 kB
[ebuild  N]x11-libs/qt-dbus-4.4.2  USE=-debug -pch 0 kB
[ebuild  N]x11-libs/qt-script-4.4.2  USE=-debug -pch 0 kB
[ebuild  N]  kde-base/automoc-0.9.84  8 kB
[ebuild  N]  x11-libs/qt-test-4.4.2  USE=-debug -pch 0 kB
[ebuild  N]   x11-libs/qt-core-4.4.2  USE=qt3support 
ssl -debug -doc -glib -pch 0 kB
[nomerge  ] dev-db/mysql-gui-tools-5.0_p12-r2  USE=administrator nls 
query-browser
[nomerge  ]  gnome-extra/gtkhtml-3.18.3  USE=-debug -static
[nomerge  ]   gnome-base/libbonoboui-2.22.0  USE=X -debug -doc
[ebuild   R   ]gnome-base/gnome-vfs-2.22.0  USE=acl fam ipv6 
ssl -avahi -debug -doc -gnutls -hal* -kerberos -samba 0 kB
[nomerge  ] gnome-extra/gtkhtml-3.18.3  USE=-debug -static
[nomerge  ]  gnome-base/libgnomeui-2.22.1  USE=jpeg -debug -doc
[ebuild   R   ]   gnome-base/gnome-keyring-2.22.3  
USE=pam -debug -doc -hal* -test 0 kB
[ebuild   R   ] net-irc/xchat-2.8.6-r1  USE=dbus* ipv6 nls perl python 
spell ssl xchatdccserver -debug -libnotify (-mmx) -tcl -xchatnogtk -xft 0 
kB
[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 
0 kB
[ebuild   R   ] net-print/hplip-2.8.6b  USE=cupsddk dbus* doc qt3 
qt4* -fax -minimal -parport -ppds -scanner -snmp 0 kB
[ebuild   R

Re: [gentoo-user] Trying KDE-4

2008-10-23 Thread Peter Humphrey
]  kde-base/solid-hardware-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/kiconfinder-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/kioclient-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/keditbookmarks-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdm-4.1.2 [3.5.9] USE=pam -debug -htmlhandbook 
-kdeprefix -kerberos 0 kB
[ebuild  NS   ] kde-base/kscd-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ] kde-base/konsole-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ] kde-base/kolourpaint-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ] kde-base/kmenuedit-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ] kde-base/ksnapshot-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ] kde-base/nsplugins-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 kB
[ebuild  NS   ] kde-base/drkonqi-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 kB
[ebuild  NS   ] kde-base/kappfinder-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ] kde-base/kstart-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 kB
[ebuild  NS   ] kde-base/kcalc-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix -test 0 kB
[nomerge  ] kde-base/krunner-4.1.2  USE=opengl -debug -kdeprefix 
-xcomposite -xscreensaver 
[ebuild  NS   ]  kde-base/ksmserver-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]   kde-base/kcminit-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 kB
[ebuild  N]kde-base/ksplash-4.1.2  USE=mmx sse sse2 -3dnow (-altivec) 
-debug -kdeprefix -xinerama 0 kB
[ebuild  NS   ]  kde-base/ksysguard-4.1.2 [3.5.9] USE=lm_sensors -debug 
-htmlhandbook -kdeprefix -test 0 kB
[ebuild  N]   kde-base/plasma-workspace-4.1.2  USE=-debug -htmlhandbook 
-kdeprefix -xcomposite -xinerama 0 kB
[ebuild  N]kde-base/dolphin-4.1.2  USE=semantic-desktop -debug 
-htmlhandbook -kdeprefix 0 kB
[ebuild  N] kde-base/nepomuk-4.1.2  USE=-debug -kdeprefix 0 kB
[nomerge  ] kde-base/nsplugins-4.1.2 [3.5.9] USE=-debug -kdeprefix 
[ebuild  NS   ]  kde-base/konqueror-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ]   kde-base/kdebase-kioslaves-4.1.2 [3.5.9] USE=bzip2 -debug 
-htmlhandbook -kdeprefix -openexr -samba 0 kB
[nomerge  ] kde-base/kdebase-startkde-4.1.2-r1 [3.5.9] USE=-kdeprefix 
[nomerge  ]  kde-base/plasma-workspace-4.1.2  USE=-debug -htmlhandbook 
-kdeprefix -xcomposite -xinerama 
[ebuild  N]   kde-base/soliduiserver-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]kde-base/solid-4.1.2  USE=-bluetooth -kdeprefix 
-networkmanager -test 0 kB
[ebuild  NS   ]   kde-base/kdeartwork-iconthemes-4.1.2 [3.5.9] USE=-kdeprefix 
0 kB
[nomerge  ] kde-base/kdebase-meta-4.1.2 [3.5.9]
[ebuild  N]  kde-base/kurifilter-plugins-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/kcmshell-4.1.2  USE=-debug -kdeprefix 0 kB
[ebuild  N]  kde-base/phonon-xine-4.1.2  USE=xcb -debug -kdeprefix 0 kB
[ebuild  N]  kde-base/kde-menu-icons-4.1.2  USE=-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kscreensaver-4.1.2 [3.5.9] USE=opengl pam -debug 
-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdialog-4.1.2 [3.5.9-r1] USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kfind-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kcontrol-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kdepasswd-4.1.2 [3.5.9] USE=-debug -kdeprefix 0 kB
[ebuild  NS   ]  kde-base/kcheckpass-4.1.2 [3.5.9] USE=pam -kdeprefix 0 kB
[nomerge  ] kde-base/kontactinterfaces-4.1.2  USE=-debug -htmlhandbook 
-kdeprefix 
[ebuild  N]  kde-base/kode-4.1.2  USE=-debug -kdeprefix 0 kB
[nomerge  ] kde-base/kscd-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 
[ebuild  N]  kde-base/libkcompactdisc-4.1.2  USE=alsa -debug -htmlhandbook 
-kdeprefix 0 kB
[ebuild  NS   ]  kde-base/libkcddb-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix -musicbrainz 0 kB
[nomerge  ] kde-base/kdebase-startkde-4.1.2-r1 [3.5.9] USE=-kdeprefix 
[nomerge  ]  kde-base/ksmserver-4.1.2 [3.5.9] USE=-debug -kdeprefix 
[ebuild  N]   kde-base/libplasma-4.1.2  USE=opengl -debug -kdeprefix -test 
-xinerama 0 kB
[ebuild  N]kde-base/libtaskmanager-4.1.2  USE=-debug -kdeprefix 
-xcomposite 0 kB
[ebuild  NS   ]  kde-base/kdebase-data-4.1.2 [3.5.9] USE=-kdeprefix 0 kB
[nomerge  ] sys-apps/qtparted-0.4.5  USE=jfs kde ntfs reiserfs xfs -gnome 
[ebuild  NS   ]  kde-base/kdesu-4.1.2 [3.5.9] USE=-debug -htmlhandbook 
-kdeprefix 0 kB
[nomerge  ] kde-base/ksmserver-4.1.2 [3.5.9] USE=-debug -kdeprefix 
[ebuild  N]  kde-base/libkworkspace-4.1.2  USE=-debug -kdeprefix 0 kB
[nomerge  ] kde-base/kdebase-meta-4.1.2 [3.5.9]
[nomerge  ]  kde-base/dolphin-4.1.2  USE=semantic-desktop -debug 
-htmlhandbook -kdeprefix 
[ebuild  NS   ]   kde-base/libkonq-4.1.2 [3.5.9] USE=-debug -kdeprefix -test 
0 kB
[ebuild  N]kde-base/kdepimlibs-4.1.2

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

2009-07-22 Thread Vagner Rodrigues


I try install one new machine , and update  system and world ,  install  
X and gnome-light ( some test ) and this run


Now I try install KDE 4 but i have problem with compile qt-webkit

See my make.conf

CFLAGS=-O2 -march=i686 -pipe -funroll-loops -msse -mmmx 
-fomit-frame-pointer 

CHOST=i686-pc-linux-gnu
MAKEOPTS=-j3
CXXFLAGS=${CFLAGS}
USE=svg wav h323 sip qt3support bluetooth  mdnsresponder-compat cairo 
avahi zerVIDEO_CARDS=radeonhd intel apm ark chips cirrus cyrix dummy 
fbdev glint i128 i7INPUT_DEVICES=vmmouse joystick evdev keyboard mouse 
wacom synaptics

LINGUAS=pt_BR en_US
ACCEPT_KEYWORDS=~x86


and the error on  qt-webkit is it


compiling generated/JSSVGPointList.cpp
compiling generated/JSSVGPolygonElement.cpp
compiling generated/JSSVGPolylineElement.cpp
{standard input}: Assembler messages:
{standard input}:31178: Warning: end of file not at end of a line; 
newline inserted

{standard input}:31818: Error: unrecognized symbol type 
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See http://bugs.gentoo.org/ for instructions.
make: *** [.obj/release-shared/JSSVGPatternElement.o] Error 1
make: *** Waiting for unfinished jobs
*
* ERROR: x11-libs/qt-webkit-4.5.2 failed.
* Call stack:
*   ebuild.sh, line   49:  Called src_compile
* environment, line 3233:  Called qt4-build_src_compile
* environment, line 2937:  Called build_directories 
'src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview'

* environment, line  602:  Called die
* The specific snippet of code:
*   emake || die emake failed;
*  The die message:
*   emake failed



The  Gcc isi686-pc-linux-gnu-4.3.3 *



The list of   emerge -pv kde-meta is this

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

Calculating dependencies  ... done!
[ebuild  N] x11-libs/qt-webkit-4.5.2  USE=-debug -kde -pch 0 kB
[ebuild  N] kde-base/kdebase-pam-7  0 kB
[ebuild  N] dev-libs/poppler-qt4-0.10.7  USE=-test 0 kB
[ebuild  N] kde-base/automoc-0.9.88  9 kB
[ebuild  N] sci-libs/libqalculate-0.9.6-r1  USE=readline 0 kB
[ebuild  N] app-crypt/qca-ossl-2.0.0_beta3-r1  USE=-debug 0 kB
[ebuild  N] dev-python/PyQt4-4.5.2  USE=X dbus opengl svg webkit 
-assistant -debug -doc -examples -kde -phonon -sql -xmlpatterns 0 kB

[ebuild  N] virtual/poppler-qt4-0.10.7  0 kB
[ebuild  N] kde-base/kdelibs-4.2.4-r3  USE=3dnow acl alsa bzip2 
handbook jpeg2k mmx nls opengl semantic-desktop spell sse ssl zeroconf 
(-altivec) -bindist -debug -doc -fam (-kdeprefix) -kerberos -openexr 
-sse2 -test 0 kB

[ebuild  N] kde-base/kdebase-data-4.2.4-r1  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kde-env-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdepimlibs-4.2.4-r1  USE=handbook ldap sasl 
-debug (-kdeprefix) -test 0 kB

[ebuild  N] kde-base/libkdegames-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkworkspace-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/knotify-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkdeedu-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkonq-4.2.4  USE=-debug (-kdeprefix) -test 0 kB
[ebuild  N] kde-base/solid-4.2.4  USE=bluetooth networkmanager 
-debug (-kdeprefix) 0 kB

[ebuild  N] kde-base/kephal-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/nepomuk-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kcmshell-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdesu-4.2.4  USE=handbook -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/kfind-4.2.4  USE=handbook -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/kcheckpass-4.2.4  USE=pam -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/ksysguard-4.2.4  USE=handbook lm_sensors 
-debug (-kdeprefix) -test 0 kB
[ebuild  N] kde-base/ksplash-4.2.4  USE=3dnow mmx sse xinerama 
(-altivec) -debug (-kdeprefix) -sse2 0 kB
[ebuild  N] kde-base/libkcompactdisc-4.2.4  USE=alsa -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/libkcddb-4.2.4  USE=-debug (-kdeprefix) 
-musicbrainz 0 kB

[ebuild  N] kde-base/kdebase-desktoptheme-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kde-wallpapers-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdedglobalaccel-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kpasswdserver-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdialog-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/phonon-kde-4.2.4  USE=xine -debug (-kdeprefix) 
-pulseaudio 0 kB

[ebuild  N] kde-base/kwalletd-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kioclient-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/ktimezoned-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libplasmaclock-4.2.4  USE=opengl xinerama 
-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kurifilter-plugins-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kde

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

2013-03-19 Thread Andrew Lowe
  x11-libs/libXrender-0.9.7-r1
 Sun Mar 17 14:23:33 2013  x11-libs/libXfixes-5.0-r1
 Sun Mar 17 14:23:47 2013  x11-libs/libXxf86vm-1.1.2-r1
 Sun Mar 17 14:24:01 2013  x11-libs/libXcomposite-0.4.4-r1
 Sun Mar 17 14:24:17 2013  x11-libs/libXrandr-1.4.0-r1
 Sun Mar 17 14:24:32 2013  x11-libs/libXcursor-1.1.13-r1
 Sun Mar 17 14:24:57 2013  x11-libs/libXi-1.7
 Sun Mar 17 14:25:11 2013  x11-libs/libXinerama-1.1.2-r1
 Sun Mar 17 14:25:26 2013  x11-libs/libXv-1.0.7-r1
 Sun Mar 17 14:25:40 2013  x11-libs/libXdamage-1.1.4-r1
 Sun Mar 17 14:25:55 2013  x11-libs/libXScrnSaver-1.2.2-r1
 Sun Mar 17 14:26:08 2013  x11-libs/libvdpau-0.5-r1
 Sun Mar 17 14:26:23 2013  x11-libs/libXp-1.0.1-r1
 Sun Mar 17 14:26:38 2013  x11-libs/libXtst-1.2.1-r1
 Sun Mar 17 14:26:53 2013  x11-libs/libXvMC-1.0.7-r1
 Sun Mar 17 14:29:11 2013  media-libs/mesa-9.1
 Sun Mar 17 14:29:53 2013  media-libs/fontconfig-2.10.2-r1
 Sun Mar 17 14:30:10 2013  x11-libs/libXft-2.3.1-r1
 Sun Mar 17 14:31:48 2013  x11-libs/cairo-1.12.12-r1
 Sun Mar 17 14:32:01 2013  sys-apps/portage-2.1.11.55
 Sun Mar 17 14:32:14 2013  app-portage/gentoolkit-0.3.0.7-r2
 Sun Mar 17 14:34:57 2013  dev-python/numpy-1.7.0
 Sun Mar 17 14:35:56 2013  sys-libs/pam-1.1.6-r4
 Sun Mar 17 14:36:30 2013  net-fs/cifs-utils-5.9-r1
 Sun Mar 17 14:37:18 2013  dev-libs/cyrus-sasl-2.1.26-r1
 Sun Mar 17 14:38:33 2013  sys-kernel/gentoo-sources-3.8.3
 Sun Mar 17 14:38:40 2013  virtual/linux-sources-1
 Sun Mar 17 20:43:31 2013  x11-libs/libxcb-1.9-r1
 Sun Mar 17 20:44:18 2013  x11-libs/xcb-util-0.3.9
 Sun Mar 17 20:49:26 2013  x11-base/xorg-server-1.14.0
 Sun Mar 17 21:28:17 2013  kde-base/oxygen-icons-4.10.1
 Sun Mar 17 21:39:57 2013  kde-base/kdelibs-4.10.1
 Sun Mar 17 21:41:08 2013  kde-base/nepomuk-core-4.10.1
 Sun Mar 17 21:42:32 2013  kde-base/katepart-4.10.1
 Sun Mar 17 21:42:57 2013  kde-base/nepomuk-widgets-4.10.1
 Sun Mar 17 21:43:18 2013  kde-base/kdesu-4.10.1
 Sun Mar 17 21:43:48 2013  kde-base/khelpcenter-4.10.1
 Sun Mar 17 21:47:39 2013  kde-base/kdepimlibs-4.10.1
 Sun Mar 17 22:08:20 2013  app-emulation/virtualbox-modules-4.2.10
 Sun Mar 17 22:08:28 2013  
app-emulation/emul-linux-x86-xlibs-20130224
 Sun Mar 17 22:08:53 2013  
app-emulation/emul-linux-x86-opengl-20130224
 Sun Mar 17 22:09:01 2013  
app-emulation/emul-linux-x86-gtklibs-20130224
 Sun Mar 17 22:09:14 2013  
app-emulation/emul-linux-x86-medialibs-20130224
 Sun Mar 17 22:09:24 2013  
app-emulation/emul-linux-x86-soundlibs-20130224

 Sun Mar 17 22:10:18 2013  app-text/poppler-0.22.2
 Sun Mar 17 22:10:34 2013  media-gfx/graphite2-1.2.1
 Sun Mar 17 22:11:14 2013  app-crypt/gpgme-1.4.0
 Sun Mar 17 22:11:47 2013  media-libs/harfbuzz-0.9.12
 Sun Mar 17 22:22:08 2013  dev-qt/qt-creator-2.7.0_rc
 Sun Mar 17 22:22:18 2013  sys-apps/hwids-20130309-r1
 Sun Mar 17 22:22:35 2013  x11-libs/libSM-1.2.1-r1
 Sun Mar 17 22:23:42 2013  sys-fs/e2fsprogs-1.42.7
 Sun Mar 17 22:24:00 2013  x11-libs/libpciaccess-0.13.1-r1
 Sun Mar 17 22:24:33 2013  x11-libs/libXt-1.1.3-r1
 Sun Mar 17 22:24:52 2013  app-backup/fsarchiver-0.6.17
 Sun Mar 17 22:25:19 2013  x11-libs/libXmu-1.1.1-r1
 Sun Mar 17 22:25:41 2013  x11-libs/libXpm-3.5.10-r1
 Sun Mar 17 22:26:00 2013  dev-libs/dbus-glib-0.100.2
 Sun Mar 17 22:26:29 2013  x11-libs/libXaw-1.0.11-r2
 Sun Mar 17 22:27:31 2013  app-office/akonadi-server-1.9.1
 Sun Mar 17 22:30:59 2013  media-video/ffmpeg-1.0.5
 Sun Mar 17 22:32:11 2013  sys-apps/groff-1.22.2
 Sun Mar 17 22:35:43 2013  media-gfx/graphviz-2.28.0
 Sun Mar 17 22:36:00 2013  x11-drivers/xf86-input-evdev-2.7.3-r1
 Sun Mar 17 22:36:20 2013  sys-apps/man-pages-3.50
 Sun Mar 17 22:36:59 2013  net-print/cups-filters-1.0.29-r1
 Sun Mar 17 22:37:41 2013  x11-drivers/nvidia-drivers-313.26
 Mon Mar 18 00:19:46 2013  www-client/firefox-19.0.2
 Mon Mar 18 01:30:58 2013  mail-client/thunderbird-17.0.4
 Mon Mar 18 22:22:17 2013  www-plugins/adobe-flash-10.3.183.68
 Mon Mar 18 22:23:43 2013  sys-fs/udev-198-r1
 Mon Mar 18 22:36:26 2013  app-emulation/virtualbox-4.2.10
 Mon Mar 18 22:36:37 2013  
app-emulation/virtualbox-extpack-oracle-4.2.10

 Mon Mar 18 22:36:44 2013  sys-fs/udev-init-scripts-24
 Mon Mar 18 22:37:15 2013  sys-auth/consolekit-0.4.5_p20120320-r2
 Mon Mar 18 22:37:58 2013  sys-fs/udisks-2.0.92
 Mon Mar 18 22:38:24 2013  kde-base/kfmclient-4.10.1
 Mon Mar 18 22:38:44 2013  sys-auth/polkit-kde-agent-0.99.0-r1
 Mon Mar 18 22:39:36 2013  kde-base/libkdegames-4.10.1
 Mon Mar 18 22:40:05 2013  kde-base/libkworkspace-4.10.1
 Mon Mar 18 22:40:29 2013  kde-base/libkonq-4.10.1
 Mon Mar 18 22:41:03 2013  kde-base/kephal-4.10.1
 Mon Mar 18 22:41:53 2013  kde-base/kactivities-4.10.1
 Mon Mar 18 22:43:01 2013  kde-base/ksysguard-4.10.1