Re: Qt 5.6.1 in unstable

2016-06-15 Thread Martin Steigerwald
On Dienstag, 14. Juni 2016 23:26:14 CEST Lisandro Damián Nicanor Pérez Meyer 
wrote:
> Qt 5.6.1 made it to unstable, along with the necessary binNMUs for most of
> the stuff.
> 
> KDE stuff is running fine on it :)
> 
> Enjoy!

Just installed it and it appears to work great.

Thank you.

Lets see what this improves regarding multi screen support – and yes, I know 
further upstream fixes for kscreen, now maintained by Sebastian, are coming. 
But at least the issue with windows on external displays disappearing if the 
external display is disconnected should be gone now.

Thanks,
-- 
Martin



High CPU load caused by plasmashell

2016-06-15 Thread Marc Haber
I have two desktop machines and two laptops running current unstable
with KDE. Both desktops do have the issue that plasmashell suddenly
begins taking a full CPU core while staying fully responsive. This
especially happens after suspend or when the system was idle for some
time, for example when I go to lunch and return an hour later.

X itself takes about 50 % CPU if this happens.

Killing off plasmashell and starting a new one solves the issue.

Is this a common issue? Is it already known what causes the issue?
What can I do to find out what happens?

Do the current unstable KDE packages have debugging symbol
counterparts? I am a bit outdated on the availability of debugging
symbols for Debian packages, there was a change in their generation
last year, I think I remember, right?

I am not using many fancy plasma things, I have a single panel with a
quick launch applet, a desktop pager, a task bar, a tray and a clock.
And two additional clocks on the desktop.

What might be going wrong here?

Greetings
Marc

P.S.: This is what a freshly started plasmashell writes on its
terminal, is there anything I should be worried about?

kscreen: starting external backend launcher for ""
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
No metadata file in the package, expected it at: 
"/home/e13itfe/.config/pic//metadata.desktop"
No metadata file in the package, expected it at: 
"/home/e13itfe/.config/pic//metadata.desktop"
No metadata file in the package, expected it at: 
"/home/e13itfe/.config/pic//metadata.desktop"
QFont::setPointSizeF: Point size <= 0 (0.00), must be greater than 0
No metadata file in the package, expected it at: 
"/home/e13itfe/.config/pic//metadata.desktop"
No metadata file in the package, expected it at: 
"/home/e13itfe/.config/pic//metadata.desktop"
No metadata file in the package, expected it at: 
"/home/e13itfe/.config/pic//metadata.desktop"
file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/CompactBarMonitor.qml:45:20:
 Unable to assign [undefined] to QColor
:
Could not resolve property : radialGradient4857
Could not resolve property : radialGradient4857
Could not resolve property : radialGradient4857
Could not resolve property : radialGradient4857
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:106:17: 
Unable to assign [undefined] to QObject*
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:96: 
TypeError: Cannot read property of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:85: 
TypeError: Cannot read property 'effectivePressed' of undefined
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:106:17: 
Unable to assign [undefined] to QObject*
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:96: 
TypeError: Cannot read property of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:85: 
TypeError: Cannot read property 'effectivePressed' of undefined
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:106:17: 
Unable to assign [undefined] to QObject*
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:96: 
TypeError: Cannot read property of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:85: 
TypeError: Cannot read property 'effectivePressed' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:220:
 TypeError: Cannot read property '0' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:209:
 TypeError: Cannot read property '0' of undefined
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:106:17: 
Unable to assign [undefined] to QObject*
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Button.qml:96: 
TypeError: Cannot read property of null

Re: High CPU load caused by plasmashell

2016-06-15 Thread Martin Steigerwald
On Mittwoch, 15. Juni 2016 09:05:16 CEST Marc Haber wrote:
> I have two desktop machines and two laptops running current unstable
> with KDE. Both desktops do have the issue that plasmashell suddenly
> begins taking a full CPU core while staying fully responsive. This
> especially happens after suspend or when the system was idle for some
> time, for example when I go to lunch and return an hour later.
> 
> X itself takes about 50 % CPU if this happens.

Could be one of the plasma applets you are using. They are running in process 
and if one of these things go crazy… Do you use any additional applets?

