You are not logged in.

#1 2015-12-23 10:27:00

chuliqiang
Member
Registered: 2015-07-15
Posts: 3

akonadi-qt4 and akonadi are in conflict

why not update????some one can help me?

# pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 archlinuxfr is up to date
:: Starting full system upgrade...
:: Replace kactivities-frameworks with extra/kactivities? [Y/n] Y
:: Replace kdeadmin-ksystemlog with extra/ksystemlog? [Y/n] Y
:: Replace kdeedu-artikulate with extra/artikulate? [Y/n] Y
:: Replace kdegames-klickety with extra/klickety? [Y/n] Y
:: Replace kdegames-knavalbattle with extra/knavalbattle? [Y/n] Y
:: Replace kdegames-ktuberling with extra/ktuberling? [Y/n] Y
:: Replace kdegraphics-kamera with extra/kamera? [Y/n] Y
:: Replace kdegraphics-ksnapshot with extra/spectacle? [Y/n] Y
:: Replace kdemultimedia-ffmpegthumbs with extra/ffmpegthumbs? [Y/n] Y
:: Replace kdenetwork-krfb with extra/krfb? [Y/n] Y
:: Replace kdepim-akonadiconsole with extra/akonadiconsole? [Y/n] Y
:: Replace kdepim-akregator with extra/akregator? [Y/n] Y
:: Replace kdepim-blogilo with extra/blogilo? [Y/n] Y
:: Replace kdepim-console with extra/konsolekalendar? [Y/n] Y
:: Replace kdepim-kaddressbook with extra/kaddressbook? [Y/n] Y
:: Replace kdepim-kalarm with extra/kalarm? [Y/n] Y
:: Replace kdepim-kleopatra with extra/kleopatra? [Y/n] Y
:: Replace kdepim-kmail with extra/kmail? [Y/n] Y
:: Replace kdepim-knotes with extra/knotes? [Y/n] Y
:: Replace kdepim-kontact with extra/kontact? [Y/n] Y
:: Replace kdepim-korganizer with extra/korganizer? [Y/n] Y
:: Replace kdepim-ktnef with extra/ktnef? [Y/n] Y
:: Replace kdesdk-poxml with extra/poxml? [Y/n] Y
:: Replace libkdcraw with extra/libkdcraw4? [Y/n] Y
:: Replace libkexiv2 with extra/libkexiv2_4? [Y/n] Y
:: Replace libkipi with extra/libkipi4? [Y/n] Y
:: Replace signon with extra/signond? [Y/n] Y
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: akonadi-qt4 and akonadi are in conflict

Last edited by chuliqiang (2015-12-30 02:10:28)

Offline

#2 2015-12-23 13:40:19

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: akonadi-qt4 and akonadi are in conflict

Hi, could you please use [ code ] tags for posting program outputs?

like this?

Then, according to pacman, akonadi-qt4 conflicts with akonadi<15, while akonadi is at 15.12.0-1, so if I get this correctly, there shouldn't be any issue.

My conclusion is that your problem is most likely caused by having archlinuxfr enabled. But to be sure, could you check which repository provides akonadi and akonadi-qt4 on your system?

pacman -Ss akonadi

pkgshackscfgblag

Offline

#3 2015-12-24 07:34:11

Gram
Member
Registered: 2015-12-24
Posts: 1

Re: akonadi-qt4 and akonadi are in conflict

I ran into the same issue today.


# pacman -Ss akonadi                                  
extra/akonadi 15.12.0-1                                                  
    PIM layer, which provides an asynchronous API to access all kind of PIM data                                                                     
extra/akonadi-calendar 15.12.0-1                                                                                                                     
    Akonadi calendar integration
extra/akonadi-client 15.12.0-2
    KDE PIM Libraries
extra/akonadi-contact 15.12.0-2
    KDE PIM Libraries
extra/akonadi-mime 15.12.0-2
    KDE PIM Libraries
extra/akonadi-notes 15.12.0-2
    KDE PIM Libraries
