Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Gary Dale

On 2020-11-09 4:04 a.m., Andy G Wood wrote:

I had the same problem this morning with testing.
My fix was to simply to back out the new libkdecorations2-5v5 :

debsnap -d . --binary -a amd64 libkdecorations2-5v5 4:5.17.5-2
sudo dpkg -i libkdecorations2-5v5_5.17.5-2_amd64.deb
dpkg --get-selections \* | grep -P '^libkdecorations2-5v5' \
   | sed -e 's/install/hold/' > libkdecorations2-5v5.hold
sudo dpkg --set-selections < libkdecorations2-5v5.hold

That was good enough to get things working for today!
Andy.

Thanks. I did have to track down debsnap (it's part of devutils) but 
that was easy enough. Then a cut & paste into Konsole and I was able to 
get Plasma back.


Along the way, I found another reason why I dislike Gnome: I have a 28" 
4k monitor and running it with the default sizes for things make it too 
small for my old eyes. On Plasma I set things to 140% of normal size, 
which gives me more space while keeping things large enough. Gnome only 
accepts integer increments (100%, 200%, etc.) so it would make 4k the 
same as HD.


I'm disappointed that the package maintainers didn't notice that there 
was a dependency on a particular version of something. The .deb format 
allows for this to be specified, so this problem could have been 
prevented - the newer decoration package would have held until its 
dependency was met.





Re: Re: Current status of KDE in Sid

2020-11-09 Thread Miguel A. Vallejo
Hello Hector.

YES!

Your proposal worked like a charm! Everything was updated without any problem.

Thank you!



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Gary!

On Mon, 9 Nov 2020 at 18:00, Gary Dale  wrote:
[snip]
> I'm disappointed that the package maintainers didn't notice that there
> was a dependency on a particular version of something. The .deb format
> allows for this to be specified, so this problem could have been
> prevented - the newer decoration package would have held until its
> dependency was met.

That also means you have great expectations from us :-D

But let me assure you that if this kind of things happens is because
(as Norbert said) we are humans and this is a **huge** stack to work
on, it requires a lot of time and detail, so things might slip through
from time to time. Wanna check? Be sure to start packaging and come
and join us!

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



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Norbert Preining
On Mon, 09 Nov 2020, Gary Dale wrote:
> this to be specified, so this problem could have been prevented - the newer
> decoration package would have held until its dependency was met.

An upload fixing this is already accepted. We are also only humans ;-)

Best

Norbert

--
PREINING Norbert  https://www.preining.info
Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Re: Re: Current status of KDE in Sid

2020-11-09 Thread Héctor Sales Llamas
Hi Miguel, have you full qt-5.15-1 on your system ?. I'm on testing and 
i have problems with the upgrade (2020-11-07). I was finally able to do 
it without breaking the system.


Basically, the steps:

$ sudo apt install libqt5webengine5 libqt5webenginecore5 
libqt5webenginewidgets5 plasma-workspace-dev qtdeclarative5-dev 
libkf5configwidgets-dev libqt5x11extras5-dev kwin-dev libkf5auth-dev 
libkf5codecs-dev libkf5config-dev libkf5coreaddons-dev 
libkf5dbusaddons-dev libkf5guiaddons-dev libkf5itemmodels-dev 
libkf5package-dev libkf5plasma-dev libkf5service-dev libkf5sysguard-dev 
libkf5widgetsaddons-dev libkf5windowsystem-dev libqt5x11extras5-dev 
plasma-workspace-dev qtdeclarative5-dev


This (above) upgrade a lot of packages and uninstall qt5-default:amd64 
(5.14.2+dfsg-6)=> This packages is not available on sid and testing.


After then I did dist-upgrade and i can upgrade the system without errors..

You can see the details : https://pastebin.pl/view/daf0660c


I hope this can help you..

Best Regards



Re: Current status of KDE in Sid

2020-11-09 Thread Miguel A. Vallejo
Norbert Preining wrote:

> Could it be that you have some packages from experimental or somewhere
> else installed?
>
> Can you send the outputs of the following two commands:
>  aptitude search -F "%p %v" '~S~i~Aexper'
>  aptitude search -F "%p %v" '~S~i~Aexper'

No experimental packages, both commands return nothing.



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Norbert Preining
> I was to install from unstable kwin-x11 packages on testing.

Umpf yes, kdecorations migrated but kwin not, that is not working.
We need to tighten the deps.

Norbert

--
PREINING Norbert  https://www.preining.info
Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Re: Current status of KDE in Sid