> Killing off plasmashell and starting a new one solves the issue.
> 
> Is this a common issue? Is it already known what causes the issue?
> What can I do to find out what happens?

I didn´t see this kind of behaviour since a long time.

> Do the current unstable KDE packages have debugging symbol
> counterparts? I am a bit outdated on the availability of debugging
> symbols for Debian packages, there was a change in their generation
> last year, I think I remember, right?

I think these are now in dbgsym packages and you need an extra line in 
sources.list to get these. I do not fully remember what this line looks like 
but it had something along with "debug" in it.

> I am not using many fancy plasma things, I have a single panel with a
> quick launch applet, a desktop pager, a task bar, a tray and a clock.
> And two additional clocks on the desktop.

Hm, maybe one of those clocks? Did you also test with a standard 
configuration?

> What might be going wrong here?

Wonderful question. I don´t have any good answers on how to efficiently find 
it out, except trying with a standard configuration and then applying change 
after change until finding out what causes the issue.

> P.S.: This is what a freshly started plasmashell writes on its
> terminal, is there anything I should be worried about?
> 
> kscreen: starting external backend launcher for ""
> org.kde.plasma: unversioned plugin detected, may result in instability
[… more of these …]
> No metadata file in the package, expected it at:
> "/home/e13itfe/.config/pic//metadata.desktop" No metadata file in the
> package, expected it at: "/home/e13itfe/.config/pic//metadata.desktop" No
> metadata file in the package, expected it at:
> "/home/e13itfe/.config/pic//metadata.desktop" QFont::setPointSizeF: Point
> size <= 0 (0.00), must be greater than 0 No metadata file in the
> package, expected it at: "/home/e13itfe/.config/pic//metadata.desktop" No
> metadata file in the package, expected it at:
> "/home/e13itfe/.config/pic//metadata.desktop" No metadata file in the
> package, expected it at: "/home/e13itfe/.config/pic//metadata.desktop"
> file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents
> /ui/CompactBarMonitor.qml:45:20: Unable to assign [undefined] to QColor
> :
[… tons more of debug output …]

plasmashell outputs a ton of debug output. And frankly I have no idea on 
whether anything of this mentions the cause of your issue.

Excessive plasmashell debug output is known by upstream and I think there have 
been some attempts to mitigate it. I think it would be good if it only outputs 
when it really has a problem that affects the user by default and only 
outputting developer debug information on request.

You could try to disable debug output via kdebugdialog and then restart 
plasmashell on console again, to see whether it outputs anything it considers 
to be an error. Not sure how helpful it is tough.

Another thing would be: Does it loop any message when it utilizes CPU heavily?

Thanks,
-- 
Martin



Re: High CPU load caused by plasmashell

2016-06-15 Thread Marc Haber
On Wed, Jun 15, 2016 at 09:33:31AM +0200, Martin Steigerwald wrote:
> Another thing would be: Does it loop any message when it utilizes CPU heavily?

No. That would be an obvious hint.

Greetings
Marc, not too excited about having to ditch my carefully crafted
configuration for a Heisenbug.

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Re: High CPU load caused by plasmashell

2016-06-15 Thread Martin Steigerwald
On Mittwoch, 15. Juni 2016 09:37:46 CEST Marc Haber wrote:
> On Wed, Jun 15, 2016 at 09:33:31AM +0200, Martin Steigerwald wrote:
> > Another thing would be: Does it loop any message when it utilizes CPU
> > heavily?
> No. That would be an obvious hint.
> 
> Greetings
> Marc, not too excited about having to ditch my carefully crafted
> configuration for a Heisenbug.

No need to ditch it, I´d say. You can backup it if you find out where it is 
stored.

My bet would be:

- plasmashellrc
- plasma-org.kde.plasma.desktop-appletsrc

from looking at:

martin@merkaba:~/.config> ls -l plasma*
-rw-r--r-- 1 martin martin55 Okt  8  2015 plasma-localerc
-rw-r--r-- 1 martin martin   242 Okt  8  2015 plasma-locale-settings.sh
-rw--- 1 martin martin 12871 Jun 14 18:05 plasma-org.kde.plasma.desktop-
appletsrc
-rw--- 1 martin martin54 Feb 21 11:55 plasmarc
-rw--- 1 martin martin  2427 Jun 15 09:44 plasmashellrc
-rw--- 1 martin martin   246 Mai 27 18:41 plasmawindowed-appletsrc
-rw--- 1 martin martin   114 Mai 27 18:57 plasmawindowedrc
-rw--- 1 martin martin   648 Feb 21 11:40 plasma_workspace.notifyrc

