You are not logged in.

#1 2010-02-10 23:00:54

beachcoder
Member
Registered: 2009-10-08
Posts: 130

error: failed to prepare transaction (could not satisfy dependencies)

Hi folks,

since yesterday I'm getting this messages when I want to try a system upgrade with pacman -Suy:

:: Replace kdelibs-experimental with extra/kdelibs? [Y/n] :: 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...
warning: proftpd: local (1.3.2-4) is newer than extra (1.3.2c-2)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdelibs: requires phonon
:: kde-meta-kdepim: requires kdepim-akonadiconsole

I'm not using KDE, but have it installed. Is there any way to solve this? I've also tried another mirror,without success.

So long,
beachcoder

Offline

#2 2010-02-10 23:05:13

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: error: failed to prepare transaction (could not satisfy dependencies)

pacman -Sy --asdeps qt; pacman -S --asdeps kdepim-runtime; pacman -Su

Offline

#3 2010-02-11 08:16:58

beachcoder
Member
Registered: 2009-10-08
Posts: 130

Re: error: failed to prepare transaction (could not satisfy dependencies)

thanks a lot! smile

Offline

#4 2010-02-11 21:21:16

evolmachine
Member
From: miami, fl
Registered: 2008-12-07
Posts: 2
Website

Re: error: failed to prepare transaction (could not satisfy dependencies)

pierre! for president!

Offline

#5 2010-02-11 21:26:58

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: error: failed to prepare transaction (could not satisfy dependencies)

You can be president too! Just read the news! smile

Offline

#6 2010-02-12 01:43:32

samwise99
Member
Registered: 2010-02-12
Posts: 1

Re: error: failed to prepare transaction (could not satisfy dependencies)

I had the same problem, but the above did not work for me. I still get this:

pacman -Sy --asdeps qt
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdelibs: requires phonon
:: qtscriptgenerator: requires phonon

Any ideas?

Last edited by samwise99 (2010-02-12 01:43:48)

Offline

#7 2010-02-12 02:02:56

jowilkin
Member
Registered: 2009-05-07
Posts: 243

Re: error: failed to prepare transaction (could not satisfy dependencies)

samwise99 wrote:

I had the same problem, but the above did not work for me. I still get this:

pacman -Sy --asdeps qt
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdelibs: requires phonon
:: qtscriptgenerator: requires phonon

Any ideas?

pacman -Rd qt; pacman -Sy --asdeps qt; pacman -S phonon

Offline

Board footer

Powered by FluxBB