extra/akonadi-qt4 1.13.0-8 [installed: 1.13.0-7]
    PIM layer, which provides an asynchronous API to access all kind of PIM data (Qt4 version)
extra/akonadi-search 15.12.0-1
    Libraries and daemons to implement searching in Akonadi
extra/akonadi-socialutils 15.12.0-2
    KDE PIM Libraries
extra/akonadiconsole 15.12.0-1 (kde-applications kdepim)
    Akonadi Management and Debugging Console
extra/libakonadi-qt4 1.13.0-8 [installed: 1.13.0-7]
    Qt4 akonadi libraries

I was able to work around this by manually installing akonadi-qt4

# pacman -S akonadi-qt4

Then I was able to perform the system upgrade. I still received the conflict warning, but this time Pacman offered to remove akonadi-qt4 for me.

# pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 archlinuxfr is up to date
:: Starting full system upgrade...
:: Replace kdeadmin-ksystemlog with extra/ksystemlog? [Y/n] y
:: Replace kdeedu-artikulate with extra/artikulate? [Y/n] y
:: Replace kdegames-klickety with extra/klickety? [Y/n] y
:: Replace kdegames-knavalbattle with extra/knavalbattle? [Y/n] y
:: Replace kdegames-ktuberling with extra/ktuberling? [Y/n] y
:: Replace kdegraphics-kamera with extra/kamera? [Y/n] y
:: Replace kdegraphics-ksnapshot with extra/spectacle? [Y/n] y
:: Replace kdemultimedia-ffmpegthumbs with extra/ffmpegthumbs? [Y/n] y
:: Replace kdenetwork-krfb with extra/krfb? [Y/n] y
:: Replace kdepim-akonadiconsole with extra/akonadiconsole? [Y/n] y
:: Replace kdepim-akregator with extra/akregator? [Y/n] y
:: Replace kdepim-blogilo with extra/blogilo? [Y/n] y
:: Replace kdepim-console with extra/konsolekalendar? [Y/n] y
:: Replace kdepim-kaddressbook with extra/kaddressbook? [Y/n] y
:: Replace kdepim-kalarm with extra/kalarm? [Y/n] y
:: Replace kdepim-kleopatra with extra/kleopatra? [Y/n] y
:: Replace kdepim-kmail with extra/kmail? [Y/n] y
:: Replace kdepim-knotes with extra/knotes? [Y/n] y
:: Replace kdepim-kontact with extra/kontact? [Y/n] y
:: Replace kdepim-korganizer with extra/korganizer? [Y/n] y
:: Replace kdepim-ktnef with extra/ktnef? [Y/n] y
:: Replace kdesdk-poxml with extra/poxml? [Y/n] y
:: Replace signon with extra/signond? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: kdebase-lib and kde-templates are in conflict. Remove kde-templates? [y/N] y
:: libkdepim and kdepim-libkdepim are in conflict. Remove kdepim-libkdepim? [y/N] y
:: libkdepim and kdepim-kjots are in conflict. Remove kdepim-kjots? [y/N] y
:: libkdepim and kdepim-knode are in conflict. Remove kdepim-knode? [y/N] y
:: libkdepim and kdepim-kresources are in conflict. Remove kdepim-kresources? [y/N] y
:: libkdepim and kdepim-ktimetracker are in conflict. Remove kdepim-ktimetracker? [y/N] y
:: akonadi and akonadi-qt4 are in conflict. Remove akonadi-qt4? [y/N] y
:: kdepim-runtime and kdepim4-runtime are in conflict. Remove kdepim4-runtime? [y/N] y
:: libkolab and libkolab4 are in conflict. Remove libkolab4? [y/N] y

The upgrade was able to proceed after confirming the replacements.

Offline

#4 2015-12-24 10:44:12

fredbezies
Member
Registered: 2011-07-28
Posts: 353

Re: akonadi-qt4 and akonadi are in conflict

Offline

#5 2015-12-28 16:36:22