The plasmawindowed* files do not appear to be needed, I removed them and 
restarted plasmashell and they are still gone for good.

Ciao,
-- 
Martin



With new qt5-6 packet removed

2016-06-15 Thread MERLIN Philippe
Hello,
With the new upgrade of qt5 in qt5.6.1 i have the message
What that is are normal?
LANG=C apt-get dist-upgrade -V

Cheers.
Philippe Merlin


Re: High CPU load caused by plasmashell

2016-06-15 Thread Marc Haber
On Wed, Jun 15, 2016 at 09:48:23AM +0200, Martin Steigerwald wrote:
> On Mittwoch, 15. Juni 2016 09:37:46 CEST Marc Haber wrote:
> > On Wed, Jun 15, 2016 at 09:33:31AM +0200, Martin Steigerwald wrote:
> > > Another thing would be: Does it loop any message when it utilizes CPU
> > > heavily?
> > No. That would be an obvious hint.
> > 
> > Greetings
> > Marc, not too excited about having to ditch my carefully crafted
> > configuration for a Heisenbug.
> 
> No need to ditch it, I´d say. You can backup it if you find out where it is 
> stored.

I'm going to try a new account on one of the desktops.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Re: State of QT 5.6.x

2016-06-15 Thread newbeewan

Le 14/06/2016 à 14:45, Lisandro Damián Nicanor Pérez Meyer a écrit :

On lunes, 13 de junio de 2016 4:02:30 P. M. ART newbee...@nativobject.net
wrote:

Hi,

I have seen qt 5.6.1 is officially out, correcting tons of bug in 5.6
series...

What is the state of QT 5.6.1 in experimental ?

Is it possible to test as QT 5.5 replacement ?

It started hitting unstable yesterday.

You will probably be able to test it alongiside KDE in ~12 hs.

Happy hacking!


It works like a charm !

Thanks to the kde/plasma/qt team :)

Regards

Mourad



Re: With new qt5-6 packet removed

2016-06-15 Thread Martin Steigerwald
On Mittwoch, 15. Juni 2016 09:46:01 CEST MERLIN Philippe wrote:
> Hello,

Hello Merlin,

please use plain text mails.

> With the new upgrade of qt5 in qt5.6.1 i have the message

Copying and pasting from HTML message:

> LANG=C apt-get dist-upgrade -V
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Calculating upgrade... Done
> 
> The following packages will be REMOVED:
>   kalgebra (4:16.04.0-1)
>   kalgebra-common (4:16.04.0-1)
>   kde-full (5:90)
>   kdeedu (4:4.12+5.90)
>   libqt5xcbqpa5 (5.5.1+dfsg-14)
>   qml-module-org-kde-analitza (4:16.04.0-2)
[…]
> What that is are normal?
> LANG=C apt-get dist-upgrade -V

qml-module-org-kde-analitza needs a binnmu to have it rebuild against Qt 
5.6.1:

# LANG=C apt install qml-module-org-kde-analitza
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 qml-module-org-kde-analitza : Depends: qtdeclarative-abi-5-5-0 but it is not 
installable
E: Unable to correct problems, you have held broken packages.

I notified Lisandro and team. It may be that this binnmu is already triggered 
and waits for build… but if not I think Lisandro or someone else from the team 
will just trigger one.

Thanks,
-- 
Martin



Re: High CPU load caused by plasmashell

2016-06-15 Thread Diederik de Haas
On woensdag 15 juni 2016 09:33:31 CEST Martin Steigerwald wrote:
> > Do the current unstable KDE packages have debugging symbol
> > counterparts? I am a bit outdated on the availability of debugging
> > symbols for Debian packages, there was a change in their generation
> > last year, I think I remember, right?
> 
> I think these are now in dbgsym packages and you need an extra line in 
> sources.list to get these. I do not fully remember what this line looks
> like  but it had something along with "debug" in it.

