You are not logged in.
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 phononOK, 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 qtSee what I mean..
Any one got an idea of how to fix this?
Kind regards
Benedict White
Offline
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
EDIT: Nevermind.... see above. ![]()
Last edited by humanzoo (2010-03-08 23:54:33)
Offline
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.
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... ![]()
Kind regards
Benedict White
Offline
A quick look at the forum would have worked this time too - there must have been a dozen threads about this. ![]()
Offline
Ah.. I see the problem.. only a dozen threads... G,D&RVVF ![]()
Kind regards
Benedict White
Offline
I've got the same problem and the answer given here doesn't work for me. Any other ideas??
Offline
pacman -Sy --asdeps qt doesn't work for you ?
Offline
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
pacman -S --asdep qt phonon
If that does not work, post some actual output.
Offline
Solved. Thanks to all who helped.
Offline