kang
Member
Registered: 2010-08-07
Posts: 83

Re: akonadi-qt4 and akonadi are in conflict

This does not work if kde-workspace is already gone due to previous upgrades (basically for some early adopters of plasma)

Offline

#6 2016-01-06 02:47:01

cmagnuson
Member
Registered: 2015-02-13
Posts: 5

Re: akonadi-qt4 and akonadi are in conflict

Gram's suggestion worked perfectly.

I installed akonadi-qt4 by running the following

pacman -S akonadi-qt4

Now when I do an upgrade it prompted me to remove akonadi-qt4 and let me upgrade.

Offline

#7 2016-01-16 16:51:16

linas
Member
Registered: 2010-03-06
Posts: 46

Re: akonadi-qt4 and akonadi are in conflict

kang wrote:

This does not work if kde-workspace is already gone due to previous upgrades (basically for some early adopters of plasma)

Or if it was never installed to begin with…

Thanks for the solution, Gram!

Offline

#8 2016-03-25 13:05:28

RobAllen
Member
Registered: 2016-03-25
Posts: 2

Re: akonadi-qt4 and akonadi are in conflict

Hi,
I seem to be having the same issue, but the fix to install akonadi-qt4 isn't working for me.

when I try to install it I get this:-

[rob@arch ~]$ sudo pacman -S akonadi-qt4                                                                                
resolving dependencies...                                                                                               
looking for inter-conflicts...                                                                                          
:: libakonadi-qt4 and akonadi are in conflict. Remove akonadi? [y/N] y                                                  
error: failed to prepare transaction (could not satisfy dependencies)
:: kdepimlibs: requires akonadi

or this:-

[rob@arch ~]$ sudo pacman -S akonadi-qt4
resolving dependencies...
looking for inter-conflicts...
:: libakonadi-qt4 and akonadi are in conflict. Remove akonadi? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libakonadi-qt4 and akonadi are in conflict (akonadi<15)

So it won't install whether I reply y or n. I've thought of trying to remove akonadi, but everything seems to need it.

[rob@arch ~]$ pacman -Ss akonadi  
extra/akonadi 15.12.3-1 [installed: 1.12.1-2]
    PIM layer, which provides an asynchronous API to access all kind of PIM data
extra/akonadi-calendar 15.12.3-1
    Akonadi calendar integration
extra/akonadi-client 15.12.3-1
    KDE PIM Libraries
extra/akonadi-contact 15.12.3-1
    KDE PIM Libraries
extra/akonadi-mime 15.12.3-1
    KDE PIM Libraries
extra/akonadi-notes 15.12.3-1
    KDE PIM Libraries
extra/akonadi-qt4 1.13.0-8
    PIM layer, which provides an asynchronous API to access all kind of PIM data (Qt4 version)
extra/akonadi-search 15.12.3-1
    Libraries and daemons to implement searching in Akonadi
extra/akonadi-socialutils 15.12.3-1
    KDE PIM Libraries
extra/akonadiconsole 15.12.3-1 (kde-applications kdepim)
    Akonadi Management and Debugging Console
extra/libakonadi-qt4 1.13.0-8
    Qt4 akonadi libraries

Does anyone have any suggestions please?

Offline

#9 2016-03-25 14:05:40

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: akonadi-qt4 and akonadi are in conflict

I'm assuming you are in the process of upgrading to plasma  5, if so try :

# pacman -Rc kdebase-workspace

If you're not upgrading to plasma5 or the command fails, try pactree -rs akonadi to find out the higher level pacakges that need it.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2016-03-25 15:20:11

RobAllen
Member
Registered: 2016-03-25
Posts: 2

Re: akonadi-qt4 and akonadi are in conflict

Thanks for the pactree command, but I'm not sure that it helps me much:-

