Re: KDE Frameworks 5.82.0-1 available (Experimental)

2021-05-11 Thread inkbottle
On Tuesday, May 11, 2021 7:56:01 AM CEST Luc Castermans wrote:
> so I used below, with XY the version installed at present:
> 
> apt install -t experimental `dpkg -l | fgrep 5.XY | awk '{print $2}'`

Thanks a lot.

> 
> Regards,
> 
> 
> Luc
> 
> Op 10-05-2021 om 21:14 schreef inkbottle:
> > On Monday, May 10, 2021 7:13:11 PM CEST Luc Castermans wrote:
> >> hi,
> >> 
> >> I upgraded earlier today.  I observed no issues during and after upgrade.
> > 
> > Can you say what specific command line(s) you are using for the
> > experimental part of the upgrade.
> > 
> >> Thanks!
> >> 
> >> Luc
> >> 
> >> Op ma 10 mei 2021 18:06 schreef inkbottle :
> >>> Hi all,
> >>> 
> >>> I've upgraded to Frameworks 5.82.0-1.
> >>> 
> >>> Below an edited transcript of what went well and what didn't.
> >>> 
> >>> Your suggestions about the right way to do it are welcome.
> >>> 
> >>> Chris
> >>> 
> >>> 
> >>> 
> >>>  5.82.0-1: apt update; apt -t unstable dist-upgrade; apt install
> >>> -t
> >>> experimental plasma-desktop plasma-framework
> >>>  First run didn't work: plasmashell 100% cpu forever, had to
> >>> reboot.
> >>>  Second run seems okay.
> >>>  Do you have mixed versions?
> >>>  I'm not sure whether that upgraded all packages to 5.21.5 or 5.82
> >>>  Assuming you have the latest Plasma 5.21.5 installed, make sure no
> >>> 5.21.4 packages are left: `dpkg -l | grep 5.21.4`
> >>>  Similarly for the frameworks.
> >>>  dpkg -l | grep -F "5.21.4" | wc -l ==> 72; dpkg -l | grep -F
> >>> "5.21.5"
> >>> 
> >>> | wc -l ==> 13
> >>> 
> >>>  What did I do wrong?
> >>>  Upgrading one package to 5.21.5 does not automatically upgrade all
> >>> others.
> >>>  So you would recommend this sort of command? `apt install -t
> >>> experimental $( dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' )`
> >>>  It's the easiest for me. When you run stable/testing/unstable, you
> >>> don't
> >>> have this problem, because we usually upload all packages at once and
> >>> everything will then be upgraded.
> >>>  First thing would then be: `apt install -t experimental $( dpkg
> >>> -l
> >>> 
> >>> grep 5.21.4 | awk '/^ii/ {print $2}' )`
> >>>  Running now the above line
> >>>  dpkg -l | grep -F "5.21.4" | wc -l ==> 0
> >>>  dpkg -l | grep -F "5.21" | grep -v -F "5.21.5"  ==> two packages
> >>> with
> >>> version numbers 5.212.0~alpha4-11 => unrelated
> >>>  Sounds good.
> >>>  Now verifying for framework
> >>>  dpkg -l | grep -F "5.78" | wc -l ==> 119
> >>>  dpkg -l | grep -F "5.78" | egrep -v 'libkf5|qml-mod' ==> it's
> >>> all
> >>> KDE
> >>> stuff
> >>>  apt install -t experimental $( dpkg -l | grep -F "5.78.0" | awk
> >>> '/^ii/
> >>> {print $2}' )
> >>>  dpkg -l | egrep "5\.(78|79|80|81)" | wc -l ==> 0
> >>>  I should reboot now.






Re: KDE Frameworks 5.82.0-1 available (Experimental)

2021-05-10 Thread Luc Castermans

so I used below, with XY the version installed at present:

apt install -t experimental `dpkg -l | fgrep 5.XY | awk '{print $2}'`

Regards,


Luc



Op 10-05-2021 om 21:14 schreef inkbottle:

On Monday, May 10, 2021 7:13:11 PM CEST Luc Castermans wrote:

hi,

I upgraded earlier today.  I observed no issues during and after upgrade.

Can you say what specific command line(s) you are using for the experimental
part of the upgrade.


Thanks!

Luc

Op ma 10 mei 2021 18:06 schreef inkbottle :

Hi all,

I've upgraded to Frameworks 5.82.0-1.

Below an edited transcript of what went well and what didn't.

Your suggestions about the right way to do it are welcome.

Chris



 5.82.0-1: apt update; apt -t unstable dist-upgrade; apt install -t
experimental plasma-desktop plasma-framework
 First run didn't work: plasmashell 100% cpu forever, had to
reboot.
 Second run seems okay.
 Do you have mixed versions?
 I'm not sure whether that upgraded all packages to 5.21.5 or 5.82
 Assuming you have the latest Plasma 5.21.5 installed, make sure no
5.21.4 packages are left: `dpkg -l | grep 5.21.4`
 Similarly for the frameworks.
 dpkg -l | grep -F "5.21.4" | wc -l ==> 72; dpkg -l | grep -F
"5.21.5"

| wc -l ==> 13

 What did I do wrong?
 Upgrading one package to 5.21.5 does not automatically upgrade all
others.
 So you would recommend this sort of command? `apt install -t
experimental $( dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' )`
 It's the easiest for me. When you run stable/testing/unstable, you
don't
have this problem, because we usually upload all packages at once and
everything will then be upgraded.
 First thing would then be: `apt install -t experimental $( dpkg -l

grep 5.21.4 | awk '/^ii/ {print $2}' )`
 Running now the above line
 dpkg -l | grep -F "5.21.4" | wc -l ==> 0
 dpkg -l | grep -F "5.21" | grep -v -F "5.21.5"  ==> two packages
with
version numbers 5.212.0~alpha4-11 => unrelated
 Sounds good.
 Now verifying for framework
 dpkg -l | grep -F "5.78" | wc -l ==> 119
 dpkg -l | grep -F "5.78" | egrep -v 'libkf5|qml-mod' ==> it's all
KDE
stuff
 apt install -t experimental $( dpkg -l | grep -F "5.78.0" | awk
'/^ii/
{print $2}' )
 dpkg -l | egrep "5\.(78|79|80|81)" | wc -l ==> 0
 I should reboot now.





--

m.vr.gr.

Luc Castermans
mailto:luc.casterm...@gmail.com



Re: KDE Frameworks 5.82.0-1 available (Experimental)

2021-05-10 Thread inkbottle
On Monday, May 10, 2021 7:13:11 PM CEST Luc Castermans wrote:
> hi,
> 
> I upgraded earlier today.  I observed no issues during and after upgrade.

Can you say what specific command line(s) you are using for the experimental 
part of the upgrade.

> 
> Thanks!
> 
> Luc
> 
> Op ma 10 mei 2021 18:06 schreef inkbottle :
> > Hi all,
> > 
> > I've upgraded to Frameworks 5.82.0-1.
> > 
> > Below an edited transcript of what went well and what didn't.
> > 
> > Your suggestions about the right way to do it are welcome.
> > 
> > Chris
> > 
> > 
> > 
> >  5.82.0-1: apt update; apt -t unstable dist-upgrade; apt install -t
> > experimental plasma-desktop plasma-framework
> >  First run didn't work: plasmashell 100% cpu forever, had to
> > reboot.
> >  Second run seems okay.
> >  Do you have mixed versions?
> >  I'm not sure whether that upgraded all packages to 5.21.5 or 5.82
> >  Assuming you have the latest Plasma 5.21.5 installed, make sure no
> > 5.21.4 packages are left: `dpkg -l | grep 5.21.4`
> >  Similarly for the frameworks.
> >  dpkg -l | grep -F "5.21.4" | wc -l ==> 72; dpkg -l | grep -F
> > "5.21.5"
> > 
> > | wc -l ==> 13
> > 
> >  What did I do wrong?
> >  Upgrading one package to 5.21.5 does not automatically upgrade all
> > others.
> >  So you would recommend this sort of command? `apt install -t
> > experimental $( dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' )`
> >  It's the easiest for me. When you run stable/testing/unstable, you
> > don't
> > have this problem, because we usually upload all packages at once and
> > everything will then be upgraded.
> >  First thing would then be: `apt install -t experimental $( dpkg -l
> > 
> > grep 5.21.4 | awk '/^ii/ {print $2}' )`
> >  Running now the above line
> >  dpkg -l | grep -F "5.21.4" | wc -l ==> 0
> >  dpkg -l | grep -F "5.21" | grep -v -F "5.21.5"  ==> two packages
> > with
> > version numbers 5.212.0~alpha4-11 => unrelated
> >  Sounds good.
> >  Now verifying for framework
> >  dpkg -l | grep -F "5.78" | wc -l ==> 119
> >  dpkg -l | grep -F "5.78" | egrep -v 'libkf5|qml-mod' ==> it's all
> > KDE
> > stuff
> >  apt install -t experimental $( dpkg -l | grep -F "5.78.0" | awk
> > '/^ii/
> > {print $2}' )
> >  dpkg -l | egrep "5\.(78|79|80|81)" | wc -l ==> 0
> >  I should reboot now.






Re: KDE Frameworks 5.82.0-1 available (Experimental)

2021-05-10 Thread Luc Castermans
hi,

I upgraded earlier today.  I observed no issues during and after upgrade.

Thanks!

Luc

Op ma 10 mei 2021 18:06 schreef inkbottle :

> Hi all,
>
> I've upgraded to Frameworks 5.82.0-1.
>
> Below an edited transcript of what went well and what didn't.
>
> Your suggestions about the right way to do it are welcome.
>
> Chris
>
>
>
>  5.82.0-1: apt update; apt -t unstable dist-upgrade; apt install -t
> experimental plasma-desktop plasma-framework
>  First run didn't work: plasmashell 100% cpu forever, had to reboot.
>  Second run seems okay.
>  Do you have mixed versions?
>  I'm not sure whether that upgraded all packages to 5.21.5 or 5.82
>  Assuming you have the latest Plasma 5.21.5 installed, make sure no
> 5.21.4 packages are left: `dpkg -l | grep 5.21.4`
>  Similarly for the frameworks.
>  dpkg -l | grep -F "5.21.4" | wc -l ==> 72; dpkg -l | grep -F
> "5.21.5"
> | wc -l ==> 13
>  What did I do wrong?
>  Upgrading one package to 5.21.5 does not automatically upgrade all
> others.
>  So you would recommend this sort of command? `apt install -t
> experimental $( dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' )`
>  It's the easiest for me. When you run stable/testing/unstable, you
> don't
> have this problem, because we usually upload all packages at once and
> everything will then be upgraded.
>  First thing would then be: `apt install -t experimental $( dpkg -l
> |
> grep 5.21.4 | awk '/^ii/ {print $2}' )`
>  Running now the above line
>  dpkg -l | grep -F "5.21.4" | wc -l ==> 0
>  dpkg -l | grep -F "5.21" | grep -v -F "5.21.5"  ==> two packages
> with
> version numbers 5.212.0~alpha4-11 => unrelated
>  Sounds good.
>  Now verifying for framework
>  dpkg -l | grep -F "5.78" | wc -l ==> 119
>  dpkg -l | grep -F "5.78" | egrep -v 'libkf5|qml-mod' ==> it's all
> KDE
> stuff
>  apt install -t experimental $( dpkg -l | grep -F "5.78.0" | awk
> '/^ii/
> {print $2}' )
>  dpkg -l | egrep "5\.(78|79|80|81)" | wc -l ==> 0
>  I should reboot now.
>
>
>
>
>


KDE Frameworks 5.82.0-1 available (Experimental)

2021-05-10 Thread inkbottle
Hi all,

I've upgraded to Frameworks 5.82.0-1.

Below an edited transcript of what went well and what didn't.

Your suggestions about the right way to do it are welcome.

Chris



 5.82.0-1: apt update; apt -t unstable dist-upgrade; apt install -t 
experimental plasma-desktop plasma-framework
 First run didn't work: plasmashell 100% cpu forever, had to reboot.
 Second run seems okay.
 Do you have mixed versions?
 I'm not sure whether that upgraded all packages to 5.21.5 or 5.82
 Assuming you have the latest Plasma 5.21.5 installed, make sure no 
5.21.4 packages are left: `dpkg -l | grep 5.21.4`
 Similarly for the frameworks.
 dpkg -l | grep -F "5.21.4" | wc -l ==> 72; dpkg -l | grep -F "5.21.5" 
| wc -l ==> 13
 What did I do wrong?
 Upgrading one package to 5.21.5 does not automatically upgrade all 
others.
 So you would recommend this sort of command? `apt install -t 
experimental $( dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' )`
 It's the easiest for me. When you run stable/testing/unstable, you don't 
have this problem, because we usually upload all packages at once and 
everything will then be upgraded.
 First thing would then be: `apt install -t experimental $( dpkg -l | 
grep 5.21.4 | awk '/^ii/ {print $2}' )`
 Running now the above line
 dpkg -l | grep -F "5.21.4" | wc -l ==> 0
 dpkg -l | grep -F "5.21" | grep -v -F "5.21.5"  ==> two packages with 
version numbers 5.212.0~alpha4-11 => unrelated
 Sounds good.
 Now verifying for framework
 dpkg -l | grep -F "5.78" | wc -l ==> 119
 dpkg -l | grep -F "5.78" | egrep -v 'libkf5|qml-mod' ==> it's all KDE 
stuff
 apt install -t experimental $( dpkg -l | grep -F "5.78.0" | awk '/^ii/ 
{print $2}' )
 dpkg -l | egrep "5\.(78|79|80|81)" | wc -l ==> 0
 I should reboot now.