These are the debug lines I have in my sources.list:
deb http://debug.mirrors.debian.org/debian-debug unstable-debug main contrib 
non-free 

deb http://debug.mirrors.debian.org/debian-debug experimental-debug main 
contrib non-free



Re: replacing plasma notifications by another notification daemon

2016-06-15 Thread Cédric Boutillier
On Wed, Jun 15, 2016 at 06:24:23AM +, Sune Vuorela wrote:

> Can't you just right click on the systray and disable the notifications
> part of it?

When I do that, I just get no notifications at all. When I try to start
dunst, it says:

$ dunst
Name Lost. Is Another notification daemon running?

So my guess is that in that case, the plasma workspace is still
recieving the notifications, just it doesn't display it.


signature.asc
Description: PGP signature


Re: High CPU load caused by plasmashell

2016-06-15 Thread Marc Haber
On Wed, Jun 15, 2016 at 01:18:28PM +0200, Diederik de Haas wrote:
> On woensdag 15 juni 2016 09:33:31 CEST Martin Steigerwald wrote:
> > > Do the current unstable KDE packages have debugging symbol
> > > counterparts? I am a bit outdated on the availability of debugging
> > > symbols for Debian packages, there was a change in their generation
> > > last year, I think I remember, right?
> > 
> > I think these are now in dbgsym packages and you need an extra line in 
> > sources.list to get these. I do not fully remember what this line looks
> > like  but it had something along with "debug" in it.
> 
> These are the debug lines I have in my sources.list:
> deb http://debug.mirrors.debian.org/debian-debug unstable-debug main contrib 
> non-free 
> 
> deb http://debug.mirrors.debian.org/debian-debug experimental-debug main 
> contrib non-free

And I need to manually install those belonging to the packages that I
suspect to be at fault?

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Re: High CPU load caused by plasmashell

2016-06-15 Thread Diederik de Haas
On woensdag 15 juni 2016 13:31:20 CEST Marc Haber wrote:
> > These are the debug lines I have in my sources.list:
> > deb http://debug.mirrors.debian.org/debian-debug unstable-debug main
> > contrib non-free 
> > 
> > deb http://debug.mirrors.debian.org/debian-debug experimental-debug main
> > contrib non-free
>
> And I need to manually install those belonging to the packages that I
> suspect to be at fault?

You do need to manually install them, but you don't have to guess your 
suspects. When things crash you should get a window with debugging info 
(DrKonqi?) and then you can see whether you get a useful backtrace. 

If you get paths with linenumbers then you have good one. If it only shows an 
object name (*.so usually) you can usually find the corresponding package with:
dpkg -S $(which )

and then search for a corresponding -dbg or -dbgsym package and install that. 
Once you've done that, reload the stacktrace and then it should be able to 
further specify the backtrace. Repeat this as often as needed/useful.



Re: High CPU load caused by plasmashell

2016-06-15 Thread Marc Haber
On Wed, Jun 15, 2016 at 01:39:37PM +0200, Diederik de Haas wrote:
> You do need to manually install them, but you don't have to guess your 
> suspects. When things crash you should get a window with debugging info 
> (DrKonqi?) and then you can see whether you get a useful backtrace. 

Unfortuantely, things don't crash, they just run around in circles.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Re: Qt 5.6.1 in unstable

2016-06-15 Thread Lisandro Damián Nicanor Pérez Meyer
On miércoles, 15 de junio de 2016 8:59:28 A. M. ART Martin Steigerwald wrote:
> On Dienstag, 14. Juni 2016 23:26:14 CEST Lisandro Damián Nicanor Pérez Meyer
> wrote:
> > Qt 5.6.1 made it to unstable, along with the necessary binNMUs for most of
> > the stuff.
> > 
> > KDE stuff is running fine on it :)
> > 
> > Enjoy!
> 
> Just installed it and it appears to work great.
> 
> Thank you.
> 
> Lets see what this improves regarding multi screen support – and yes, I know
> further upstream fixes for kscreen, now maintained by Sebastian, are
> coming. But at least the issue with windows on external displays
> disappearing if the external display is disconnected should be gone now.

For me they where gone with the latest kscreen upload... maybe two different 
bugs?