[rob@arch ~]$ pactree -rs akonadi
akonadi
└─akonadi-client
  ├─akonadi-contact
  │ └─akonadi-calendar
  │   └─kdepim-runtime
  │     └─libkdepim
  │       ├─akonadiconsole
  │       │ └─kde-meta-kdepim
  │       │   └─kde-applications-meta
  │       ├─akregator
  │       │ └─kde-meta-kdepim
  │       ├─blogilo
  │       │ └─kde-meta-kdepim
  │       ├─kaddressbook
  │       │ └─kde-meta-kdepim
  │       ├─kalarm
  │       │ └─kde-meta-kdepim
  │       ├─kleopatra
  │       │ └─kde-meta-kdepim
  │       ├─kmail
  │       │ └─kde-meta-kdepim
  │       ├─knotes
  │       │ └─kde-meta-kdepim
  │       ├─konsolekalendar
  │       │ └─kde-meta-kdepim
  │       ├─kontact
  │       │ └─kde-meta-kdepim
  │       └─korganizer
  │         └─kde-meta-kdepim
  ├─akonadi-mime
  │ ├─akonadi-search
  │ │ └─libkdepim
  │ └─kmailtransport
  │   └─akonadi-calendar
  ├─akonadi-socialutils
  │ └─kdepim-runtime
  ├─kalarmcal
  │ └─kdepim-runtime
  ├─kjots
  └─libkolab                                                                                                            
    └─kdepim-runtime     

I'm not not trying to upgrade to plasma 5 (at least not deliberately). I upgraded virtualbox on my host system after much nagging, and now Arch linux is telling me I should upgrade my virtualbox guest utilities. Apparently I now do this by installing (or upgrading?) the virtualbox package. So I've tried issuing

pacman -Syu virtualbox

and I get

:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace akonadi with extra/akonadi-qt4? [Y/n] 
:: Replace attica with extra/attica-qt4? [Y/n] 
:: Replace ca-certificates-java with core/ca-certificates-utils? [Y/n] 
etc....

and I accept all the default responses, but when it gets to the bottom I get the akonadi conflict message.

Maybe I need to remove all the higher level packages so that I can remove akonadi?

I have also tried to remove akonadi-qt4, but this completely fails:-

[rob@arch ~]$ sudo pacman -R akonadi-qt4
error: target not found: akonadi-qt4

I may well have missed something along the way as I haven't upgraded my Arch system in a while, but right now I am a bit baffled as to what to do next.

Offline

#11 2016-03-25 17:07:42

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

Re: akonadi-qt4 and akonadi are in conflict

RobAllen wrote:

I'm not not trying to upgrade to plasma 5 (at least not deliberately).

Why not? This is likely why you're running into trouble.

Offline

#12 2016-03-25 18:22:29

Loose_Control
Member
From: Germany
Registered: 2011-01-11
Posts: 136

Re: akonadi-qt4 and akonadi are in conflict

You could remove akonadi with all its dependencies and then reinstall either the kdepim group or install the kdepim applications you actually use.

Last edited by Loose_Control (2016-03-25 18:22:54)

Offline

#13 2016-05-30 07:55:13

syg00
Member
Registered: 2006-01-11
Posts: 31

Re: akonadi-qt4 and akonadi are in conflict

And for anyone else that finds a long forgotten system sitting in the corner, this also works.
Still get some conflicts, and the update is fairly sizable, but it eventually works. If you don't also run out of space .... :shrug:.

KDE is such a pain.

Offline

#14 2016-07-07 02:36:10

qubodup
Member
Registered: 2008-01-19
Posts: 66

Re: akonadi-qt4 and akonadi are in conflict

Solution that worked for me:

sudo pacman -S akonadi-qt4
sudo pacman -Rdd akonadi-qt4

Offline

#15 2016-12-30 17:46:42

katjam
Member
Registered: 2016-12-30
Posts: 1

Re: akonadi-qt4 and akonadi are in conflict

qubodup wrote:

Solution that worked for me:

sudo pacman -S akonadi-qt4
sudo pacman -Rdd akonadi-qt4

also worked for me.

Offline

Board footer

Powered by FluxBB