2020-11-09 Thread Norbert Preining
Hi
On Mon, 09 Nov 2020, Miguel A. Vallejo wrote:
> This is really weird. Continuing with the example of dolphin:

Could it be that you have some packages from experimental or somewhere
else installed?

Can you send the outputs of the following two commands:
 aptitude search -F "%p %v" '~S~i~Aexper'
 aptitude search -F "%p %v" '~S~i~Aexper'

Thanks

Norbert

--
PREINING Norbert  https://www.preining.info
Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Héctor Sales Llamas

Hi everybody:

Finally the solution that works for me:

I was to install from unstable kwin-x11 packages on testing.



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Facundo Aguilera

El 9/11/20 a las 10:52, Dimitris Paraschou escribió:

Hello everybody,


     I had the same problem after upgrade and the reason was the outdated 
version of event calendar plasmoid.



Hi, you saved my day. Thanks.




--
Facu



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Dimitris Paraschou
Hello everybody,

I had the same problem after upgrade and the reason was the outdated 
version of event calendar plasmoid.

Removing the entry from 
~/.config/plasma-org.kde.plasma.desktop-appletsrc 
fixed the problem

On Monday, November 9, 2020 12:26:41 PM EET Erwan David wrote:
> Le 09/11/2020 à 11:06, Erwan David a écrit :
> > Le 09/11/2020 à 10:04, Andy G Wood a écrit :
> >> I had the same problem this morning with testing.
> >> My fix was to simply to back out the new libkdecorations2-5v5 :
> >> 
> >> debsnap -d . --binary -a amd64 libkdecorations2-5v5 4:5.17.5-2
> >> sudo dpkg -i libkdecorations2-5v5_5.17.5-2_amd64.deb
> >> dpkg --get-selections \* | grep -P '^libkdecorations2-5v5' \
> >>| sed -e 's/install/hold/' > libkdecorations2-5v5.hold
> >> sudo dpkg --set-selections < libkdecorations2-5v5.hold
> >> 
> >> That was good enough to get things working for today!
> >> Andy.
> > 
> > Could you please elaborate :
> > I install debsnap and get "fatal error at line 270
> > Unable to retrieve information for libkdecorations2-5v5 from
> > https://snapshot.debian.org/mr/package/libkdecorations2-5v5/
> 
> Sorry, I missed the --binary while copying the command (not easy without
> a graphical env).
> 
> Thanks for the tip.


-- 

Δημήτrης Παράσχου 
Υποστήριξη Πελατών 
Ομονοίας 26-28,65403 Καβάλα 
Tηλ. & Fax 2510 600096 


ΔΗΛΩΣΗ ΑΠΟΠΟΙΗΣΗΣ ΕΥΘΥΝΗΣ: Το παρόν μήνυμα ηλεκτρονικού ταχυδρομείου και τα 
τυχόν συνημμένα σε αυτό αρχεία είναι εμπιστευτικά και προορίζονται αποκλειστικά 
για 
χρήση του φυσικού ή νομικού προσώπου στο οποίο απευθύνονται. Εάν δεν είστε ο 
ενδεδειγμένος παραλήπτης, οφείλετε να μην το αντιγράψετε, αναμεταδώσετε, 
χρησιμοποιήσετε ή αποκαλύψετε το περιεχόμενό του. Οφείλετε να ενημερώσετε τον 
αποστολέα του μηνύματος για την εσφαλμένη λήψη του και αμέσως να διαγράψετε το 
αντίγραφο από το σύστημά σας. O παραλήπτης οφείλει να ελέγξει για τυχόν ύπαρξη 
ιού 
στο παρόν μήνυμα ηλεκτρονικού ταχυδρομείου και στα συνημμένα σε αυτό αρχεία. H 
ΑΛΓΟΡΙΘΜΟΣ αρνείται κάθε ευθύνη για οποιαδήποτε ζημία προκληθεί από ιό που 
ενδεχομένως διαδοθεί από το παρόν μήνυμα ηλεκτρονικού ταχυδρομείου ή τα τυχόν 
συνημμένα σε αυτό αρχεία. 




Re: Current status of KDE in Sid

2020-11-09 Thread Luigi Toscano
Miguel A. Vallejo ha scritto:
> This is really weird. Continuing with the example of dolphin:
> 
> 
> 
> apt install -V dolphin
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> dolphin is already the newest version (4:20.08.2-1).
> 0 upgraded, 0 newly installed, 0 to remove and 182 not upgraded.
> 
> 
> But and apt full-upgrade want to uninstall a lot of packages,
> including dolphin, so I don't understand anything:

What about listing the packages you want to keep after apt full-upgrade, one
by one, and see what happens?

apt full-upgrade dolphin ...


-- 
Luigi



Re: Current status of KDE in Sid

2020-11-09 Thread Miguel A. Vallejo
This is really weird. Continuing with the example of dolphin:



apt install -V dolphin
Reading package lists... Done
Building dependency tree
Reading state information... Done
dolphin is already the newest version (4:20.08.2-1).
0 upgraded, 0 newly installed, 0 to remove and 182 not upgraded.


But and apt full-upgrade want to uninstall a lot of packages,
including dolphin, so I don't understand anything:



apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer re
quired:
 accountsservice akonadi-backend-mysql akonadi-contacts-data
 akonadi-mime-data akonadi-server apper-data appstream
 apt-config-icons apt-config-icons-hidpi apt-config-icons-large
 apt-config-icons-large-hidpi baloo-kf5 bluez-obexd
 breeze-cursor-theme breeze-gtk-theme cdparanoia cdrdao
 cracklib-runtime cups-pk-helper default-mysql-client-core
 default-mysql-server-core dnsmasq-base drkonqi dvd+rw-tools
 fonts-hack fonts-noto-hinted frameworkintegration freeglut3
 gdal-data genisoimage geoclue-2.0 gir1.2-notify-0.7
 gir1.2-packagekitglib-1.0 gir1.2-secret-1 growisofs ieee-data
 k3b-data kamera kate5-data kde-cli-tools-data kde-config-gtk-style
 kde-config-mailtransport kde-config-sddm kde-style-breeze
 kdeaccessibility kdepim-runtime kdepim-themeeditors
 kdeplasma-addons-data kf5-kdepim-apps-libs-data kf5-messagelib-data
 kgamma5 khotkeys khotkeys-data kimageformat-plugins kio-ldap kmag
 kmenuedit kmousetool kmouth kross ksysguard-data ksysguardd
 kuserfeedback-doc kwin-data kwin-style-breeze kwrited
 libaccounts-glib0 libaccounts-qt5-1 libaccountsservice0 libao-common
 libao4 libappstream4 libappstreamqt2 libarmadillo10 libaudio2
 libbluetooth3 libboost-atomic1.71-dev libboost-atomic1.71.0
 libboost-chrono1.71-dev libboost-container1.71-dev
 libboost-container1.71.0 libboost-context1.71-dev
 libboost-context1.71.0 libboost-coroutine1.71-dev
 libboost-coroutine1.71.0 libboost-date-time1.71-dev
 libboost-exception1.71-dev libboost-fiber1.71-dev
 libboost-fiber1.71.0 libboost-filesystem1.71-dev
 libboost-graph1.71-dev libboost-graph1.71.0
 libboost-iostreams1.71-dev libboost-locale1.71-dev
 libboost-log1.71-dev libboost-log1.71.0 libboost-math1.71-dev
 libboost-math1.71.0 libboost-numpy1.71-dev libboost-numpy1.71.0
 libboost-program-options1.71-dev libboost-python1.71-dev
 libboost-python1.71.0 libboost-random1.71-dev libboost-random1.71.0
 libboost-regex1.71-dev libboost-serialization1.71-dev
 libboost-stacktrace1.71-dev libboost-stacktrace1.71.0
 libboost-system1.71-dev libboost-system1.71.0 libboost-test1.71-dev
 libboost-test1.71.0 libboost-thread1.71-dev libboost-timer1.71-dev
 libboost-timer1.71.0 libboost-type-erasure1.71-dev
 libboost-type-erasure1.71.0 libboost-wave1.71-dev
 libboost-wave1.71.0 libboost1.71-dev libcharls2 libcppunit-1.15-0
 libcppunit-dev libcrack2 libdap25 libdapclient6v5 libdmtx0b
 libdolphinvcs5 libepsilon1 libfakekey0 libfreexl1 libfyba0 libgdal27
 libgeos-3.8.1 libgeos-c1v5 libgeotiff5 libglfw3 libglib2.0-bin
 libgmp-dev libgmpxx4ldbl libgnuradio-channels3.8.2
 libgnuradio-dtv3.8.2 libgnuradio-fec3.8.2 libgnuradio-trellis3.8.2
 libgnuradio-video-sdl3.8.2 libgnuradio-vocoder3.8.2
 libgnuradio-wavelet3.8.2 libgnuradio-zeromq3.8.2 libgps26
 libgsm1-dev libhdf4-0-alt libhdf5-hl-100 libibus-1.0-5 libical3
 libiso9660-11 libjim0.79 libkaccounts2 libkdecorations2private6
 libkf5akonadi-data libkf5akonadiagentbase5
 libkf5akonadicalendar-data libkf5akonadicalendar5abi1
 libkf5akonadicontact5 libkf5akonadicore5abi2 libkf5akonadimime5
 libkf5akonadinotes5 libkf5akonadiprivate5abi2
 libkf5akonadisearch-bin libkf5akonadisearch-data
 libkf5akonadisearchcore5 libkf5akonadisearchdebug5
 libkf5akonadisearchpim5 libkf5akonadisearchxapian5
 libkf5akonadiwidgets5abi1 libkf5alarmcalendar-data
 libkf5alarmcalendar5abi1 libkf5auth5 libkf5baloo5 libkf5balooengine5
 libkf5baloowidgets-bin libkf5baloowidgets5 libkf5bluezqt-data
 libkf5bluezqt6 libkf5calendarcore5abi2 libkf5calendarevents5
 libkf5calendarsupport-data libkf5calendarsupport5abi1
 libkf5calendarutils5 libkf5cddb5 libkf5contacteditor5
 libkf5contacts-data libkf5contacts5 libkf5dav-data libkf5dav5
 libkf5declarative-data libkf5declarative5 libkf5emoticons-bin
 libkf5emoticons-data libkf5emoticons5 libkf5eventviews-data
 libkf5eventviews5abi1 libkf5grantleetheme-plugins
 libkf5grantleetheme5 libkf5gravatar-data libkf5gravatar5abi2
 libkf5holidays-data libkf5holidays5 libkf5identitymanagement5
 libkf5imap-data libkf5imap5 libkf5incidenceeditor-data
 libkf5itemmodels5 libkf5kaddressbookgrantlee5
 libkf5kaddressbookimportexport5 libkf5kcmutils-data libkf5kdcraw5
 libkf5kdelibs4support-data libkf5kdelibs4support5
 libkf5kdelibs4support5-bin libkf5kexiv2-15.0.0 libkf5kipi-data
 libkf5kipi32.0.0 libkf5kmanagesieve5 libkf5konq6
 libkf5kontactinterface-data libkf5kontactinterface5 libkf5krosscore5
 libkf5krossui5 libkf5ksieve-data li