-- 
My favourite poem is the one that starts 'Thirty days hath September' because
it actually tells you something.
 -- Groucho Marx

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Re: With new qt5-6 packet removed

2016-06-15 Thread Lisandro Damián Nicanor Pérez Meyer
On miércoles, 15 de junio de 2016 12:43:00 P. M. ART Martin Steigerwald wrote:
> On Mittwoch, 15. Juni 2016 09:46:01 CEST MERLIN Philippe wrote:
> > Hello,
> 
> Hello Merlin,
> 
> please use plain text mails.
> 
> > With the new upgrade of qt5 in qt5.6.1 i have the message
> 
> Copying and pasting from HTML message:
> > LANG=C apt-get dist-upgrade -V
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > Calculating upgrade... Done
> > 
> > The following packages will be REMOVED:
> >   kalgebra (4:16.04.0-1)
> >   kalgebra-common (4:16.04.0-1)
> >   kde-full (5:90)
> >   kdeedu (4:4.12+5.90)
> >   libqt5xcbqpa5 (5.5.1+dfsg-14)
> >   qml-module-org-kde-analitza (4:16.04.0-2)
> 
> […]
> 
> > What that is are normal?
> > LANG=C apt-get dist-upgrade -V
> 
> qml-module-org-kde-analitza needs a binnmu to have it rebuild against Qt
> 5.6.1:
> 
> # LANG=C apt install qml-module-org-kde-analitza
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  qml-module-org-kde-analitza : Depends: qtdeclarative-abi-5-5-0 but it is
> not installable
> E: Unable to correct problems, you have held broken packages.
> 
> I notified Lisandro and team. It may be that this binnmu is already
> triggered and waits for build… but if not I think Lisandro or someone else
> from the team will just trigger one.

analitza does not depends on any private stuff, so maybe it's waiting for 
qtdeclarative? please check again now.


-- 
“I don’t think security can solve problems.
We need to teach greater respect.”
  Oslo Mayor Stang when asked whether Oslo needs greater security
  after the attacks in Norway, 07/2011.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Re: replacing plasma notifications by another notification daemon

2016-06-15 Thread Sune Vuorela
On 2016-06-15, Cédric Boutillier  wrote:
>> Can't you just right click on the systray and disable the notifications
>> part of it?
>
> When I do that, I just get no notifications at all. When I try to start
> dunst, it says:

Then I'd suggest you report a bug upstream (and make sure martin
klapetek is aware)

/Sune



Re: Qt 5.6.1 in unstable

2016-06-15 Thread Martin Steigerwald
On Mittwoch, 15. Juni 2016 09:40:09 CEST Lisandro Damián Nicanor Pérez Meyer 
wrote:
> On miércoles, 15 de junio de 2016 8:59:28 A. M. ART Martin Steigerwald 
wrote:
> > On Dienstag, 14. Juni 2016 23:26:14 CEST Lisandro Damián Nicanor Pérez
> > Meyer> 
> > wrote:
> > > Qt 5.6.1 made it to unstable, along with the necessary binNMUs for most
> > > of
> > > the stuff.
> > > 
> > > KDE stuff is running fine on it :)
> > > 
> > > Enjoy!
> > 
> > Just installed it and it appears to work great.
> > 
> > Thank you.
> > 
> > Lets see what this improves regarding multi screen support – and yes, I
> > know further upstream fixes for kscreen, now maintained by Sebastian, are
> > coming. But at least the issue with windows on external displays
> > disappearing if the external display is disconnected should be gone now.
> 
> For me they where gone with the latest kscreen upload... maybe two different
> bugs?

Oh, it might be gone already, I didn´t check yet.

Its supposed to be gone :)

-- 
Martin



Re: With new qt5-6 packet removed

