View previous topic :: View next topic |
Author |
Message |
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Thu Sep 05, 2024 9:43 am Post subject: 7 blocks on the way to plasma 6 |
|
|
Hi guys!
First machine migrated to plasma 6 smoothly, but the second one refuses to migrate due to 7 blocks from old plasma 5 packages
So what I did till now:
As it described in news item from Andreas:
1. I using standard Breeze theme already
2. Depclean for kde-misc/latte-dock:
Code: | # emerge --depclean kde-misc/latte-dock
--- Couldn't find 'kde-misc/latte-dock' to depclean.
>>> No packages selected for removal by depclean |
3. eix -c --selected:
https://pastebin.com/m0TN4yaG
4. eix -c --system
https://pastebin.com/jxrF52ST
5. eix -c --world
https://pastebin.com/jHZKHYpx
6. eix -c --installed-testing
https://pastebin.com/BE3apjZN
7. USE="kf6compat qt6" added to make.conf
8. I ran emerge -pev @world --backtrack=0
It's the output: https://pastebin.com/edL50bFC
I searched through it but didn't found any "no ebuild available" message.
9. Finally emerge -avuDN world:
https://pastebin.com/C5mjnCCe
7 blocks.
"eix -c --selected" and "eix -c --world" shows some kde-apps and kde-plasma packages which I assume are slotted.
Code: | [U] kde-apps/ark (23.08.5(5)@08.03.2024 -> 23.08.5(5)^t 24.05.2-r1(6)^t): File archiver by KDE
[U] kde-apps/dolphin (23.08.5-r1(5)@24.08.2024 -> 23.08.5-r1(5)^t 24.05.2-r1(6)^t): Plasma filemanager focusing on usability
[U?] kde-apps/gwenview (23.08.5(5)@07.06.2024 -> 24.05.2-r1(6)^t): Image viewer by KDE
[U] kde-apps/kate (23.08.5(5)@08.03.2024 -> 23.08.5(5) 24.05.2(6)): Multi-document editor with network transparency, Plasma integration and more
[U] kde-apps/kate-lib (23.08.5(5)@08.03.2024 -> 23.08.5(5)^t 24.05.2(6)^t): Shared library used by Kate/Kwrite and Kate-Addons
[U] kde-apps/kcalc (23.08.5(5)@08.03.2024 -> 23.08.5(5)^t 24.05.2(6)^t): KDE calculator
[U] kde-apps/kdialog (23.08.5(5)@08.03.2024 -> 23.08.5(5) 24.05.2(6)): Can be used to show nice dialog boxes from shell scripts
[I] kde-apps/kmix (24.05.2(5)@22.07.2024): Volume control gui based on KDE Frameworks
[U] kde-apps/konsole (23.08.5(5)@08.03.2024 -> 23.08.5(5)^t 24.05.2-r1(6)^t): KDE's terminal emulator
[U] kde-plasma/kde-gtk-config (5.27.11(5)@15.03.2024 -> 5.27.11(5) 6.1.4(6)): Syncs KDE Plasma theme settings to GTK applications
[U] kde-plasma/kgamma (5.27.11(5)@15.03.2024 -> 5.27.11(5) 6.1.4(6)): Screen gamma values kcontrol module
[I] kde-plasma/khotkeys (5.27.11(5)@15.03.2024): KDE Plasma workspace hotkey module
[U] kde-plasma/kmenuedit (5.27.11(5)@15.03.2024 -> 5.27.11(5) 6.1.4(6)): KDE Plasma menu editor
[U] kde-plasma/kpipewire (5.27.11-r1(5)@20.06.2024 -> 5.27.11-r1(5)^t 6.1.4-r1(6)^t): Components relating to Flatpak pipewire use in Plasma
[U] kde-plasma/plasma-desktop (5.27.11(5)@15.03.2024 -> 5.27.11(5)^t 6.1.4(6)^t): KDE Plasma desktop
[U] kde-plasma/systemsettings (5.27.11(5)@15.03.2024 -> 5.27.11(5) 6.1.4(6)): Control Center to configure KDE Plasma desktop |
These packages mentioned by emerge to be uninstalled, so I think I shouldn't perform any actions regarding them.
What to do with these packages that marked as [blocks B]:
Code: | [blocks B ] kde-plasma/kscreenlocker:5 ("kde-plasma/kscreenlocker:5" is soft blocking kde-plasma/kscreenlocker-6.1.4)
[blocks B ] kde-plasma/kdecoration:5 ("kde-plasma/kdecoration:5" is soft blocking kde-plasma/kdecoration-6.1.4)
[blocks B ] kde-plasma/libkworkspace:5 ("kde-plasma/libkworkspace:5" is soft blocking kde-plasma/plasma-workspace-6.1.4-r1)
[blocks B ] kde-plasma/breeze:5 ("kde-plasma/breeze:5" is soft blocking kde-plasma/breeze-6.1.4)
[blocks B ] kde-plasma/kwin:5 ("kde-plasma/kwin:5" is soft blocking kde-plasma/kwin-6.1.4-r1)
[blocks B ] kde-plasma/layer-shell-qt:5 ("kde-plasma/layer-shell-qt:5" is soft blocking kde-plasma/layer-shell-qt-6.1.4)
[blocks B ] kde-plasma/libkscreen:5 ("kde-plasma/libkscreen:5" is soft blocking kde-plasma/libkscreen-6.1.4) |
Usually I just unmerging such a blocking packages, but right now I think it will lead to unsolvable emerge --depclean problem
Any thoughts? _________________ GNU is Not Usable |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9261
|
Posted: Thu Sep 05, 2024 11:22 am Post subject: |
|
|
Your world file is polluted. --deselect khotkeys for a start. |
|
Back to top |
|
|
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Thu Sep 05, 2024 12:36 pm Post subject: |
|
|
asturm wrote: | Your world file is polluted. --deselect khotkeys for a start. |
Thanks, after
Code: | emerge --deselect kde-plasma/khotkeys |
emerge started to perform an update.
But how did you find this solution? _________________ GNU is Not Usable |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9261
|
Posted: Thu Sep 05, 2024 12:53 pm Post subject: |
|
|
Code: | (kde-plasma/libkworkspace-5.27.11:5/5::gentoo, ebuild scheduled for merge) pulled in by
>=kde-plasma/libkworkspace-5.27.11:5 required by (kde-plasma/khotkeys-5.27.11:5/5::gentoo, ebuild scheduled for merge) USE="-debug -handbook" |
emphasis on 2nd line: scheduled for merge, but this is in direct contradiction to Plasma 6 upgrade. |
|
Back to top |
|
|
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Thu Sep 05, 2024 1:04 pm Post subject: |
|
|
Thank you! _________________ GNU is Not Usable |
|
Back to top |
|
|
|