Re: Current status of KDE in Sid

2020-11-09 Thread Miguel A. Vallejo
Boris Pek wrote:

> What apt says you if you try to update a single package from KDE+Plasma stack?
> For example:
>
> sudo apt install -V dolphin

It says: dolphin is already the newest version (4:20.08.2-1).

And my sources.list points to the principal debian repository:

deb http://ftp.debian.org/debian/ unstable main contrib non-free

Any ideas?



Re: Current status of KDE in Sid

2020-11-09 Thread Boris Pek
Hi,

> Dist-upgrade wants to remove 103 packages, many of them are programs I
> use every day, like kate, dolphin, plasma-destop, virtualbox, okular,
> etc...
>
> Full-upgrade wants to remove the same 103 essential packages
>
> It does not look good

What apt says you if you try to update a single package from KDE+Plasma stack?
For example:

sudo apt install -V dolphin

-- 
Boris



Re: Current status of KDE in Sid

2020-11-09 Thread Miguel A. Vallejo
Thom Castermans () wrote:
>
> Hi Miguel,
>
> As I just wrote in another thread, you may need to `apt full-upgrade`
> instead of only `apt upgrade` to get the new KDE.
>
> Best,
> Thom

Hello Tom.

No luck, apt update keeps back almost 200 packages.

Dist-upgrade wants to remove 103 packages, many of them are programs I
use every day, like kate, dolphin, plasma-destop, virtualbox, okular,
etc...

Full-upgrade wants to remove the same 103 essential packages

It does not look good



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Erwan David
Le 09/11/2020 à 11:06, Erwan David a écrit :
> Le 09/11/2020 à 10:04, Andy G Wood a écrit :
>> I had the same problem this morning with testing.
>> My fix was to simply to back out the new libkdecorations2-5v5 :
>>
>> debsnap -d . --binary -a amd64 libkdecorations2-5v5 4:5.17.5-2
>> sudo dpkg -i libkdecorations2-5v5_5.17.5-2_amd64.deb
>> dpkg --get-selections \* | grep -P '^libkdecorations2-5v5' \
>>    | sed -e 's/install/hold/' > libkdecorations2-5v5.hold
>> sudo dpkg --set-selections < libkdecorations2-5v5.hold
>>
>> That was good enough to get things working for today!
>> Andy.
>
> Could you please elaborate :
> I install debsnap and get "fatal error at line 270
> Unable to retrieve information for libkdecorations2-5v5 from
> https://snapshot.debian.org/mr/package/libkdecorations2-5v5/
>
>
Sorry, I missed the --binary while copying the command (not easy without
a graphical env).

