You are not logged in.

#1 2024-01-05 22:40:17

mydaemon
Member
Registered: 2021-03-22
Posts: 12

[SOLVED] all kde packages conflicting with same package[5]

Hi all,

It's been quite a while I've not had this kind of issue with Pacman in my laptop, maybe 2 years!

I've been using archlinux + KDE as my working laptop for 4 years now; I did couple of days ago a pacman sync, and since then I can't upgrade my system or install anything related to kde, since it's trying to force me to use equivalent extra/<package_name>5 packages, and then finds they are conflicting each other, asking me to replace the original one (not extra/<package_name>5).

If I say "Yes" to change all, and then replace, it crashes at the end of the long list, due to conflicts. If I say "No" to the first replacement, but "yes" to use all extra/*5 packages, it crashes at the very first. If I keep the original packages on upgrade, then it crashes on first package conflict.

```
$ sudo pacman -Su
:: Starting full system upgrade...
:: Replace attica with extra/attica5? [Y/n] n
:: Replace baloo with extra/baloo5? [Y/n] n
:: Replace bluez-qt with extra/bluez-qt5? [Y/n] n
:: Replace frameworkintegration with extra/frameworkintegration5? [Y/n] n
:: Replace kactivities with extra/kactivities5? [Y/n] n
:: Replace kactivities-stats with extra/kactivities-stats5? [Y/n] n
:: Replace karchive with extra/karchive5? [Y/n] n
:: Replace kauth with extra/kauth5? [Y/n] n
:: Replace kbookmarks with extra/kbookmarks5? [Y/n] n
:: Replace kcalendarcore with extra/kcalendarcore5? [Y/n] n
:: Replace kcmutils with extra/kcmutils5? [Y/n] n
:: Replace kcodecs with extra/kcodecs5? [Y/n] n
:: Replace kcompletion with extra/kcompletion5? [Y/n] n
:: Replace kconfig with extra/kconfig5? [Y/n] n
:: Replace kconfigwidgets with extra/kconfigwidgets5? [Y/n] n
:: Replace kcontacts with extra/kcontacts5? [Y/n] n
:: Replace kcoreaddons with extra/kcoreaddons5? [Y/n] n
:: Replace kcrash with extra/kcrash5? [Y/n] n
:: Replace kdav with extra/kdav5? [Y/n] n
:: Replace kdbusaddons with extra/kdbusaddons5? [Y/n] n
:: Replace kdeclarative with extra/kdeclarative5? [Y/n] n
:: Replace kded with extra/kded5? [Y/n] n
:: Replace kdesu with extra/kdesu5? [Y/n] n
:: Replace kdnssd with extra/kdnssd5? [Y/n] n
:: Replace kdsoap with extra/kdsoap-qt5? [Y/n] n
:: Replace kfilemetadata with extra/kfilemetadata5? [Y/n] n
:: Replace kgamma5 with extra/kgamma? [Y/n] n
:: Replace kglobalaccel with extra/kglobalaccel5? [Y/n] n
:: Replace kguiaddons with extra/kguiaddons5? [Y/n] n
:: Replace kholidays with extra/kholidays5? [Y/n] n
:: Replace ki18n with extra/ki18n5? [Y/n] n
:: Replace kiconthemes with extra/kiconthemes5? [Y/n] n
:: Replace kidletime with extra/kidletime5? [Y/n] n
:: Replace kio with extra/kio5? [Y/n] n
:: Replace kitemmodels with extra/kitemmodels5? [Y/n] n
:: Replace kitemviews with extra/kitemviews5? [Y/n] n
:: Replace kjobwidgets with extra/kjobwidgets5? [Y/n] n
:: Replace knewstuff with extra/knewstuff5? [Y/n] n
:: Replace knotifications with extra/knotifications5? [Y/n] n
:: Replace knotifyconfig with extra/knotifyconfig5? [Y/n] n
:: Replace kpackage with extra/kpackage5? [Y/n] n
:: Replace kparts with extra/kparts5? [Y/n] n
:: Replace kpeople with extra/kpeople5? [Y/n] n
:: Replace kplotting with extra/kplotting5? [Y/n] n
:: Replace kpty with extra/kpty5? [Y/n] n
:: Replace kquickcharts with extra/kquickcharts5? [Y/n] n
:: Replace krunner with extra/krunner5? [Y/n] n
:: Replace kservice with extra/kservice5? [Y/n]
:: Replace ktexteditor with extra/ktexteditor5? [Y/n] n
:: Replace ktextwidgets with extra/ktextwidgets5? [Y/n] n
:: Replace kunitconversion with extra/kunitconversion5? [Y/n] n
:: Replace kuserfeedback with extra/kuserfeedback5? [Y/n] n
:: Replace kwallet with extra/kwallet5? [Y/n] n
:: Replace kwayland with extra/kwayland5? [Y/n] n
:: Replace kwidgetsaddons with extra/kwidgetsaddons5? [Y/n] n
:: Replace kwindowsystem with extra/kwindowsystem5? [Y/n] n
:: Replace kxmlgui with extra/kxmlgui5? [Y/n] n
:: Replace lib3mf-1 with extra/lib3mf? [Y/n] n
:: Replace libkdcraw with extra/libkdcraw5? [Y/n] n
:: Replace libqaccessibilityclient with extra/libqaccessibilityclient-qt5? [Y/n] n
:: Replace modemmanager-qt with extra/modemmanager-qt5? [Y/n] n
:: Replace networkmanager-qt with extra/networkmanager-qt5? [Y/n] n
:: Replace plasma-framework with extra/plasma-framework5? [Y/n] n
:: Replace prison with extra/prison5? [Y/n] n
:: Replace purpose with extra/purpose5? [Y/n] n
:: Replace qqc2-desktop-style with extra/qqc2-desktop-style5? [Y/n] n
:: Replace solid with extra/solid5? [Y/n] n
:: Replace sonnet with extra/sonnet5? [Y/n] n
:: Replace syndication with extra/syndication5? [Y/n] n
:: Replace syntax-highlighting with extra/syntax-highlighting5? [Y/n] n
:: Replace threadweaver with extra/threadweaver5? [Y/n] n
resolving dependencies...
looking for conflicting packages...
:: kitemmodels5 and kitemmodels are in conflict. Remove kitemmodels? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: kitemmodels5 and kitemmodels are in conflict (kitemmodels<5.111)
```

Even if I try installing one package, it goes the same:

```
sudo pacman -S attica5
resolving dependencies...
looking for conflicting packages...
:: attica5 and attica are in conflict. Remove attica? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing attica breaks dependency 'attica' required by knewstuff
```

I've cleared out the cache directory, and looked everywhere if I can avoid this happening. Open to suggestions!

Thanks in advance

Last edited by mydaemon (2024-01-07 00:44:54)

Offline

#2 2024-01-05 22:43:59

loqs
Member
Registered: 2014-03-06
Posts: 18,216

Re: [SOLVED] all kde packages conflicting with same package[5]

Please post the output of the conflict from when you use the default yes option in code tags.

Offline

#3 2024-01-06 08:42:24

seth
Member
Registered: 2012-09-03
Posts: 60,780

Re: [SOLVED] all kde packages conflicting with same package[5]

https://bbs.archlinux.org/help.php#bbcode

https://archlinux.org/packages/extra/x86_64/knewstuff5/ - knewstuff is only in kde-unstable.

pacman -Qi knewstuff
pacman -Qmq

Offline

#4 2024-01-06 11:14:25

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,875

Re: [SOLVED] all kde packages conflicting with same package[5]

You're generally a few months late to the party but you're likely experiencing this thread: https://bbs.archlinux.org/viewtopic.php?id=289694 -- but post the outputs of seth's command to verify

Offline

#5 2024-01-06 22:02:12

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

loqs wrote:

Please post the output of the conflict from when you use the default yes option in code tags.

Sure thing!

$ yes | sudo pacman -Su
:: Starting full system upgrade...
:: Replace attica with extra/attica5? [Y/n] y
:: Replace baloo with extra/baloo5? [Y/n] y
:: Replace bluez-qt with extra/bluez-qt5? [Y/n] y
:: Replace frameworkintegration with extra/frameworkintegration5? [Y/n] y
:: Replace kactivities with extra/kactivities5? [Y/n] y
:: Replace kactivities-stats with extra/kactivities-stats5? [Y/n] y
:: Replace karchive with extra/karchive5? [Y/n] y
:: Replace kauth with extra/kauth5? [Y/n] y
:: Replace kbookmarks with extra/kbookmarks5? [Y/n] y
:: Replace kcalendarcore with extra/kcalendarcore5? [Y/n] y
:: Replace kcmutils with extra/kcmutils5? [Y/n] y
:: Replace kcodecs with extra/kcodecs5? [Y/n] y
:: Replace kcompletion with extra/kcompletion5? [Y/n] y
:: Replace kconfig with extra/kconfig5? [Y/n] y
:: Replace kconfigwidgets with extra/kconfigwidgets5? [Y/n] y
:: Replace kcontacts with extra/kcontacts5? [Y/n] y
:: Replace kcoreaddons with extra/kcoreaddons5? [Y/n] y
:: Replace kcrash with extra/kcrash5? [Y/n] y
:: Replace kdav with extra/kdav5? [Y/n] y
:: Replace kdbusaddons with extra/kdbusaddons5? [Y/n] y
:: Replace kdeclarative with extra/kdeclarative5? [Y/n] y
:: Replace kded with extra/kded5? [Y/n] y
:: Replace kdesu with extra/kdesu5? [Y/n] y
:: Replace kdnssd with extra/kdnssd5? [Y/n] y
:: Replace kdsoap with extra/kdsoap-qt5? [Y/n] y
:: Replace kfilemetadata with extra/kfilemetadata5? [Y/n] y
:: Replace kgamma5 with extra/kgamma? [Y/n] y
:: Replace kglobalaccel with extra/kglobalaccel5? [Y/n] y
:: Replace kguiaddons with extra/kguiaddons5? [Y/n] y
:: Replace kholidays with extra/kholidays5? [Y/n] y
:: Replace ki18n with extra/ki18n5? [Y/n] y
:: Replace kiconthemes with extra/kiconthemes5? [Y/n] y
:: Replace kidletime with extra/kidletime5? [Y/n] y
:: Replace kio with extra/kio5? [Y/n] y
:: Replace kitemmodels with extra/kitemmodels5? [Y/n] y
:: Replace kitemviews with extra/kitemviews5? [Y/n] y
:: Replace kjobwidgets with extra/kjobwidgets5? [Y/n] y
:: Replace knewstuff with extra/knewstuff5? [Y/n] y
:: Replace knotifications with extra/knotifications5? [Y/n] y
:: Replace knotifyconfig with extra/knotifyconfig5? [Y/n] y
:: Replace kpackage with extra/kpackage5? [Y/n] y
:: Replace kparts with extra/kparts5? [Y/n] y
:: Replace kpeople with extra/kpeople5? [Y/n] y
:: Replace kplotting with extra/kplotting5? [Y/n] y
:: Replace kpty with extra/kpty5? [Y/n] y
:: Replace kquickcharts with extra/kquickcharts5? [Y/n] y
:: Replace krunner with extra/krunner5? [Y/n] y
:: Replace kservice with extra/kservice5? [Y/n] y
:: Replace ktexteditor with extra/ktexteditor5? [Y/n] y
:: Replace ktextwidgets with extra/ktextwidgets5? [Y/n] y
:: Replace kunitconversion with extra/kunitconversion5? [Y/n] y
:: Replace kuserfeedback with extra/kuserfeedback5? [Y/n] y
:: Replace kwallet with extra/kwallet5? [Y/n] y
:: Replace kwayland with extra/kwayland5? [Y/n] y
:: Replace kwidgetsaddons with extra/kwidgetsaddons5? [Y/n] y
:: Replace kwindowsystem with extra/kwindowsystem5? [Y/n] y
:: Replace kxmlgui with extra/kxmlgui5? [Y/n] y
:: Replace lib3mf-1 with extra/lib3mf? [Y/n] y
:: Replace libkdcraw with extra/libkdcraw5? [Y/n] y
:: Replace libqaccessibilityclient with extra/libqaccessibilityclient-qt5? [Y/n] y
:: Replace modemmanager-qt with extra/modemmanager-qt5? [Y/n] y
:: Replace networkmanager-qt with extra/networkmanager-qt5? [Y/n] y
:: Replace plasma-framework with extra/plasma-framework5? [Y/n] y
:: Replace prison with extra/prison5? [Y/n] y
:: Replace purpose with extra/purpose5? [Y/n] y
:: Replace qqc2-desktop-style with extra/qqc2-desktop-style5? [Y/n] y
:: Replace solid with extra/solid5? [Y/n] y
:: Replace sonnet with extra/sonnet5? [Y/n] y
:: Replace syndication with extra/syndication5? [Y/n] y
:: Replace syntax-highlighting with extra/syntax-highlighting5? [Y/n] y
:: Replace threadweaver with extra/threadweaver5? [Y/n] y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing kholidays breaks dependency 'kholidays' required by kalarmcal
:: removing kio breaks dependency 'kio' required by kipi-plugins
:: removing kxmlgui breaks dependency 'kxmlgui' required by libkipi
:: removing kservice breaks dependency 'kservice' required by libkipi

Offline

#6 2024-01-06 22:03:59

seth
Member
Registered: 2012-09-03
Posts: 60,780

Re: [SOLVED] all kde packages conflicting with same package[5]

kalarmcal, kipi-plugins and libkipi are bitrot.

Offline

#7 2024-01-06 22:05:11

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

seth wrote:

https://bbs.archlinux.org/help.php#bbcode

https://archlinux.org/packages/extra/x86_64/knewstuff5/ - knewstuff is only in kde-unstable.

pacman -Qi knewstuff
pacman -Qmq

Thanks for the tip on the BB code, it's been quite a time not using them!

Actually, I don't remind moving to kde-unstable; if I did, it was a looong time ago.

Output for each one:

$ pacman -Qi knewstuff
Name            : knewstuff
Version         : 5.108.0-1
Description     : Support for downloading application assets from the network
Architecture    : x86_64
URL             : https://community.kde.org/Frameworks
Licenses        : LGPL
Groups          : kf5
Provides        : None
Depends On      : kio  kpackage  attica  syndication
Optional Deps   : kirigami2: QML components [installed]
Required By     : discover  dolphin  frameworkintegration  grantleetheme  kate  kdenlive  konsole  kstars  libksysguard  sddm-kcm  spectacle
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 6,18 MiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : sáb 08 jul 2023 23:43:11
Install Date    : mar 08 ago 2023 13:52:14
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature
$ pacman -Qmq
android-apktool
attica
authy
autofirma
baloo
bluez-qt
brlaser
brother-brgenml1
brother-dcpl3550cdw
brother-ql800
brscan3
brscan4
celt
datagrip
datagrip-jre
deepin-wallpapers-plasma
frameworkintegration
guile2.0
icu73-bin
jdk
jdk-lts
jre
jre-lts
js68
js78
kactivities
kactivities-stats
kalarmcal
karchive
kauth
kbookmarks
kcalendarcore
kcmutils
kcodecs
kcompletion
kconfig
kconfigwidgets
kcontacts
kcoreaddons
kcrash
kdav
kdbusaddons
kdeclarative
kded
kdesu
kdnssd
kdsoap
keybase-bin
kfilemetadata
kgamma5
kglobalaccel
kguiaddons
kholidays
ki18n
kiconthemes
kidletime
kio
kipi-plugins
kitemmodels
kitemviews
kjobwidgets
knewstuff
knotifications
knotifyconfig
kpackage
kparts
kpeople
kplotting
kpty
kquickcharts
krunner
kservice
ktexteditor
ktextwidgets
kunitconversion
kuserfeedback
kwallet
kwayland
kwidgetsaddons
kwindowsystem
kxmlgui
lib3mf-1
libffi7
libkdcraw
libkipi
libmagick6
libopenaptx
libqaccessibilityclient
metis
mlt6
modemmanager-qt
networkmanager-qt
opencolorio1
plasma-framework
postman-bin
prison
purpose
pycharm-professional
python2
python310
python38
python39
qqc2-desktop-style
qt5-webkit
rpi-imager
rttr
slack-desktop
solid
sonar-scanner
sonnet
syndication
syntax-highlighting
teams
threadweaver
vcpkg
visual-studio-code-bin
woeusb-ng
yay

I've several packages, like python 3x, that were used to support different professional projects using different versions of python, etc, but now moved into dockerised development.

Offline

#8 2024-01-06 22:06:39

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

V1del wrote:

You're generally a few months late to the party but you're likely experiencing this thread: https://bbs.archlinux.org/viewtopic.php?id=289694 -- but post the outputs of seth's command to verify

Yeah, as stated, I haven't upgraded for a bit of time, but actually not that far... I think it was mid-October the last time... but yes, it seems I'm having a similar party all over.

Offline

#9 2024-01-06 22:11:15

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

seth wrote:

kalarmcal, kipi-plugins and libkipi are bitrot.

Not a problem, I've got them deleted:

$ sudo pacman -R libkipi kipi-plugin kalarmcal
checking dependencies...

Packages (3) kipi-plugins-21.12.3-1  libkipi-21.12.3-1   kalarmcal-21.12.3-1

Total Removed Size:  8,84 MiB

:: Do you want to remove these packages? [Y/n] y
:: Processing package changes...
(1/3) removing kipi-plugins                                                                                      [###################################################################] 100%
(2/3) removing libkipi                                                                                           [###################################################################] 100%
(3/3) removing kalarmcal                                                                                         [###################################################################] 100%
ldconfig: /usr/lib/libicudata.so.73 is not a symbolic link

ldconfig: /usr/lib/libicutu.so.73 is not a symbolic link

ldconfig: /usr/lib/libicuio.so.73 is not a symbolic link

ldconfig: /usr/lib/libicutest.so.73 is not a symbolic link

ldconfig: /usr/lib/libicuuc.so.73 is not a symbolic link

ldconfig: /usr/lib/libicui18n.so.73 is not a symbolic link

:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Refreshing PackageKit...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...

I've to check on the

ldconfig

errors, I've noticed them the same time as these upgrading errors.

Last edited by mydaemon (2024-01-06 22:13:42)

Offline

#10 2024-01-06 22:25:13

seth
Member
Registered: 2012-09-03
Posts: 60,780

Re: [SOLVED] all kde packages conflicting with same package[5]

pacman -Qo /usr/lib/libicui18n.so.73

but probably icu73-bin
The warning is for bad style, but not critical.

Can you now update the system?

Offline

#11 2024-01-06 22:35:35

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

seth wrote:
pacman -Qo /usr/lib/libicui18n.so.73

but probably icu73-bin
The warning is for bad style, but not critical.

Can you now update the system?

Yes, it's now updating!

Since I'm looking forward to move into plasma6 when it will be available, anything I should change in my system to avoid this kind of issues?

Offline

#12 2024-01-06 22:42:14

seth
Member
Registered: 2012-09-03
Posts: 60,780

Re: [SOLVED] all kde packages conflicting with same package[5]

* https://en.wikipedia.org/wiki/KDE_Plasma_5#KDE_Plasma_6
* There's a ***beta*** release in the KDE-Unstable repo
* Don't keep bitrot around tongue

Offline

#13 2024-01-07 00:28:35

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

I can confirm I've been able to fully update my system. I also cleaned out some of the existing packages I no longer use. Not bitrot around.

Thanks a lot for the help! I'll close the topic now.

Offline

#14 2024-01-07 00:34:18

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

I can't find a way to close it my own. Can I kindly ask a  moderator to close it?

Offline

#15 2024-01-07 00:37:35

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,646

Re: [SOLVED] all kde packages conflicting with same package[5]

We don't close solved topics. Instead, we ask the original poster to mark the thread by editing the first post and adding [SOLVED] to the title. You might have to shorten the title to make it fit.

Please read "How to post" linked below.

Offline

#16 2024-01-07 00:45:30

mydaemon
Member
Registered: 2021-03-22
Posts: 12

Re: [SOLVED] all kde packages conflicting with same package[5]

2ManyDogs wrote:

We don't close solved topics. Instead, we ask the original poster to mark the thread by editing the first post and adding [SOLVED] to the title. You might have to shorten the title to make it fit.

Please read "How to post" linked below.

Many thanks for the patience and the help, I've done so.

Offline

#17 2024-10-25 13:56:02

xfechx
Member
Registered: 2024-10-25
Posts: 2

Re: [SOLVED] all kde packages conflicting with same package[5]

I am having the same issue, I cannot install kvantum or latte-dock. I am getting dependency errors like this:

deck@steamdeckoled ~)$ sudo pacman -S kvantum
resolving dependencies...
looking for conflicting packages...
:: kwindowsystem and kwindowsystem5 are in conflict. Remove kwindowsystem5? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing kwindowsystem5 breaks dependency 'kwindowsystem5' required by kcrash5
:: removing kwindowsystem5 breaks dependency 'kwindowsystem5' required by kde-gtk-config
:: removing kwindowsystem5 breaks dependency 'kwindowsystem5' required by knotifications5
:: removing kwindowsystem5 breaks dependency 'kwindowsystem5' required by kwayland-integration

Offline

#18 2024-10-25 14:04:34

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,308

Re: [SOLVED] all kde packages conflicting with same package[5]

No, you have a completely different problem, likely because of partial updates, but possibly because it's a different distro. Is this SteamOS or Arch?

Edit: Silence is telling. You were here to give bad advice in another thread but didn't respond here?

Last edited by Scimmia (2024-10-25 15:34:16)

Online

#19 2024-10-25 15:39:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,320

Re: [SOLVED] all kde packages conflicting with same package[5]

I tend to agree with Scimmia, this is not an Arch question.  Closing and dust binning.

It has been pointed out I made an error in dust binning this thread.  I agree.   I am restoring it to Applications and Desktop Environments.  Let me know if anyone has a better suggest as to subforum.  I am going to leave it closed as it is an old thread.  Again, if it needs to be re-opened, please let the moderators know.

Last edited by ewaller (2024-10-25 16:54:51)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB