Re: [gentoo-user] Netgear AC1750 C7 V2 and IPv6

2020-01-13 Thread Dale
Dale wrote:
>
> If no one here has any ideas on this thing, it has to be serious.  I'm
> thinking it is a upstream thing because someone on this list would know
> it if was something on my end.  ;-)
>
> @Peter, link helped me understand a bit but still can't figure out my
> problem.  The extra info was good tho. 
>
> Dale
>
> :-)  :-) 
>
> P. S.  On the SMR drive thing, I came up with a plan.  After I finish my
> backups, I leave it on for a bit mounted, then unmount and leave it on a
> little while longer before powering it off.  That way I know it has
> finished doing what it needs to.  Plus it gives the SMART stuff time to
> do a little work too. 
>

Well, this has to be fixed or turned off completely.  When I try to
emerge and it tries to download new packages, it is trying to use IPv6
addresses which fail.  It spits out this:


>>> Downloading
'https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz'
--2020-01-13 04:49:25-- 
https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz
Resolving mirrors.evowise.com... 2606:4700:1::6813:894b,
2606:4700:1::6813:8b4b, 2606:4700:1::6813:8a4b, ...
Connecting to mirrors.evowise.com|2606:4700:1::6813:894b|:443... failed:
No route to host.
Connecting to mirrors.evowise.com|2606:4700:1::6813:8b4b|:443... failed:
No route to host.
Connecting to mirrors.evowise.com|2606:4700:1::6813:8a4b|:443... failed:
No route to host.
Connecting to mirrors.evowise.com|2606:4700:1::6813:874b|:443... failed:
No route to host.
Connecting to mirrors.evowise.com|2606:4700:1::6813:884b|:443... failed:
No route to host.


It seems that I need IPv6 to work or to disable it until I can.

Any ideas? 

Dale

:-)  :-) 



Re: [gentoo-user] Netgear AC1750 C7 V2 and IPv6

2020-01-13 Thread Peter Humphrey
On Monday, 13 January 2020 11:00:23 GMT Dale wrote:
> Dale wrote:

> Well, this has to be fixed or turned off completely.  When I try to
> emerge and it tries to download new packages, it is trying to use IPv6
> addresses which fail.  It spits out this:
> >>> Downloading
> 
> 'https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz'
> --2020-01-13 04:49:25-- 
> https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz
> Resolving mirrors.evowise.com... 2606:4700:1::6813:894b,
> 2606:4700:1::6813:8b4b, 2606:4700:1::6813:8a4b, ...
> Connecting to mirrors.evowise.com|2606:4700:1::6813:894b|:443... failed:
> No route to host.

--->8

> It seems that I need IPv6 to work or to disable it until I can.
> 
> Any ideas? 

It seems that upstream is detecting IPv6 addresses on your network and so 
prefers it to v4. I dare say someone more knowlegeable in v6 than me could 
tell you how to remove v6 routes and addresses from your interface.

What are you using as name service? You need some way to tell it not to use 
IPv6. And neither /etc/hosts nor /etc/conf.d/net should mention v6 either. If 
you didn't mind rebooting, you could remove v6 support from the kernel with a 
single N*; then the net wouldn't have any v6 support and upstream wouldn't try 
to use it.

*  Networking Support > Networking Options > The IPv6 protocol.

-- 
Regards,
Peter.






[gentoo-user] Kmail does not show all imap folders

2024-01-21 Thread Alexander Puchmayr
Hi there,

I'm using dovecot as imap server, some sieve scripts sorting incoming mails 
into a folder structure and kmail on multiple different machines as client. The 
folder structure on the server looks fine, I can access the folders via command 
line and I don't see anything obviously wrong.

Some of those target folders are not shown on all machines, they are simply 
ignored; Unfortunately these folders contain important mails which I need to 
react to (which is bad if I do not see them on my main machine, only in some 
test VM). 

I checked folder subscriptions in kmail, but I do not see the missing folders 
there either. Also akonadi-console does not show them. I also tried 
curl imaps:///
Showing all of the missing folders, so I think its an akonadi/kmail problem 
and not an imap problem. 

Any ideas? 

BR
Alex 

Kde-apps/kmail-23.08.3
Kde-frameworks/kjobwidgets-5.112.0
kde-apps/akonadi-23.08.3-r1






Re: [gentoo-user] Netgear AC1750 C7 V2 and IPv6

2020-01-13 Thread Mick
On Monday, 13 January 2020 15:26:47 GMT Peter Humphrey wrote:
> On Monday, 13 January 2020 11:00:23 GMT Dale wrote:
> > Dale wrote:
> > 
> > Well, this has to be fixed or turned off completely.  When I try to
> > emerge and it tries to download new packages, it is trying to use IPv6
> > 
> > addresses which fail.  It spits out this:
> > >>> Downloading
> > 
> > 'https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz
> > '
> > --2020-01-13 04:49:25--
> > https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz
> > Resolving mirrors.evowise.com... 2606:4700:1::6813:894b,
> > 2606:4700:1::6813:8b4b, 2606:4700:1::6813:8a4b, ...
> > Connecting to mirrors.evowise.com|2606:4700:1::6813:894b|:443... failed:
> > No route to host.
> 
> --->8
> 
> > It seems that I need IPv6 to work or to disable it until I can.
> > 
> > Any ideas?
> 
> It seems that upstream is detecting IPv6 addresses on your network and so
> prefers it to v4. I dare say someone more knowlegeable in v6 than me could
> tell you how to remove v6 routes and addresses from your interface.

Why should he?  Wouldn't it be preferable to configure IPv6 routing correctly 
so he can connect to IPv6 hosts and so get his money back from all this 
modem+router extravagance of the year?  :-)

> What are you using as name service? You need some way to tell it not to use
> IPv6. And neither /etc/hosts nor /etc/conf.d/net should mention v6 either.
> If you didn't mind rebooting, you could remove v6 support from the kernel
> with a single N*; then the net wouldn't have any v6 support and upstream
> wouldn't try to use it.
> 
> *  Networking Support > Networking Options > The IPv6 protocol.

The evowise.com DNS has a valid  record:

$ dig @8.8.8.8 evowise.com 

; <<>> DiG 9.14.8 <<>> @8.8.8.8 evowise.com 
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15906
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;evowise.com.   IN  

;; ANSWER SECTION:
evowise.com.299 IN  2606:4700:1::6813:874b
evowise.com.299 IN  2606:4700:1::6813:8b4b
evowise.com.299 IN  2606:4700:1::6813:884b
evowise.com.299 IN  2606:4700:1::6813:8a4b
evowise.com.299 IN  2606:4700:1::6813:894b

;; Query time: 41 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Jan 13 16:15:32 GMT 2020
;; MSG SIZE  rcvd: 180


Traceroute would show at what point Dale's setup fails to route packets.  I 
don't have an IPv6 router to be able to look into this further, but someone 
who does could perhaps advise.

-- 
Regards,

Mick

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


Re: [gentoo-user] KDE5 stuff and media-libs/mlt conflict

