Bug 442574

Summary: KDE Neon Testing won't update due to unmet dependecies: libkdecorations2private9
Product: [KDE Neon] neon Reporter: Moltke <amel_ancoli>
Component: Packages Testing EditionAssignee: Neon Bugs <neon-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: jr, nate, neon-bugs, rikmills, sitter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Moltke 2021-09-17 04:07:57 UTC
SUMMARY
KDE Neon Beta won't upgrade due to unmet dependecies: libkdecorations2private9

STEPS TO REPRODUCE
1. Lauch Konsole
2. Run "sudo pkcon refresh"
3. Run "sudo pkcon update"

OBSERVED RESULT
KDE Neon Beta won't update due to unmet dependecies: libkdecorations2private9

EXPECTED RESULT
KDE Neon Beta should upgrade withought complaining about unmet dependecies: libkdecorations2private9

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-34-generic (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION

This what I get at the end after running pkcon update:
Getting updates               [=========================]         
Finished                      [=========================]         
Removing packages             [=========================]         
Testing changes               [=========================]         
Finished                      [=========================]         
Fatal error: The following packages have unmet dependencies:
  libkdecorations2-5v5: Depende: libkdecorations2private9 (= 4:5.22.5+p20.04+tstable+git20210916.1639-0) but it is not going to be installed
  kwin-common: Depende: libkdecorations2private9 (>= 4:5.22.5+p20.04+tstable+git20210916.1639) but it is not going to be installed

Here's more info:

If I try to manually install that, I get

sudo pkcon install libkdecorations2private9
Resolving                     [=========================]         
Querying                      [=========================]         
Testing changes               [=========================]         
Finished                      [=========================]         
Fatal error: WARNING: You are trying to remove the following essential packages: neon-desktop kinfocenter (due to neon-desktop) plasma-desktop (due to neon-desktop) sddm-theme-breeze (due to neon-desktop) plasma-workspace (due to plasma-desktop)

pkcon resolve libkdecorations2private9
Resolving                     [=========================]         
Loading cache                 [=========================]         
Available       libkdecorations2private9-4:5.22.5+p20.04+tstable+git20210916.1639-0.amd64 (neon-focal-main)     library to create window decorations - private library

pkcon get-update-detail libkdecorations2private9
Resolving                     [=========================]         
Getting update details        [=========================]         
Querying                      [=========================]         
Loading cache                 [=========================]         
Finished                      [=========================]         
Details about the update:
 Package: libkdecorations2private9-4:5.22.5+p20.04+tstable+git20210916.1639-0.amd64
 Updates: libkdecorations2private9;4:5.22.5+p20.04+tstable+git20210916.1639-0;amd64;neon-focal-main
 Update text: 
 Changes: Changelog for this version is not yet available
 Issued: 
 Updated: 

pkcon get-updates

Blocked        libkdecorations2-5v5-4:5.22.5+p20.04+tstable+git20210916.1639-0.amd64 (neon-focal-main)
Comment 1 Rik Mills 2021-09-19 07:54:45 UTC
Several build jobs had not succeeded, so depended on older libraries so conflicted with others. I have re-run the builds in question, and I think the installability issues should now be resolved.
Comment 2 Moltke 2021-09-19 17:20:32 UTC
(In reply to Rik Mills from comment #1)
> Several build jobs had not succeeded, so depended on older libraries so
> conflicted with others. I have re-run the builds in question, and I think
> the installability issues should now be resolved.

I haven't done the update yet, but yes, the errors are gone. So, seems like it is fixed. Thank you very much.