Thanks for the tip.



Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Erwan David

Le 09/11/2020 à 10:04, Andy G Wood a écrit :

I had the same problem this morning with testing.
My fix was to simply to back out the new libkdecorations2-5v5 :

debsnap -d . --binary -a amd64 libkdecorations2-5v5 4:5.17.5-2
sudo dpkg -i libkdecorations2-5v5_5.17.5-2_amd64.deb
dpkg --get-selections \* | grep -P '^libkdecorations2-5v5' \
   | sed -e 's/install/hold/' > libkdecorations2-5v5.hold
sudo dpkg --set-selections < libkdecorations2-5v5.hold

That was good enough to get things working for today!
Andy.


Could you please elaborate :
I install debsnap and get "fatal error at line 270
Unable to retrieve information for libkdecorations2-5v5 from 
https://snapshot.debian.org/mr/package/libkdecorations2-5v5/




Re: Upgrade partially some packages (Plasma 5.19. 5 - 3) on testing broke plasma.

2020-11-09 Thread Andy G Wood
I had the same problem this morning with testing.
My fix was to simply to back out the new libkdecorations2-5v5 :

debsnap -d . --binary -a amd64 libkdecorations2-5v5 4:5.17.5-2
sudo dpkg -i libkdecorations2-5v5_5.17.5-2_amd64.deb
dpkg --get-selections \* | grep -P '^libkdecorations2-5v5' \
  | sed -e 's/install/hold/' > libkdecorations2-5v5.hold
sudo dpkg --set-selections < libkdecorations2-5v5.hold

That was good enough to get things working for today!
Andy.

On Monday, 9 November 2020 07:27:15 GMT Thom Castermans wrote:
> Hi Héctor,
>
> Not sure if it was the same problem, but when I logged in today I did
> not have window decorations and was generally missing some kwin
> functionality. Turned out I could not start kwin due to a missing
> symbol. Running `apt full-upgrade` resolved the issue by installing a
> lot of kf5* packages. I thought apt would protect me from this, but it
> remains unstable/testing for a reason!
>
> Hope that helps, best regards,
> Thom
>
> Op ma 9 nov. 2020 om 07:54 schreef Héctor Sales Llamas
:
> > Hello, today some plasma  5.19.5-3 packages have entered testing . After
> > reboot and logging into the system, plasma is partially broken.  I
> > suspect it has to do with the partial plasma upgrade 5.19.x. How can i
> > fix this ?.  Why did these packages go into testing partially ?
> >
> > Start-Date: 2020-11-09  05:23:55
> > Commandline: apt upgrade
> > Requested-By: hector (1000)
> > Install: libkdecorations2private7:amd64 (4:5.19.5-3, automatic)
> > Upgrade: openssl:amd64 (1.1.1g-1, 1.1.1h-1), libkdecorations2-5v5:amd64
> > (4:5.17.5-2, 4:5.19.5-3), libxnvctrl0:amd64 (450.66-1, 450.80.02-1),
> > libkf5screen-bin:amd64 (4:5.17.5-3, 4:5.19.5-3), libkf5screen7:amd64
> > (4:5.17.5-3, 4:5.19.5-3), libssl-dev:amd64 (1.1.1g-1, 1.1.1h-1),
> > libssl1.1:amd64 (1.1.1g-1, 1.1.1h-1), libssl1.1:i386 (1.1.1g-1,
> > 1.1.1h-1), nvidia-settings:amd64 (450.66-1, 450.80.02-1) End-Date:
> > 2020-11-09  05:24:18



This email and any attachments are intended solely for the use of the named 
recipients. If you are not the intended recipient you must not use, disclose, 
copy or distribute this email or any of its attachments and should notify the 
sender immediately and delete this email from your system. UK Research and 
Innovation (UKRI) has taken every reasonable precaution to minimise risk of 
this email or any attachments containing viruses or malware but the recipient 
should carry out its own virus and malware checks before opening the 
attachments. UKRI does not accept any liability for any losses or damages which 
the recipient may sustain due to presence of any viruses. Opinions, conclusions 
or other information in this message and attachments that are not related 
directly to UKRI business are solely those of the author and do not represent 
the views of UKRI.