2016-06-15 Thread Martin Steigerwald
On Mittwoch, 15. Juni 2016 09:42:37 CEST you wrote:
> On miércoles, 15 de junio de 2016 12:43:00 P. M. ART Martin Steigerwald 
wrote:
> > On Mittwoch, 15. Juni 2016 09:46:01 CEST MERLIN Philippe wrote:
[…]
> > > With the new upgrade of qt5 in qt5.6.1 i have the message
> > 
> > Copying and pasting from HTML message:
> > > LANG=C apt-get dist-upgrade -V
> > > Reading package lists... Done
> > > Building dependency tree
> > > Reading state information... Done
> > > Calculating upgrade... Done
> > > 
> > > The following packages will be REMOVED:
> > >   kalgebra (4:16.04.0-1)
> > >   kalgebra-common (4:16.04.0-1)
> > >   kde-full (5:90)
> > >   kdeedu (4:4.12+5.90)
> > >   libqt5xcbqpa5 (5.5.1+dfsg-14)
> > >   qml-module-org-kde-analitza (4:16.04.0-2)
> > 
> > […]
> > 
> > > What that is are normal?
> > > LANG=C apt-get dist-upgrade -V
> > 
> > qml-module-org-kde-analitza needs a binnmu to have it rebuild against Qt
> > 5.6.1:
> > 
> > # LANG=C apt install qml-module-org-kde-analitza
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >  qml-module-org-kde-analitza : Depends: qtdeclarative-abi-5-5-0 but it is
> > 
> > not installable
> > E: Unable to correct problems, you have held broken packages.
> > 
> > I notified Lisandro and team. It may be that this binnmu is already
> > triggered and waits for build… but if not I think Lisandro or someone else
> > from the team will just trigger one.
> 
> analitza does not depends on any private stuff, so maybe it's waiting for
> qtdeclarative? please check again now.

Not working. I think qml-module-org-kde-analitza should require qtdeclarative-
abi-6-something? But it wants 5-5-0.

merkaba:~> LANG=C apt install kalgebra
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kalgebra : Depends: kalgebra-common (= 4:16.04.0-1) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.
merkaba:~#100> LANG=C apt install kalgebra-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kalgebra-common : Depends: qml-module-org-kde-analitza but it is not going to 
be installed
E: Unable to correct problems, you have held broken packages.
merkaba:~#100> LANG=C apt install qml-module-org-kde-analitza
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 qml-module-org-kde-analitza : Depends: qtdeclarative-abi-5-5-0 but it is not 
installable
E: Unable to correct problems, you have held broken packages.
merkaba:~#100> LANG=C apt-cache policy qml-module-org-kde-analitza
qml-module-org-kde-analitza:
  Installed: (none)
  Candidate: 4:16.04.0-2
  Version table:
 4:16.04.0-2 500
500 http://ftp.de.debian.org/debian sid/main amd64 Packages

Thanks,
-- 
Martin



Re: replacing plasma notifications by another notification daemon

2016-06-15 Thread Cédric Boutillier
On Wed, Jun 15, 2016 at 12:48:23PM +, Sune Vuorela wrote:

> Then I'd suggest you report a bug upstream (and make sure martin
> klapetek is aware)

Thanks, I'll do that.



signature.asc
Description: PGP signature


Re: With new qt5-6 packet removed

2016-06-15 Thread Lisandro Damián Nicanor Pérez Meyer
Interesting. Indeed the qtdeclarative abi has been bumped *but* that
package shouldn't be getting it...

I'll recheck the symbols files. In the meantime I have asked the RT to
add a new tracker for it.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



Re: With new qt5-6 packet removed

2016-06-15 Thread Lisandro Damián Nicanor Pérez Meyer
On miércoles, 15 de junio de 2016 12:14:06 P. M. ART Lisandro Damián Nicanor 
Pérez Meyer wrote:
> Interesting. Indeed the qtdeclarative abi has been bumped *but* that
> package shouldn't be getting it...
> 
> I'll recheck the symbols files. In the meantime I have asked the RT to
> add a new tracker for it.

Done. Only affected package was analitza (the other two where already affected 
by qtbase).

Analitza does not ships any Qt private header (good!) nor uses Qt's private 
headers directly (also good!) so I suspect a bug in qt5's declarative's 
symbols file.


-- 
 They are plenty, a whole hurd of gnus.
* pinotree turns OdyX upside down
 ˙snuƃ ɟo pɹnɥ ǝloɥʍ ɐ 'ʎʇuǝld ǝɹɐ ʎǝɥʇ
 gh
 (-: ˙ǝsɐǝןd 'dn ʞɔɐq ǝɯ uɹnʇ ǝsɐǝןd ʍou
* pinotree turns OdyX upside down again
 Thank you.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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