You are not logged in.

#1 2010-03-08 23:25:54

Benedict_White
Member
From: Sussex, UK
Registered: 2004-05-27
Posts: 342
Website

Upgrade dependency hell...

One of the great things about Arch is pacman, and one of the great things about pacman is that it has, in the past at least, fixed dependency issues very very well.

Here is my problem, a pacman -Syu returns:

pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
:: Replace jack-audio-connection-kit with extra/jack? [Y/n] y
:: Replace kdelibs-experimental with extra/kdelibs? [Y/n] y
:: Replace klibc with core/mkinitcpio? [Y/n] y
:: Replace klibc-extras with core/mkinitcpio? [Y/n] y
:: Replace klibc-kbd with core/mkinitcpio? [Y/n] y
:: Replace klibc-module-init-tools with core/mkinitcpio? [Y/n] y
:: Replace klibc-udev with core/mkinitcpio? [Y/n] y
:: Replace mythweb with extra/mythplugins-mythweb? [Y/n] y
:: Replace nautilus-cd-burner with extra/brasero? [Y/n] y
resolving dependencies...
warning: dependency cycle detected:
warning: xorg-server will be installed before its nvidia-173xx-utils dependency
looking for inter-conflicts...
:: poppler conflicts with poppler-qt3. Remove poppler-qt3? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: kdelibs: requires phonon

OK, so lets fix this, and just add phonon:

pacman -S phonon
resolving dependencies...
warning: provider package was selected (phonon-gstreamer provides phonon-backend)
looking for inter-conflicts...
:: phonon conflicts with qt. Remove qt? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: phonon-gstreamer: requires qt
:: phonon: requires qt
:: kde-agent: requires qt
:: kdelibs: requires qt
:: kdesdk-poxml: requires qt
:: mythtv: requires qt
:: polkit-qt: requires qt
:: poppler-qt: requires qt>=4.5.3
:: pyqt: requires qt>=4.5.3
:: qca: requires qt
:: qimageblitz: requires qt>=4.4.3
:: qjackctl: requires qt
:: qscintilla: requires qt
:: skype-call-recorder: requires qt
:: smplayer: requires qt
:: soprano: requires qt
:: strigi: requires qt

See what I mean..
Any one got an idea of how to fix this?


Kind regards

Benedict White

Offline

#2 2010-03-08 23:49:55

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

Re: Upgrade dependency hell...

Yes - read the news. This article in particular.

I'm pretty sure you've been using Arch long enough to know this, but I'll say it anyway - always read the news before you upgrade.

Offline

#3 2010-03-08 23:52:52

humanzoo
Member
Registered: 2007-10-14
Posts: 28

Re: Upgrade dependency hell...

EDIT: Nevermind.... see above.  wink

Last edited by humanzoo (2010-03-08 23:54:33)

Offline

#4 2010-03-09 00:13:06

Benedict_White
Member
From: Sussex, UK
Registered: 2004-05-27
Posts: 342
Website

Re: Upgrade dependency hell...

tomk wrote:

Yes - read the news. This article in particular.

I will have a go at this tomorrow. It is a bit late today.. but that looks like it will fix the problem.

tomk wrote:

I'm pretty sure you've been using Arch long enough to know this, but I'll say it anyway - always read the news before you upgrade.

Scratches head..

No, never actually had to read the news before.... normally it has just worked, and if it failed a quick look at the forums sorted it...

So is that my fault for not looking.... or Arch's for being so good... smile


Kind regards

Benedict White

Offline

#5 2010-03-09 01:37:55

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

Re: Upgrade dependency hell...

A quick look at the forum would have worked this time too - there must have been a dozen threads about this. smile

Offline

#6 2010-03-09 10:37:55

Benedict_White
Member
From: Sussex, UK
Registered: 2004-05-27
Posts: 342
Website

Re: Upgrade dependency hell...

Ah.. I see the problem.. only a dozen threads... G,D&RVVF smile


Kind regards

Benedict White

Offline

#7 2010-03-11 17:20:47

falotromplastero
Member
From: Santiago, Chile.
Registered: 2008-10-27
Posts: 15

Re: Upgrade dependency hell...

I've got the same problem and the answer given here doesn't work for me. Any other ideas??

Offline

#8 2010-03-11 18:03:03

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Upgrade dependency hell...

pacman -Sy --asdeps qt doesn't work for you ?

Offline

#9 2010-03-11 22:17:01

falotromplastero
Member
From: Santiago, Chile.
Registered: 2008-10-27
Posts: 15

Re: Upgrade dependency hell...

No, it doesn't. because it asks me to install phonon and then when I try to install phonon it asks me to remove qt and I can't remove qt because pacman doesn't allow me.

Offline

#10 2010-03-11 22:38:15

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Upgrade dependency hell...

pacman -S --asdep qt phonon

If that does not work, post some actual output.

Offline

#11 2010-03-12 01:12:53

falotromplastero
Member
From: Santiago, Chile.
Registered: 2008-10-27
Posts: 15

Re: Upgrade dependency hell...

Solved. Thanks to all who helped.

Offline

Board footer

Powered by FluxBB