Bug 442574 - KDE Neon Testing won't update due to unmet dependecies: libkdecorations2private9
Summary: KDE Neon Testing won't update due to unmet dependecies: libkdecorations2private9
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages Testing Edition (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-17 04:07 UTC by Moltke
Modified: 2021-09-19 17:20 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.