You are not logged in.

#1 2016-12-19 16:22:37

XK
Member
Registered: 2016-12-19
Posts: 7

[Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

I'm trying to do an update, and I keep getting blocked by conflicts.

I've been updating 2-3 times per week, so I'm not behind. My last -Syu update was just a few days ago.

After doing sudo pacman -Syu, I get this:

:: Starting full system upgrade...
:: Replace kdebase-kdialog with extra/kdialog? [Y/n] 
:: Replace kdebase-keditbookmarks with extra/keditbookmarks? [Y/n] 
:: Replace kdebase-kfind with extra/kfind? [Y/n] 
:: Replace kdebase-konq-plugins with extra/konqueror? [Y/n] 
:: Replace kdebase-konqueror with extra/konqueror? [Y/n] 
:: Replace kdeedu-kalzium with extra/kalzium? [Y/n] 
:: Replace kdeedu-ktouch with extra/ktouch? [Y/n] 
:: Replace kdegraphics-okular with extra/okular? [Y/n] 
:: Replace kdegraphics-svgpart with extra/svgpart? [Y/n] 
:: Replace kdemultimedia-audiocd-kio with extra/audiocd-kio? [Y/n] 
:: Replace kdeutils-kgpg with extra/kgpg? [Y/n] 
:: Replace konsolekalendar with extra/akonadi-calendar-tools? [Y/n] 
:: Replace ktnef with extra/kmail? [Y/n] 
:: Replace libastro with extra/marble? [Y/n] 
resolving dependencies...
looking for conflicting packages...
:: kmail-account-wizard and kdepim-common are in conflict. Remove kdepim-common? [y/N] 
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: kmail-account-wizard and kdepim-common are in conflict

If I do sudo pacman -Syu --ignore kmail, I get most of the same, plus:

looking for conflicting packages...
:: marble and libmarble4 are in conflict. Remove libmarble4? [y/N] 
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: marble and libmarble4 are in conflict

Then I try sudo pacman -Syu --ignore kmail --ignore marble, and I get pretty much the same, plus:

looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdeplasma-addons-applets-konqprofiles: removing kdebase-konqueror breaks dependency 'kdebase-konqueror'
:: kdeplasma-addons-runners-konquerorsessions: removing kdebase-konqueror breaks dependency 'kdebase-konqueror'

I'm not sure how to progress from here.

I don't want to just start removing packages, or getting into ignoring a bunch of packages. I also don't want to just do a force install, as the last time I did that I had to repair an unbootable situation.

It seems there were a bunch of core KDE updates, and it's causing me a lot of conflicts, which I'm not sure how to responsibly correct.

Last edited by XK (2016-12-19 18:48:00)

Offline

#2 2016-12-19 16:24:53

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

Why are you answering "no"?

Offline

#3 2016-12-19 16:26:56

XK
Member
Registered: 2016-12-19
Posts: 7

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

Scimmia wrote:

Why are you answering "no"?

OK, that was dumb on my part. Didn't even realize I was answering "no", as it usually defaults to "yes". However, just tried again and got:

looking for conflicting packages...
:: kmail-account-wizard and kdepim-common are in conflict. Remove kdepim-common? [y/N] Y
:: marble and libmarble4 are in conflict. Remove libmarble4? [y/N] Y
error: failed to prepare transaction (could not satisfy dependencies)
:: kdeplasma-addons-applets-konqprofiles: removing kdebase-konqueror breaks dependency 'kdebase-konqueror'
:: kdeplasma-addons-runners-konquerorsessions: removing kdebase-konqueror breaks dependency 'kdebase-konqueror'
:: kdeplasma-addons-wallpapers-marble: removing libmarble4 breaks dependency 'libmarble4'

Last edited by XK (2016-12-19 16:27:19)

Offline

#4 2016-12-19 16:40:33

XK
Member
Registered: 2016-12-19
Posts: 7

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

sudo pacman -Syu --ignore marble --ignore konqueror

looking for conflicting packages...
:: kmail-account-wizard and kdepim-common are in conflict. Remove kdepim-common? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: kdebase-konqueror: removing kdebase-keditbookmarks breaks dependency 'kdebase-keditbookmarks'

I don't want to go down the rabbit hole of ignoring a batch of package upgrades just to hit additional conflicts until I find a magic combination that works.

Offline

#5 2016-12-19 17:30:56

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,098

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

Seriously, clean up your system. You have packages that were removed from the repos over a year ago.

Offline

#6 2016-12-19 17:31:28

XK
Member
Registered: 2016-12-19
Posts: 7

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

I did:
sudo pacman -Rc kdebase-konqueror
sudo pacman -Rc libmarble4

Then I was able to successfully do a pacman -Syu, and rebooted with no problem.

Marble automatically reinstalled itself, and then pacman -S konqueror reinstalled konqueror.

This is resolved now.

Offline

#7 2016-12-19 17:38:42

XK
Member
Registered: 2016-12-19
Posts: 7

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

arojas wrote:

Seriously, clean up your system. You have packages that were removed from the repos over a year ago.

This is an install I initially did about 6.5 years ago, and still running on the same hardware it was originally installed on. Doing a reinstall from scratch sounds great, but that'll probably have to wait until I build a new system, hopefully within the next year.

I've just never had a real problem with old packages blocking upgrades, until now, and I thought that was the point of the package manager.

If there is a resource to tell me what packages to clean up, I'd appreciate a link to it.

Offline

#8 2016-12-19 18:01:33

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

XK wrote:

I've just never had a real problem with old packages blocking upgrades, until now, and I thought that was the point of the package manager.

Not in a roling release: https://wiki.archlinux.org/index.php/Sy … nsupported


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2016-12-19 18:05:50

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

you should take a look at the output of pacman -Qm which will list any packages not in the repositories. It will also include anything from the AUR, but will give you an idea what packages have gotten dropped from official support

Offline

#10 2016-12-19 18:11:11

XK
Member
Registered: 2016-12-19
Posts: 7

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

jasonwryan wrote:
XK wrote:

I've just never had a real problem with old packages blocking upgrades, until now, and I thought that was the point of the package manager.

Not in a roling release: https://wiki.archlinux.org/index.php/Sy … nsupported

I know rolling releases can be problematic for things, which is why I've always shied away from ignoring packages, and have always upgraded everything.

I'm due for a fresh install anyway, nearly 7 years is a great run, and I'll do everything fresh when I rebuild in the next several months.

Anyway, my issue is resolved now.

Thanks to you guys for reading my issue.

mcmillan wrote:

you should take a look at the output of pacman -Qm which will list any packages not in the repositories. It will also include anything from the AUR, but will give you an idea what packages have gotten dropped from official support

I have some work to do. Thanks, guy.

Last edited by XK (2016-12-19 18:14:37)

Offline

#11 2016-12-19 18:33:38

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

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

XK wrote:

Anyway, my issue is resolved now.

Please mark your thread [SOLVED] (edit the title of your first post.)

https://wiki.archlinux.org/index.php/Co … ow_to_post

Offline

#12 2016-12-19 18:49:12

XK
Member
Registered: 2016-12-19
Posts: 7

Re: [Solved]Pacman -Syu: kmail-account-wizard and kdepim-common are in con

2ManyDogs wrote:
XK wrote:

Anyway, my issue is resolved now.

Please mark your thread [SOLVED] (edit the title of your first post.)

https://wiki.archlinux.org/index.php/Co … ow_to_post

Apologies.

Thanks, I was looking for that option an hour ago.

Offline

Board footer

Powered by FluxBB