Summary: | Error while installing the latest updates: libphonon4qt5 | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Valter Mura <valtermura> |
Component: | Packages Testing Edition | Assignee: | Neon Bugs <neon-bugs> |
Status: | CONFIRMED --- | ||
Severity: | major | CC: | amel_ancoli, jr, linux4freedom, neon-bugs, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/neon/extras/phonon/-/commit/a3713e49f20bf05ac3b743697d5b43d9035115c8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Valter Mura
2023-07-28 19:41:11 UTC
I've been getting this too for the past 2 days. Running "sudo apt full-upgrade" updates most things, but still get the "libphonon4qt5" error. Operating System: KDE neon Testing Edition KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.109.0 Qt Version: 5.15.10 Kernel Version: 5.19.0-50-generic (64-bit) Graphics Platform: X11 Now, "sudo apt full-upgrade" won't work either. :( Git commit a3713e49f20bf05ac3b743697d5b43d9035115c8 by Jonathan Esk-Riddell. Committed on 31/07/2023 at 14:51. Pushed by jriddell into branch 'Neon/unstable'. breaks and conflicts old package names M +16 -4 debian/control M +1 -1 debian/qt5-phonon.install https://invent.kde.org/neon/extras/phonon/-/commit/a3713e49f20bf05ac3b743697d5b43d9035115c8 Someone at reddit posted the solution: "sudo dpkg -i --force-overwrite /var/cache/apt/archives/qt5- phonon_4%3a4.11.1+p22.04+tunstable+git20230725.0737-0_amd64.deb" after running that, everything works. New build fixes this by my testing. Yes you can force-override for overlapping files but it's nicer just not to have overlapping files so thanks for testing and reporting. The latest update (2023-08-21) returns the following error, while trying to update (through Discover app): "Cannot remove the system package: WARNING: You are trying to remove the following essential packages: qt5-phonon (due to plasma-desktop)" Please fix it, thank you. (In reply to Valter Mura from comment #6) > The latest update (2023-08-21) returns the following error, while trying to > update (through Discover app): > > "Cannot remove the system package: > WARNING: You are trying to remove the following essential packages: > qt5-phonon (due to plasma-desktop)" > > Please fix it, thank you. Same here (In reply to EBiForE from comment #7) > (In reply to Valter Mura from comment #6) > > The latest update (2023-08-21) returns the following error, while trying to > > update (through Discover app): > > > > "Cannot remove the system package: > > WARNING: You are trying to remove the following essential packages: > > qt5-phonon (due to plasma-desktop)" > > > > Please fix it, thank you. > > Same here P.S. Also on fresh install The system now returns this error: "Unable updating 1 package Error while installing package: trying to overwrite '/usr/lib/x86_64-linux-gnu/libphonon4qt5.so.4.11.1', which is also in package qt5-phonon 4" My system: Operating System: KDE neon Testing Edition KDE Plasma Version: 5.27.7 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 Kernel Version: 6.2.0-26-generic (64-bit) Graphics Platform: X11 Graphics Processor: NVE7 (Nvidia) And the problem is still here on 2023-09-03: "Aggiornamento di 1 pacchetto non riuscito Error while installing package: trying to overwrite '/usr/lib/x86_64-linux-gnu/libphonon4qt5.so.4.11.1', which is also in package qt5-phonon 4" Operating System: KDE neon Testing Edition KDE Plasma Version: 5.27.7 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 Kernel Version: 6.2.0-26-generic (64-bit) Graphics Platform: X11 Graphics Processor: NVE7 (In reply to Valter Mura from comment #0) > SUMMARY > *** > NOTE: If you are reporting a crash, please try to attach a backtrace with > debug symbols. > See > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports > *** > > > STEPS TO REPRODUCE > 1. Try to install the latest updates, both Discover and Muon Package manager > 2. > 3. > > OBSERVED RESULT > The system returns the following error: > "Error while updating: > /var/cache/apt/archives/qt5-phonon_4%3a4.11.1+p22.04+tunstable+git20230725. > 0737-0_amd64.deb > trying to overwrite '/usr/lib/x86_64-linux-gnu/libphonon4qt5.so.4.11.1', > which is also in package libphonon4qt5-4" > > Than the system quits from the update. > > SOFTWARE/OS VERSIONS > Linux/KDE Plasma: > Operating System: KDE neon Testing Edition > KDE Plasma Version: 5.27.6 > KDE Frameworks Version: 5.109.0 > Qt Version: 5.15.10 > Kernel Version: 5.19.0-46-generic (64-bit) > Graphics Platform: X11 Solution: sudo apt install xfdesktop4 Enter to XFCE DE sudo apt-get -o Dpkg::Options::="--force-overwrite" install libphonon4qt5-4 From xfce4-terminal sudo pkcon refresh -p -v && sudo pkcon get-updates -p -v && sudo pkcon update -p -v && poweroff (In reply to EBiForE from comment #11) > (In reply to Valter Mura from comment #0) > > SUMMARY > > *** > > NOTE: If you are reporting a crash, please try to attach a backtrace with > > debug symbols. > > See > > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > > How_to_create_useful_crash_reports > > *** > > > > > > STEPS TO REPRODUCE > > 1. Try to install the latest updates, both Discover and Muon Package manager > > 2. > > 3. > > > > OBSERVED RESULT > > The system returns the following error: > > "Error while updating: > > /var/cache/apt/archives/qt5-phonon_4%3a4.11.1+p22.04+tunstable+git20230725. > > 0737-0_amd64.deb > > trying to overwrite '/usr/lib/x86_64-linux-gnu/libphonon4qt5.so.4.11.1', > > which is also in package libphonon4qt5-4" > > > > Than the system quits from the update. > > > > SOFTWARE/OS VERSIONS > > Linux/KDE Plasma: > > Operating System: KDE neon Testing Edition > > KDE Plasma Version: 5.27.6 > > KDE Frameworks Version: 5.109.0 > > Qt Version: 5.15.10 > > Kernel Version: 5.19.0-46-generic (64-bit) > > Graphics Platform: X11 > > Solution: > sudo apt install xfdesktop4 > Enter to XFCE DE > sudo apt-get -o Dpkg::Options::="--force-overwrite" install libphonon4qt5-4 > From xfce4-terminal > sudo pkcon refresh -p -v && sudo pkcon get-updates -p -v && sudo pkcon > update -p -v && poweroff This is not suitable for me, I don't want to install/use a XFCE desktop but a working KDE one. So, imho this problem should be solved upstream, if possible. Moreover, KDE neon, as per KDE info, is designed for KDE and not for other environments. (In reply to Valter Mura from comment #12) > (In reply to EBiForE from comment #11) > > (In reply to Valter Mura from comment #0) > > > SUMMARY > > > *** > > > NOTE: If you are reporting a crash, please try to attach a backtrace with > > > debug symbols. > > > See > > > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > > > How_to_create_useful_crash_reports > > > *** > > > > > > > > > STEPS TO REPRODUCE > > > 1. Try to install the latest updates, both Discover and Muon Package manager > > > 2. > > > 3. > > > > > > OBSERVED RESULT > > > The system returns the following error: > > > "Error while updating: > > > /var/cache/apt/archives/qt5-phonon_4%3a4.11.1+p22.04+tunstable+git20230725. > > > 0737-0_amd64.deb > > > trying to overwrite '/usr/lib/x86_64-linux-gnu/libphonon4qt5.so.4.11.1', > > > which is also in package libphonon4qt5-4" > > > > > > Than the system quits from the update. > > > > > > SOFTWARE/OS VERSIONS > > > Linux/KDE Plasma: > > > Operating System: KDE neon Testing Edition > > > KDE Plasma Version: 5.27.6 > > > KDE Frameworks Version: 5.109.0 > > > Qt Version: 5.15.10 > > > Kernel Version: 5.19.0-46-generic (64-bit) > > > Graphics Platform: X11 > > > > Solution: > > sudo apt install xfdesktop4 > > Enter to XFCE DE > > sudo apt-get -o Dpkg::Options::="--force-overwrite" install libphonon4qt5-4 > > From xfce4-terminal > > sudo pkcon refresh -p -v && sudo pkcon get-updates -p -v && sudo pkcon > > update -p -v && poweroff > > This is not suitable for me, I don't want to install/use a XFCE desktop but > a working KDE one. So, imho this problem should be solved upstream, if > possible. Moreover, KDE neon, as per KDE info, is designed for KDE and not > for other environments. You can uninstall xfce after update, this is not a solution, this is a workaround by me Hi, what can I do to solve this issue??? The error returned is still: "/var/cache/apt/archives/libphonon4qt5-4_4%3a4.11.1+p22.04+vstable+git20230830.0151-0_amd64.deb trying to overwrite '/usr/lib/x86_64-linux-gnu/libphonon4qt5.so.4.11.1', which is also in package qt5-phonon 4:4.11.1+p22.04+tunstable+git20230804.0221-0" Can I install safely something or do I have to wait for the intervention of some packager? I get the error both on Muon and Discover, while pkcon does nothing (stays still) |