2016-01-05 Thread Peter Humphrey
On Tuesday 05 January 2016 14:34:38 lee wrote:
> Peter Humphrey <pe...@prh.myzen.co.uk> writes:
> > On Tuesday 05 January 2016 04:26:20 Dale wrote:
> >> Howdy,
> >> 
> >> I was going to try out some of the KDE5 stuff just to see if I'm going
> >> to like it or not.  Anyway, I added a BUNCH of stuff to a keywords file
> >> related to KDE and got past that part.  I think I got them all.  Now I
> > 
> >> get this:
> > --->8
> > 
> > I was afraid to mess up my KDE4 system with KDE5 in some sort of
> > parallel
> > fashion, so I found some spare disk space and installed KDE5 into it,
> > using the kde overlay and the .../desktop/plasma profile. It's much
> > easier to
> How did you manage to install that?  I tried it yesterday (without the
> overlays) and found it impossible to resolve the dependency problems, so
> I ended up installing the 'normal' kde (I'm running out of time).  I'd
> rather switch that over to plasma from the beginning.

I found I needed the overlay. It greatly simplifies the dependencies. It 
still isn't perfect, as changes occur during development, but it's definitely 
well worth having.

Here's my current package.keywords:

~kde-frameworks/attica-5.17.0
~kde-frameworks/extra-cmake-modules-5.17.0
~kde-frameworks/kactivities-5.17.0
~kde-frameworks/karchive-5.17.0
~kde-frameworks/kauth-5.17.0
~kde-frameworks/kbookmarks-5.17.0
~kde-frameworks/kcmutils-5.17.0
~kde-frameworks/kcodecs-5.17.0
~kde-frameworks/kcompletion-5.17.0
~kde-frameworks/kconfig-5.17.0
~kde-frameworks/kconfigwidgets-5.17.0
~kde-frameworks/kcoreaddons-5.17.0
~kde-frameworks/kcrash-5.17.0
~kde-frameworks/kdbusaddons-5.17.0
~kde-frameworks/kdeclarative-5.17.0
~kde-frameworks/kded-5.17.0
~kde-frameworks/kdelibs4support-5.17.0
~kde-frameworks/kdesignerplugin-5.17.0
~kde-frameworks/kdoctools-5.17.0
~kde-frameworks/kemoticons-5.17.0
~kde-frameworks/kglobalaccel-5.17.0
~kde-frameworks/kguiaddons-5.17.0
~kde-frameworks/ki18n-5.17.0
~kde-frameworks/kiconthemes-5.17.0
~kde-frameworks/kinit-5.17.0
~kde-frameworks/kio-5.17.0
~kde-frameworks/kitemmodels-5.17.0
~kde-frameworks/kitemviews-5.17.0
~kde-frameworks/kjobwidgets-5.17.0
~kde-frameworks/knewstuff-5.17.0
~kde-frameworks/knotifications-5.17.0
~kde-frameworks/kpackage-5.17.0
~kde-frameworks/kparts-5.17.0
=kde-frameworks/plasma-5.17.0-r2
~kde-frameworks/kross-5.17.0
~kde-frameworks/krunner-5.17.0
~kde-frameworks/kservice-5.17.0
~kde-frameworks/ktextwidgets-5.17.0
~kde-frameworks/kunitconversion-5.17.0
~kde-frameworks/kwallet-5.17.0
~kde-frameworks/kwidgetsaddons-5.17.0
~kde-frameworks/kwindowsystem-5.17.0
~kde-frameworks/kxmlgui-5.17.0
~kde-frameworks/solid-5.17.0
~kde-frameworks/sonnet-5.17.0
~kde-frameworks/threadweaver-5.17.0

I've no doubt that after the next overlay update I'll have to add or remove 
some things.

Oh, and eix-update of the overlay takes huge lengths of time, so I do it 
less often than on my main system.

-- 
Rgds
Peter




Re: [gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread Alan McKinnon

On 13/07/2016 22:35, walt wrote:

I just installed qt5 for the first time because the latest virtualbox
requires it.  Now virtualbox 5.1.0 won't build because it can't
find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the
qtcore package.

I copied lrelease from qtcore-4, which worked around that problem but
now vbox fails to build because of an undefined GL variable, so I've
got other (useflag?) problems to solve, but meanwhile I'd be grateful
for any hints.

Thanks.


It comes from linguist-tools, looks like you'll get it with USE="nls" 
(or any of several USE cases)



alan@khamul ~ $ equery belongs /usr/lib64/qt5/bin/lrelease
 * Searching for /usr/lib64/qt5/bin/lrelease ...
dev-qt/linguist-tools-5.6.1 (/usr/lib64/qt5/bin/lrelease)

alan@khamul ~ $ equery depends linguist-tools
 * These packages depend on linguist-tools:
app-text/sigil-0.9.5-r1 (>=dev-qt/linguist-tools-5.4:5)
dev-db/sqlitebrowser-3.8.0 (qt5 ? dev-qt/linguist-tools:5)
kde-apps/kde-l10n-16.04.2 (>=dev-qt/linguist-tools-5.5.1:5)
kde-apps/ktp-l10n-16.04.2 (>=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/extra-cmake-modules-5.24.0 (test ? 
>=dev-qt/linguist-tools-5.5.1:5)

kde-frameworks/kauth-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kbookmarks-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcodecs-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcompletion-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kconfig-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcoreaddons-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcrash-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kdbusaddons-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kdesignerplugin-5.24.0 (nls ? 
>=dev-qt/linguist-tools-5.5.1:5)

kde-frameworks/kdnssd-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kglobalaccel-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kitemviews-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kjobwidgets-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/knotifications-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kwidgetsaddons-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kwindowsystem-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/solid-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/sonnet-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
x11-misc/sddm-0.13.0-r4 (dev-qt/linguist-tools:5)

Alan





Re: [gentoo-user] KDE and the new plasma 5 thing

2016-04-13 Thread Dale
Howdy,

Same topic sort of so going to try the same thread first.  I've run up
on something weird but I'm not real sure where to start looking.  This
is what I do and what I get in return.  I have my desktop set to folder
view which gives me icons on my desktop.  When I click on a folder, it
is supposed to open Konqueror.  It does, it really does open konqueror. 
It opens it with dozens of instances and more than once went over 100
before I could kill the thing.  Obviously, I only need one instance. 

My question.  What program actually tells it to launch that first
instance?  In other words, when I click on a folder, what is it that
tells Konqueror to open?  I think I'd like to downgrade that package for
a bit.  It seems to have a bug, a really bad one with a lot of legs. 

How I got here.  Since the plasma thing was crashing so much, I thought
a unstable plasma package might have it fixed.  Well, it stopped
crashing after I keyworded a long list of packages and did the upgrade. 
Thing is, now I get this multiple instances of Konqueror instead of just
one.  Here is a list of those packages. 



=kde-plasma/plasma-meta-5.6.2
=kde-plasma/powerdevil-5.6.2 ~amd64
=kde-frameworks/kwidgetsaddons-5.21.0 ~amd64
=kde-plasma/ksysguard-5.6.2 ~amd64
=kde-plasma/ksshaskpass-5.6.2 ~amd64
=kde-frameworks/kbookmarks-5.21.0 ~amd64
=kde-plasma/libksysguard-5.6.2 ~amd64
=kde-frameworks/kconfig-5.21.0 ~amd64
=kde-frameworks/kitemmodels-5.21.0 ~amd64
=kde-frameworks/attica-5.21.0 ~amd64
=kde-plasma/sddm-kcm-5.6.2 ~amd64
=kde-plasma/milou-5.6.2 ~amd64
=kde-plasma/khelpcenter-5.6.2 ~amd64
=kde-frameworks/kglobalaccel-5.21.0 ~amd64
=kde-frameworks/kwallet-5.21.0 ~amd64
=kde-frameworks/kservice-5.21.0 ~amd64
=kde-plasma/khotkeys-5.6.2 ~amd64
=kde-frameworks/kpeople-5.21.0 ~amd64
=kde-frameworks/karchive-5.21.0 ~amd64
=kde-plasma/systemsettings-5.6.2 ~amd64
=kde-plasma/user-manager-5.6.2 ~amd64
=kde-frameworks/kdelibs4support-5.21.0 ~amd64
=kde-plasma/oxygen-5.6.2 ~amd64
=kde-frameworks/kxmlgui-5.21.0 ~amd64
=kde-frameworks/kdoctools-5.21.0 ~amd64
=kde-frameworks/kunitconversion-5.21.0 ~amd64
=kde-plasma/kdeplasma-addons-5.6.2 ~amd64
=kde-plasma/libkscreen-5.6.2 ~amd64
=kde-frameworks/kcmutils-5.21.0 ~amd64
=kde-frameworks/kpackage-5.21.0 ~amd64
=kde-frameworks/kcrash-5.21.0 ~amd64
=kde-frameworks/kidletime-5.21.0 ~amd64
=kde-frameworks/plasma-5.21.0 ~amd64
=kde-frameworks/kcodecs-5.21.0 ~amd64
=kde-frameworks/extra-cmake-modules-5.21.0 ~amd64
=kde-frameworks/kfilemetadata-5.21.0 ~amd64
=kde-frameworks/kdesignerplugin-5.21.0 ~amd64
=kde-plasma/kactivitymanagerd-5.6.2 ~amd64
=kde-frameworks/kparts-5.21.0 ~amd64
=kde-frameworks/threadweaver-5.21.0 ~amd64
=kde-plasma/kwrited-5.6.2 ~amd64
=kde-plasma/plasma-workspace-wallpapers-5.6.2 ~amd64
=kde-frameworks/knotifications-5.21.0 ~amd64
=kde-frameworks/kcompletion-5.21.0 ~amd64
=kde-frameworks/ki18n-5.21.0 ~amd64
=kde-frameworks/solid-5.21.0 ~amd64
=kde-plasma/kgamma-5.6.2 ~amd64
=kde-frameworks/kitemviews-5.21.0 ~amd64
=kde-frameworks/kcoreaddons-5.21.0 ~amd64
=kde-plasma/kwayland-integration-5.6.2 ~amd64
=kde-frameworks/baloo-5.21.0 ~amd64
=kde-frameworks/kwindowsystem-5.21.0 ~amd64
=kde-frameworks/kio-5.21.0 ~amd64
=kde-frameworks/kauth-5.21.0 ~amd64
=kde-frameworks/kguiaddons-5.21.0 ~amd64
=kde-frameworks/kdewebkit-5.21.0 ~amd64
=kde-frameworks/kconfigwidgets-5.21.0 ~amd64
=kde-frameworks/kdbusaddons-5.21.0 ~amd64
=kde-plasma/kscreen-5.6.2 ~amd64
=kde-frameworks/knotifyconfig-5.21.0 ~amd64
=kde-frameworks/kdeclarative-5.21.0 ~amd64
=kde-frameworks/knewstuff-5.21.0 ~amd64
=kde-frameworks/sonnet-5.21.0 ~amd64
=kde-plasma/plasma-desktop-5.6.2 ~amd64
=kde-frameworks/kjobwidgets-5.21.0 ~amd64
=kde-frameworks/ktextwidgets-5.21.0 ~amd64
=kde-plasma/kde-gtk-config-5.6.2 ~amd64
=kde-frameworks/kinit-5.21.0 ~amd64
=kde-frameworks/kiconthemes-5.21.0 ~amd64
=kde-plasma/breeze-5.6.2 ~amd64
=kde-plasma/breeze-gtk-5.6.2 ~amd64
=kde-plasma/kinfocenter-5.6.2 ~amd64
=kde-plasma/plasma-workspace-5.6.2 ~amd64
=kde-frameworks/krunner-5.21.0 ~amd64
=kde-plasma/kmenuedit-5.6.2 ~amd64
=kde-frameworks/kemoticons-5.21.0 ~amd64


I figure one of those packages is responsible for this but none of them
are obvious to me as to if it is the one or not.  Anyone have a clue
which one it could be? 

Thanks.

Dale

:-)  :-) 




[gentoo-user] Re: icons and KDE

2016-07-29 Thread »Q«
On Fri, 29 Jul 2016 14:11:58 +0100
Stroller <strol...@stellar.eclipse.co.uk> wrote:

> > On 28 Jul 2016, at 20:22, »Q« <boxc...@gmx.net> wrote:
> > 
> > Yesterday, I went from kde-plasma/plasma-desktop-5.5.5-r1 to -5.6.5,
> > after which I am not seeing nearly as many icons as I used to.  A
> > lot of other KDE packages were upgraded as well, and I don't know
> > where to start with troubleshooting.
> > 
> > In Dolphin, I no longer see icons for flac or mp3 files, just blank
> > space where an icon should be.  I haven't checked other file
> > types.  
> 
> 
> The place to start with troubleshooting is with some creative
> investigation.
> 
> `genlop -l --date "2016/07/28"` will show you all packages installed
> in the last 2 days - grep the output for "icon" and "theme".
> 
> Use `eix -I icon` to see what relevant packages are installed on your
> system. Now the same for `eix -I theme`.
> 
> If any of the installed icon or theme packages have not been updated
> in the last 2 days, update them.
> 
> I speculate that kde-plasma/plasma-desktop depends on packages X and
> Y, and between -5.5.5 and -5.6.5 some icons were moved from one
> package to the other.

The file-type icons are still be where they should be, but for some
reason they were no longer associated with their respective
mime types.  I've now solved the problem for them by going to the 'file
association' part of system settings and editing the icons for the mime
types which were missing icons.

The program icons which do not show up in the Quicklaunches haven't
changed on my system.  They also don't show up in the Kmenu, which uses
the same .desktop files -- I didn't realize that before because I
rarely look at the menu.  AFAICS, all the icons that no longer show up
in the menu or the launchers are in /usr/share/pixmaps/.  I can use
kmenuedit, which I think edits the .desktop files, to select the icons
which should be displayed, but they're still not displayed.

> Surely there are things you can try before posting here. I feel
> unkind saying this, so I apologise, but at the least you could have
> posted a list of the packages that you installed yesterday. 

Just the ones with 'theme|icon':

 kde-frameworks/breeze-icons-5.23.0
 kde-frameworks/oxygen-icons-5.23.0
 kde-frameworks/kemoticons-5.23.0
 kde-frameworks/kiconthemes-5.23.0

All the packages:

 kde-frameworks/extra-cmake-modules-5.23.0
 media-libs/libv4l-1.10.1
 kde-frameworks/breeze-icons-5.23.0
 kde-frameworks/oxygen-icons-5.23.0
 kde-frameworks/karchive-5.23.0-r1
 kde-plasma/breeze-gtk-5.6.5
 kde-frameworks/kitemmodels-5.23.0
 kde-frameworks/kdoctools-5.23.0
 kde-frameworks/threadweaver-5.23.0
 kde-frameworks/attica-5.23.0
 kde-plasma/kdecoration-5.6.5
 kde-frameworks/kimageformats-5.23.0
 kde-frameworks/kjs-5.23.0
 kde-frameworks/kwayland-5.23.0
 kde-frameworks/kguiaddons-5.23.0
 kde-frameworks/kplotting-5.23.0
 kde-frameworks/kidletime-5.23.0
 kde-plasma/libkscreen-5.6.5
 kde-frameworks/ki18n-5.23.0
 kde-frameworks/kcoreaddons-5.23.0
 kde-frameworks/kconfig-5.23.0
 kde-frameworks/kwidgetsaddons-5.23.0
 kde-frameworks/kwindowsystem-5.23.0
 kde-frameworks/kdbusaddons-5.23.0
 kde-frameworks/kitemviews-5.23.0
 kde-frameworks/kcodecs-5.23.0
 kde-frameworks/kunitconversion-5.23.0
 kde-frameworks/sonnet-5.23.0
 kde-frameworks/kcrash-5.23.0
 kde-frameworks/kcompletion-5.23.0
 kde-frameworks/kpty-5.23.0
 kde-frameworks/kjobwidgets-5.23.0
 kde-plasma/kwayland-integration-5.6.5
 kde-frameworks/kpackage-5.23.0
 kde-frameworks/kdnssd-5.23.0
 kde-frameworks/kglobalaccel-5.23.0-r1
 kde-frameworks/kservice-5.23.0
 kde-frameworks/kfilemetadata-5.23.0
 kde-frameworks/kjsembed-5.23.0
 kde-frameworks/solid-5.23.0
 kde-frameworks/kauth-5.23.0-r1
 kde-frameworks/kdesu-5.23.0
 kde-frameworks/kemoticons-5.23.0
 kde-frameworks/kpeople-5.23.0
 kde-frameworks/kconfigwidgets-5.23.0
 kde-frameworks/knotifications-5.23.0
 kde-frameworks/kiconthemes-5.23.0
 kde-plasma/kwrited-5.6.5
 kde-plasma/polkit-kde-agent-5.6.5
 kde-frameworks/ktextwidgets-5.23.0
 kde-frameworks/kwallet-5.23.0
 kde-frameworks/kxmlgui-5.23.0-r1
 kde-frameworks/frameworkintegration-5.23.0
 kde-frameworks/kbookmarks-5.23.0
 kde-frameworks/kio-5.23.0
 kde-frameworks/kinit-5.23.0
 kde-frameworks/kded-5.23.0
 kde-frameworks/kdeclarative-5.23.0
 kde-frameworks/kparts-5.23.0
 kde-frameworks/knotifyconfig-5.23.0
 kde-frameworks/kxmlrpcclient-5.23.0
 kde-frameworks/kcmutils-5.23.0
 kde-frameworks/knewstuff-5.23.0
 kde-frameworks/baloo-5.23.0
 kde-frameworks/khtml-5.23.0
 kde-frameworks/kdewebkit-5.23.0
 kde-frameworks/kdesignerplugin-5.23.0
 kde-frameworks/kross-5.23.0
 kde-apps/spectacle-16.04.3
 kde-plasma/oxygen-5.6.5
 kde-frameworks/ktexteditor-5.23.0
 kde-frameworks/kdelibs4support-5.23.0-r1
 kde-plasma/kde-cli-tools-5.6.5
 kde-plasma/kgamma-5.6.5
 kde-plasma/user-manager-5.6.5
 kde-plas

Re: [gentoo-user] Re: Konsole

2016-07-12 Thread Daniel Frey
et-1.18::gentoo [1.16.3-r1::gentoo] USE="nls pcre 
ssl zlib -debug -gnutls -idn -ipv6 (-libressl) -ntlm -static {-test} -uuid" 
1,878 KiB
[ebuild U  ] net-analyzer/nmap-7.12::gentoo [7.01::gentoo] USE="nls nse ssl 
-ipv6 (-libressl) -ncat -ndiff -nmap-update -nping (-system-lua) -zenmap" 
LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7" 
8,751 KiB
[ebuild  NS] dev-qt/qtxmlpatterns-5.5.1-r1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug {-test}" 0 KiB
[ebuild U  ] media-libs/raptor-2.0.14:2::gentoo [2.0.9:2::gentoo] USE="curl 
unicode -debug -json -static-libs" 1,834 KiB
[ebuild U  ] net-misc/ntp-4.2.8_p8::gentoo [4.2.8_p7::gentoo] USE="readline 
ssl threads -caps -debug -ipv6 (-libressl) -openntpd -parse-clocks -samba 
(-selinux) -snmp -vim-syntax -zeroconf" 7,062 KiB
[ebuild U  ] media-gfx/graphite2-1.3.8::gentoo [1.3.7::gentoo] USE="-perl 
{-test}" ABI_X86="32 (64) (-x32)" 3,795 KiB
[ebuild  N#] kde-frameworks/extra-cmake-modules-5.21.0:5/5.21::gentoo  
USE="-doc {-test}" 279 KiB
[ebuild U  ] app-office/akonadi-server-1.13.1_pre20160203-r1::gentoo 
[1.13.0-r2::gentoo] USE="mysql -postgres -sqlite {-test} (-qt4%*) (-qt5%)" 376 
KiB
[ebuild U  ] dev-libs/rasqal-0.9.32::gentoo [0.9.29::gentoo] USE="crypt 
mhash pcre xml -gmp -static-libs {-test} (-doc%)" 1,509 KiB
[ebuild U  ] media-libs/harfbuzz-1.2.7:0/0.9.18::gentoo 
[1.1.3:0/0.9.18::gentoo] USE="cairo glib graphite icu introspection truetype 
-fontconfig -static-libs {-test}" ABI_X86="32 (64) (-x32)" 1,314 KiB
[ebuild  N#] kde-frameworks/kcoreaddons-5.21.0-r1:5/5.21::gentoo  USE="nls 
-debug (-fam) {-test}" 306 KiB
[ebuild  N#] kde-frameworks/ki18n-5.21.0:5/5.21::gentoo  USE="-debug 
{-test}" 590 KiB
[ebuild  N#] kde-frameworks/kcodecs-5.21.0:5/5.21::gentoo  USE="nls -debug 
{-test}" 213 KiB
[ebuild  N#] kde-frameworks/karchive-5.21.0:5/5.21::gentoo  USE="bzip2 lzma 
-debug {-test}" 107 KiB
[ebuild  NS] dev-qt/qtgui-5.5.1-r1:5::gentoo [4.8.6-r4:4::gentoo] USE="dbus 
gif jpeg png udev xcb -accessibility -debug -egl -eglfs -evdev -gles2 -gtkstyle 
-ibus -libinput {-test} -tslib -tuio" 0 KiB
[ebuild  N#] kde-frameworks/kdoctools-5.21.0:5/5.21::gentoo  USE="-debug 
{-test}" 399 KiB
[ebuild U  ] sys-power/apcupsd-3.14.13::gentoo [3.14.8-r2::gentoo] USE="nls 
usb -cgi -gnome -snmp" 1,890 KiB
[ebuild  N ] dev-qt/qtwidgets-5.5.1-r1:5::gentoo  USE="png xcb -debug 
-gles2 -gtkstyle {-test}" 0 KiB
[ebuild  N#] kde-frameworks/kconfig-5.21.0:5/5.21::gentoo  USE="nls -debug 
{-test}" 220 KiB
[ebuild  N ] dev-qt/qtx11extras-5.5.1:5::gentoo  USE="-debug {-test}" 0 KiB
[ebuild  NS] dev-qt/qtdeclarative-5.5.1-r1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="jit widgets xml -debug -gles2 -localstorage {-test}" 0 KiB
[ebuild  NS] dev-qt/qtopengl-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug -gles2 {-test}" 0 KiB
[ebuild  N#] kde-frameworks/kwidgetsaddons-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 2,083 KiB
[ebuild  N#] kde-frameworks/kwindowsystem-5.21.0:5/5.21::gentoo  USE="X nls 
-debug {-test}" 160 KiB
[ebuild  N#] kde-frameworks/kdbusaddons-5.21.0:5/5.21::gentoo  USE="X nls 
-debug {-test}" 34 KiB
[ebuild  N#] kde-frameworks/kitemviews-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 73 KiB
[ebuild   R] sys-auth/polkit-qt-0.112.0-r1::gentoo  USE="qt4 qt5* -debug 
-examples" 0 KiB
[ebuild  N#] kde-frameworks/kguiaddons-5.21.0:5/5.21::gentoo  USE="-debug 
{-test}" 39 KiB
[ebuild  NS] dev-qt/qtsvg-5.5.1-r1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug {-test}" 0 KiB
[ebuild   R] dev-libs/libdbusmenu-qt-0.9.3_pre20140619-r1::gentoo  USE="qt4 
qt5* -debug -doc {-test}" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N#] kde-frameworks/sonnet-5.21.0:5/5.21::gentoo  USE="hunspell nls 
-aspell -debug {-test}" 276 KiB
[ebuild  N#] kde-frameworks/kcrash-5.21.0:5/5.21::gentoo  USE="X nls -debug 
{-test}" 20 KiB
[ebuild  N#] kde-frameworks/kcompletion-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 114 KiB
[ebuild  N#] kde-frameworks/solid-5.21.0:5/5.21::gentoo  USE="nls -debug 
{-test}" 262 KiB
[ebuild  N#] kde-frameworks/kjobwidgets-5.21.0:5/5.21::gentoo  USE="X nls 
-debug {-test}" 87 KiB
[ebuild  N#] kde-frameworks/kservice-5.21.0:5/5.21::gentoo  USE="man -debug 
{-test}" 263 KiB
[ebuild  N#] kde-frameworks/kglobalaccel-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 80 KiB
[ebuild  NS] dev-qt/qtsql-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] USE="mysql 
sqlite -debug -freetds -oci8 -odbc -postgres {-test}&

Re: [gentoo-user] KDE update puzzle

2021-09-18 Thread Philip Webb
.0:5/5.82::gentoo] USE="-debug -nls -test" 226 KiB
[ebuild U  ] kde-frameworks/kcrash-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -nls -test" 28 KiB
[ebuild U  ] kde-frameworks/kcompletion-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -designer -doc -nls -test" 120 KiB
[ebuild U  ] kde-frameworks/kpackage-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -man -test" 136 KiB
[ebuild U  ] kde-frameworks/kirigami-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -examples -test" 316 KiB
[ebuild U  ] kde-frameworks/kdoctools-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -nls -test" 427 KiB
[ebuild U  ] kde-frameworks/kjobwidgets-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="X -debug -doc -nls -test" 97 KiB
[ebuild U  ] kde-plasma/kdecoration-5.22.5:5::gentoo [5.21.5:5::gentoo] 
USE="-debug -test" 47 KiB
[ebuild U  ] kde-plasma/kwayland-server-5.22.5:5::gentoo [5.21.5:5::gentoo] 
USE="-debug -doc -test" 214 KiB
[ebuild U  ] kde-frameworks/kpty-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -test" 55 KiB
[ebuild U  ] kde-frameworks/kimageformats-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-avif -debug -eps -heif -openexr -test" 577 KiB
[ebuild U  ] kde-frameworks/kpeople-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -test" 56 KiB
[ebuild U  ] kde-frameworks/kservice-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -man -test" 258 KiB
[ebuild  r  U  ] kde-frameworks/kglobalaccel-5.85.0-r1:5/5.85::gentoo 
[5.82.0-r1:5/5.82::gentoo] USE="-debug -doc -nls -test" 86 KiB
[ebuild U  ] kde-frameworks/kjs-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug handbook -test" 330 KiB
[ebuild U  ] kde-frameworks/kdesu-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="X -debug -doc -test" 52 KiB
[ebuild U  ] kde-frameworks/kauth-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -nls policykit -test" 87 KiB
[ebuild U  ] kde-frameworks/kconfigwidgets-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -designer -doc -man -test" 402 KiB
[ebuild U  ] kde-frameworks/kiconthemes-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -designer -doc -test" 217 KiB
[ebuild U  ] kde-frameworks/ktextwidgets-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -designer -doc -speech -test" 319 KiB
[ebuild U  ] kde-frameworks/kxmlgui-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -designer -doc -test" 850 KiB
[ebuild U  ] kde-frameworks/qqc2-desktop-style-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -test" 60 KiB
[ebuild U  ] kde-frameworks/kbookmarks-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -nls -test" 125 KiB
[ebuild U  ] kde-frameworks/knotifications-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="X dbus -debug -doc -nls -phonon -speech" 122 KiB
[ebuild U  ] kde-frameworks/kwallet-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -gpg -man -test" 296 KiB
[ebuild U  ] kde-frameworks/kio-5.85.0-r1:5/5.85::gentoo 
[5.82.0-r2:5/5.82::gentoo] USE="X -acl -debug -designer -doc handbook -kerberos 
-kwallet -test" 3,126 KiB
[ebuild U  ] kde-frameworks/kinit-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="X -caps -debug -man" 119 KiB
[ebuild U  ] kde-frameworks/kded-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -man" 37 KiB
[ebuild U  ] kde-frameworks/kdeclarative-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc" 186 KiB
[ebuild U  ] kde-frameworks/kparts-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -test" 188 KiB
[ebuild U  ] kde-frameworks/knewstuff-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -opds%" 1,113 KiB
[ebuild U  ] kde-frameworks/knotifyconfig-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -phonon" 83 KiB
[ebuild U  ] kde-frameworks/kactivities-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -test" 70 KiB
[ebuild U  ] kde-frameworks/kcmutils-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -doc -test" 160 KiB
[ebuild U  ] kde-frameworks/frameworkintegration-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug -test" 1,715 KiB
[ebuild U  ] kde-frameworks/khtml-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="X -debug -test" 2,045 KiB
[ebuild U  ] kde-frameworks/kross-5.85.0:5/5.85::gentoo 
[5.82.0:5/5.82::gentoo] USE="-debug handbook -test" 126 KiB
[ebuild U  ] kde-frameworks

[gentoo-user] evil ebuilds.

2018-07-11 Thread Alan Grimes
es.

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...

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

emerge: It seems we have nothing to resume...
rm: cannot remove '/var/cache/revdep-rebuild/*.rr': No such file or
directory


## note, we are now in revdep rebuild 


 * This is the new python coded version
 * Please report any bugs found using it.
 * The original revdep-rebuild script is installed as revdep-rebuild.sh
 * Please file bugs at: https://bugs.gentoo.org/
 * Checking dynamic linking consistency
 * Assign files to packages

emerge  --oneshot --complete-graph=y kde-plasma/kscreenlocker:5
kde-apps/kdenlive:5 app-admin/syslog-ng:0 kde-frameworks/kio:5/5.47
kde-frameworks/kdbusaddons:5/5.47 kde-plasma/systemsettings:5
kde-apps/kalgebra:5 media-plugins/gst-plugins-gconf:0.10
kde-apps/spectacle:5 gnome-base/gvfs:0 kde-apps/kapman:5
dev-lang/python:3.4/3.4m kde-apps/blinken:5 kde-apps/kwave:5
kde-apps/messagelib:5 kde-apps/kfourinline:5 kde-apps/klettres:5
kde-apps/palapeli:5 kde-apps/kmplot:5 games-util/qjoypad:0
media-plugins/gst-plugins-theora:0.10 dev-python/PyQt5:0
kde-frameworks/kwindowsystem:5/5.47 kde-apps/kget:5 kde-apps/granatier:5
kde-apps/kruler:5 kde-apps/ktuberling:5 kde-apps/kaccounts-providers:5
media-plugins/gst-plugins-x:0.10 net-libs/signond:0 kde-apps/juk:5
dev-libs/cyrus-sasl:2 kde-plasma/plasma-pa:5
kde-plasma/plasma-integration:5 kde-apps/akonadi:5 kde-apps/konquest:5
kde-plasma/plasma-desktop:5 kde-apps/rocs:5 kde-apps/kcalutils:5
media-libs/mlt:0 kde-apps/gwenview:5 kde-apps/ktouch:5
kde-frameworks/kguiaddons:5/5.47 kde-apps/incidenceeditor:5
kde-apps/libkdegames:5 kde-frameworks/knotifications:5/5.47
kde-apps/ktp-kded-module:5 kde-apps/akregator:5 media-libs/xine-lib:1
kde-apps/kubrick:5 kde-apps/kalzium:5 sci-mathematics/cgal:0/13
kde-apps/akonadi-calendar:5 kde-plasma/powerdevil:5 kde-apps/kreversi:5
kde-plasma/kactivitymanagerd:5 kde-frameworks/khtml:5/5.47
kde-apps/lokalize:5 media-video/vcdimager:0 app-doc/doxygen:0
kde-frameworks/kglobalaccel:5/5.47 kde-apps/parley:5
dev-libs/libcdio-paranoia:0 kde-apps/kio-extras:5
kde-plasma/plasma-workspace:5 kde-frameworks/plasma:5/5.47
kde-apps/krfb:5 kde-apps/marble:5/18.04
media-plugins/gst-plugins-alsa:0.10 kde-apps/kanagram:5
kde-apps/svgpart:5 kde-apps/picmi:5 media-plugins/gst-plugins-vp8:0.10
kde-apps/libkmahjongg:5 kde-apps/kblackbox:5
kde-frameworks/frameworkintegration:5/5.47 kde-plasma/oxygen:5
kde-apps/akonadi-search:5 kde-apps/lskat:5 kde-apps/ktp-text-ui:5
kde-apps/konqueror:5 kde-frameworks/kidletime:5/5.47 kde-apps/kpat:5
media-plugins/gst-plugins-xvid:0.10 kde-apps/kigo:5 kde-apps/kbounce:5
kde-plasma/kde-cli-tools:5 kde-plasma/drkonqi:5 kde-apps/ksirk:5
kde-frameworks/kjobwidgets:5/5.47 kde-apps/ksnakeduel:5
kde-plasma/libkscreen:5/7 kde-apps/kjumpingcube:5 kde-apps/kig:5
media-plugins/gst-plugins-vorbis:0.10 kde-plasma/libksysguard:5
kde-plasma/breeze:5 media-plugins/gst-plugins-ogg:0.10
media-gfx/librecad:0 kde-apps/kspaceduel:5 kde-apps/okular:5
dev-libs/kdiagram:5 kde-plasma/sddm-kcm:5 kde-apps/khangman:5
kde-apps/ktp-common-internals:5 kde-frameworks/kpeople:5/5.47
kde-apps/eventviews:5 kde-apps/umbrello:5 kde-apps/analitza:5
kde-plasma/plasma-sdk:5 media-video/mplayer:0 net-p2p/retroshare:0
kde-apps/kblocks:5 kde-frameworks/kcrash:5/5.47
kde-frameworks/kdelibs4support:5/5.47
kde-frameworks/kactivities-stats:5/5.47 kde-apps/artikulate:5
kde-plasma/kinfocenter:5 kde-plasma/khotkeys:5 kde-apps/ksudoku:5
kde-apps/bovo:5 kde-apps/kturtle:5 kde-frameworks/kiconthemes:5/5.47
kde-apps/calendarsupport:5 kde-frameworks/kjsembed:5/5.47
kde-frameworks/kcmutils:5/5.47 media-video/obs-studio:0

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

Calculating dependencies... done!
[ebuild  N ] dev-libs/ivykis-0.42.3-r1::gentoo  USE="-static-libs" 0 KiB
[ebuild  N ] 

[gentoo-user] KDE update revdep-rebuild.sh fail

2018-04-02 Thread Daniel Frey
dev-qt/qttest:5/5.9 dev-qt/qttranslations:4
dev-qt/qtvirtualkeyboard:5/5.9 dev-qt/qtwayland:5/5.9
dev-qt/qtwebkit:5/5.9 dev-qt/qtwidgets:5/5.9 dev-qt/qtx11extras:5/5.9
dev-qt/qtxml:5/5.9 dev-qt/qtxmlpatterns:4 dev-qt/qtxmlpatterns:5/5.9
dev-ruby/did_you_mean:1 dev-ruby/json:0 dev-ruby/minitest:5
dev-ruby/net-telnet:1 dev-ruby/power_assert:0 dev-ruby/racc:0
dev-ruby/rake:0 dev-ruby/rdoc:0 dev-ruby/rubygems:0 dev-ruby/test-unit:2
dev-util/automoc:0 dev-util/boost-build:0 dev-util/cmake:0
dev-util/cppunit:0 dev-util/ctags:0 dev-util/desktop-file-utils:0
dev-util/gdbus-codegen:0 dev-util/google-perftools:0/4 dev-util/gperf:0
dev-util/gtk-doc:0 dev-util/gtk-doc-am:0
dev-util/gtk-update-icon-cache:0 dev-util/intltool:0 dev-util/itstool:0
dev-util/mdds:1/1.2 dev-util/meson:0 dev-util/ninja:0
dev-util/pkgconfig:0 dev-util/ragel:0 dev-util/re2c:0 dev-util/scons:0
dev-vcs/bzr:0 dev-vcs/cvs:0 dev-vcs/git:0 dev-vcs/mercurial:0
dev-vcs/subversion:0 gnome-base/dconf:0 gnome-base/gconf:2
gnome-base/gnome-common:3 gnome-base/gnome-keyring:0
gnome-base/gsettings-desktop-schemas:0 gnome-base/gvfs:0
gnome-base/libglade:2.0 gnome-base/librsvg:2 gnome-extra/polkit-gnome:0
gnome-extra/yelp-xsl:0 kde-apps/ark:5 kde-apps/audiocd-kio:5
kde-apps/dolphin:5 kde-apps/gwenview:5 kde-apps/k3b:5 kde-apps/kate:5
kde-apps/kcalc:5 kde-apps/kdenetwork-filesharing:5
kde-apps/khelpcenter:5 kde-apps/kio-extras:5 kde-apps/kmix:5
kde-apps/konsole:5 kde-apps/krdc:5 kde-apps/krfb:5 kde-apps/libkcddb:5
kde-apps/libkcompactdisc:5 kde-apps/libkexiv2:5 kde-apps/libkipi:5/32
kde-apps/okular:5 kde-apps/spectacle:5 kde-frameworks/attica:5/5.43
kde-frameworks/bluez-qt:5/5.43 kde-frameworks/breeze-icons:5/5.43
kde-frameworks/extra-cmake-modules:5/5.43
kde-frameworks/frameworkintegration:5/5.43
kde-frameworks/kactivities:5/5.43
kde-frameworks/kactivities-stats:5/5.43 kde-frameworks/karchive:5/5.43
kde-frameworks/kauth:5/5.43 kde-frameworks/kbookmarks:5/5.43
kde-frameworks/kcmutils:5/5.43 kde-frameworks/kcodecs:5/5.43
kde-frameworks/kcompletion:5/5.43 kde-frameworks/kconfig:5/5.43
kde-frameworks/kconfigwidgets:5/5.43 kde-frameworks/kcoreaddons:5/5.43
kde-frameworks/kcrash:5/5.43 kde-frameworks/kdbusaddons:5/5.43
kde-frameworks/kdeclarative:5/5.43 kde-frameworks/kded:5/5.43
kde-frameworks/kdelibs:4/4.14 kde-frameworks/kdelibs-env:4/4.14
kde-frameworks/kdelibs4support:5/5.43
kde-frameworks/kdesignerplugin:5/5.43 kde-frameworks/kdesu:5/5.43
kde-frameworks/kdnssd:5/5.43 kde-frameworks/kdoctools:5/5.43
kde-frameworks/kemoticons:5/5.43 kde-frameworks/kf-env:5
kde-frameworks/kfilemetadata:5/5.43 kde-frameworks/kglobalaccel:5/5.43
kde-frameworks/kguiaddons:5/5.43 kde-frameworks/kholidays:5/5.43
kde-frameworks/khtml:5/5.43 kde-frameworks/ki18n:5/5.43
kde-frameworks/kiconthemes:5/5.43 kde-frameworks/kidletime:5/5.43
kde-frameworks/kimageformats:5/5.43 kde-frameworks/kinit:5/5.43
kde-frameworks/kio:5/5.43 kde-frameworks/kirigami:5/5.43
kde-frameworks/kitemmodels:5/5.43 kde-frameworks/kitemviews:5/5.43
kde-frameworks/kjobwidgets:5/5.43 kde-frameworks/kjs:5/5.43
kde-frameworks/kjsembed:5/5.43 kde-frameworks/knewstuff:5/5.43
kde-frameworks/knotifications:5/5.43 kde-frameworks/knotifyconfig:5/5.43
kde-frameworks/kpackage:5/5.43 kde-frameworks/kparts:5/5.43
kde-frameworks/kpeople:5/5.43 kde-frameworks/kpty:5/5.43
kde-frameworks/kross:5/5.43 kde-frameworks/krunner:5/5.43
kde-frameworks/kservice:5/5.43 kde-frameworks/ktexteditor:5/5.43
kde-frameworks/ktextwidgets:5/5.43 kde-frameworks/kunitconversion:5/5.43
kde-frameworks/kwallet:5/5.43 kde-frameworks/kwayland:5/5.43
kde-frameworks/kwidgetsaddons:5/5.43 kde-frameworks/kwindowsystem:5/5.43
kde-frameworks/kxmlgui:5/5.43 kde-frameworks/kxmlrpcclient:5/5.43
kde-frameworks/oxygen-icons:5/5.43 kde-frameworks/plasma:5/5.43
kde-frameworks/qqc2-desktop-style:5/5.43 kde-frameworks/solid:5/5.43
kde-frameworks/sonnet:5/5.43 kde-frameworks/syntax-highlighting:5/5.43
kde-frameworks/threadweaver:5/5.43 kde-misc/krusader:5
kde-plasma/bluedevil:5 kde-plasma/breeze:5 kde-plasma/breeze-grub:5
kde-plasma/breeze-gtk:5 kde-plasma/drkonqi:5
kde-plasma/kactivitymanagerd:5 kde-plasma/kde-cli-tools:5
kde-plasma/kde-gtk-config:5 kde-plasma/kdecoration:5
kde-plasma/kdeplasma-addons:5 kde-plasma/kgamma:5 kde-plasma/khotkeys:5
kde-plasma/kinfocenter:5 kde-plasma/kmenuedit:5 kde-plasma/kscreen:5
kde-plasma/kscreenlocker:5 kde-plasma/ksshaskpass:5
kde-plasma/ksysguard:5 kde-plasma/kwallet-pam:5
kde-plasma/kwayland-integration:5 kde-plasma/kwin:5 kde-plasma/kwrited:5
kde-plasma/libkscreen:5/7 kde-plasma/libksysguard:5 kde-plasma/milou:5
kde-plasma/oxygen:5 kde-plasma/plasma-desktop:5
kde-plasma/plasma-integration:5 kde-plasma/plasma-pa:5
kde-plasma/plasma-vault:5 kde-plasma/plasma-workspace:5
kde-plasma/plasma-workspace-wallpapers:5 kde-plasma/polkit-kde-agent:5
kde-plasma/powerdevil:5 kde-plasma/qguiplatformplugin_kde:4/4.11
kde-plasma/sddm-kcm:5 kde-plasma/systemsettings:5
kde-plasma/user-manager:5 mail-client/mailx:0
mail-client/mailx-support:0 mail-client/thund

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic

Sorry...a typo...

It has to be 463 packages NOT 4563 packages...

Cheers
Meino




On 02/27 04:08, tu...@posteo.de wrote:
> On 02/26 11:55, Peter Humphrey wrote:
> > On Monday, 26 February 2018 18:42:33 GMT tu...@posteo.de wrote:
> > 
> > > Hi Peter,
> > > 
> > > luky you...I got 462 packages to recompile...
> > 
> > Ooh! Bloat warning!
> > 
> > -- 
> > Regards,
> > Peter.
> > 
> > 
> 
> And...after a nigth of compilation all that packages I synced
> again this mprning to be sure to get all updates...
> I go this
> 
> 
> Again 4563 packages to be updated...
> This time I got conflicts too.
> 
> Please guys of the dev...if changing a central package which will
> cause massive recompilations...please do all those updates in 
> one go...not one after the other.
> 
> Sigh
> 
> 
> Anyhow: How can I resolve the conflicts at the end of that list?
> 
> Frustrated,
> Meino
> 
> 
> 
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
> [nomerge   ] media-gfx/mypaint-1.2.1::gentoo  PYTHON_TARGETS="python2_7" 
> [nomerge   ]  dev-python/protobuf-python-3.5.1.1:0/15::gentoo  
> PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 
> [ebuild   R]   dev-libs/protobuf-3.5.1.1:0/15::gentoo  USE="zlib -emacs 
> -examples -static-libs {-test}" 0 KiB
> [nomerge   ] media-sound/zynaddsubfx-3.0.3::gentoo  USE="alsa fltk jack 
> -lash" 
> [ebuild   R]  dev-libs/mini-xml-2.10::gentoo  USE="-static-libs -threads" 
> 0 KiB
> [nomerge   ] media-gfx/autotrace-0.31.1-r8::gentoo  USE="-imagemagick 
> -static-libs" 
> [ebuild   R]  media-gfx/pstoedit-3.70-r1::gentoo  USE="-emf -flash 
> -imagemagick -plotutils -pptx -static-libs" 0 KiB
> [ebuild   R]  media-libs/ming-0.4.8-r1::gentoo  USE="perl python -php 
> -static-libs" PYTHON_TARGETS="python2_7" 0 KiB
> [nomerge   ] sci-electronics/sigrok-cli-0.7.0::gentoo  USE="decode" 
> PYTHON_SINGLE_TARGET="python3_5 -python3_4 -python3_6" 
> PYTHON_TARGETS="python3_5 python3_6 -python3_4" 
> [nomerge   ]  sci-libs/libsigrok-0.5.0:0/4::gentoo  USE="cxx -ftdi -java 
> -parport -python -serial -static-libs {-test} -usb" 
> PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" 
> PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 
> [ebuild   R]   dev-libs/libzip-1.3.0:0/5::gentoo  USE="bzip2 
> -static-libs" 0 KiB
> [nomerge   ] media-gfx/meshlab-2016.12-r2::gentoo  USE="-minimal" 
> [ebuild   R]  sci-libs/mpir-3.0.0:0/23::gentoo  USE="cxx -cpudetection 
> -static-libs" 0 KiB
> [nomerge   ] mail-filter/spamassassin-3.4.1-r20::gentoo  USE="berkdb ipv6 
> ssl -cron -ldap -libressl -mysql -postgres -qmail -sqlite {-test}" 
> [nomerge   ]  dev-perl/Geo-IP-1.510.0::gentoo 
> [ebuild   R]   dev-libs/geoip-1.6.12::gentoo  USE="-static-libs" 0 KiB
> [nomerge   ] media-video/mplayer-1.3.0-r4::gentoo  USE="X alsa cdio dvb 
> dvd dvdnav enca encode gif iconv ipv6 jack jpeg libass lzo mad mp3 network 
> osdmenu png sdl shm tga truetype unicode v4l vorbis x264 xscreensaver xv -a52 
> -aalib (-altivec) (-aqua) -bidi -bl -bluray -bs2b -cddb -cdparanoia 
> -cpudetection -debug -dga -doc -dts -dv -faac -faad -fbcon -ftp -ggi -gsm 
> -joystick -ladspa -libcaca -libmpeg2 -lirc -live -md5sum -mng -nas -nut 
> -openal -opengl -oss -pnm -pulseaudio -pvr -radio -rar -rtc -rtmp -samba 
> (-selinux) -speex -theora -toolame -tremor -twolame -vcd -vdpau (-vidix) 
> -xinerama -xvid -xvmc -yuv4mpeg -zoran" CPU_FLAGS_X86="3dnow 3dnowext mmx 
> mmxext sse sse2 -ssse3" VIDEO_CARDS="-mga (-tdfx)" 
> [ebuild   R]  app-i18n/enca-1.19-r1::gentoo  USE="iconv -doc -recode 
> -static-libs" 0 KiB
> [nomerge   ] media-gfx/transfig-3.2.5e::gentoo 
> [ebuild   R]  x11-misc/imake-1.0.7::gentoo  0 KiB
> [nomerge   ] sys-block/partimage-0.6.9::gentoo  USE="nls pam ssl -nologin 
> -static" 
> [ebuild   R]  dev-libs/newt-0.52.20::gentoo  USE="nls -gpm -tcl" 
> PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 0 KiB
> [nomerge   ] media-gfx/enblend-4.2.0_p20161007-r1::gentoo  USE="openmp 
> -debug -doc -tcmalloc" CPU_FLAGS_X86="sse2" 
> [nomerge   ]  media-libs/vigra-1.11.0::gentoo  USE="fftw hdf5 jpeg 
> openexr png python tiff -doc -mpi {-test} -valgrind" 
> PYTHON_TARGETS="python2_7" 
> [ebuild   R]   sci-libs/hdf5-1.10.1:0/1.10.1::gentoo  USE="cxx fortran hl 
> zlib -debug -examples -mpi -static-libs -szip -threads" 0 KiB
> [nomerge   ] media-gfx/swftools-0.9.2-r1::gentoo 
> [nomerge   ]  media-libs/t1lib-5.1.2-r1:5::gentoo  USE="X -doc 
> -static-libs" 
> [ebuild   R]   x11-libs/libXfont-1.5.4::gentoo  USE="bzip2 ipv6 -doc 
> -static-libs -truetype" 0 KiB
> [nomerge   ] net-misc/grdesktop-0.23-r1::gentoo 
> [ebuild   R]  app-text/rarian-0.8.1-r3::gentoo  USE="-static-libs" 0 KiB
> [nomerge   ] app-office/gnumeric-1.12.38::gentoo  USE="introspection 
> -libgda -perl -python" PYTHON_TARGETS="python2_7" 
> [nomerge   ]