Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1  (Read 5767 times)

Offline samoht

  • User
  • Posts: 478
Re: WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1
« Reply #15 on: 2020/11/02, 00:39:25 »
@tomsiduction,

I suspect the reason is the "memory hunger" of the updated Debian packages gcc-10, cpp-10 and g++-10.
Compare:
Package: gcc-10
Version: 10.2.0-16                Version: 10.2.0-15
Installed Size: 340 MB         Installed Size: 58.8 MB
Package: cpp-10
Version: 10.2.0-16               Version: 10.2.0-15
Installed-Size: 312 MB         Installed-Size: 28,9 MB
Package: g++-10
Version: 10.2.0-16               Version: 10.2.0-15
Installed Size: 342 MB         Installed Size: 30.6 MB

Maybe someone knows some advice why these packages have become so "voluminous"?

Offline sunrat

  • User
  • Posts: 406
Re: WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1
« Reply #16 on: 2020/11/02, 06:20:19 »
Holy moley, that's an unbelievably huge size increase. I suspect the packagers may have stuffed up.
There's a bug report about it - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973545
« Last Edit: 2020/11/02, 06:25:19 by sunrat »

Offline samoht

  • User
  • Posts: 478
Re: WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1
« Reply #17 on: 2020/11/02, 09:23:01 »
@sunrat,

thanks for hinting to that bugreport.

Code: [Select]

...
*   Also enable the extra checking on amd64, arm64, ppc64el, s390x, and don't
    strip the executables. This will be reverted within a few weeks, please
    don't send bug reports about that.
...

I should have noticed that.  ;)

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1
« Reply #18 on: 2020/11/02, 09:31:00 »
Update: As most of you might have noticed, the transition to Qt 5.15.1 is finished. So dist-upgrade should show zero removals for now and hence can be used. Now we are waiting for Plasma 5.19.5.2, that might come in clean or not. So keep your eyes peeled for possible removals or other disturbances.

Update: Wie die meisten von euch vielleicht bemerkt haben, ist der Übergang zu Qt 5.15.1 abgeschlossen. Daher sollte dist-upgrade vorerst keine Entfernungen anzeigen und kann daher verwendet werden. Jetzt warten wir auf Plasma 5.19.5.2, das vielleicht sauber reinkommt oder auch nicht. Haltet also die Augen nach möglichen Entfernungen oder anderen Störungen offen.

Offline vayu

  • User
  • Posts: 232
Re: WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1
« Reply #19 on: 2020/11/02, 13:18:12 »

@finotti
Quote
had a package qt5-default installed, and it had a conflict with the new Qt
Thanks my system was still at removing most of KDE, just removing that one package now it goes through with no removals.
How did you find that that package was the culprit?

Offline finotti

  • User
  • Posts: 269
Re: WARNING: Qt 5.15.1 Transition followed by Plasma 5.20.1
« Reply #20 on: 2020/11/02, 13:51:45 »

@finotti
Quote
had a package qt5-default installed, and it had a conflict with the new Qt
Thanks my system was still at removing most of KDE, just removing that one package now it goes through with no removals.
How did you find that that package was the culprit?


aptitude told me.  I tried "aptitude dist-upgrade" and it proposed removing that package as an alternative.  I quit, and did it manually with apt to see what would happen.

I'm glad it helped someone!