You are not logged in.

#1 2010-02-09 16:36:24

ejmarkow
Member
From: Siemiechów, Poland
Registered: 2008-09-02
Posts: 84
Website

Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

I cannot upgrade with pacman because "kdelibs: requires phonon", however, I already have 'phonon-xine' installed. Shouldn't phonon-xine satisfy the dependency requirement for kdelibs?


[root@Galicja /]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra                    449.6K   53.0K/s 00:00:08 [###################################################################] 100%
community                368.7K   60.3K/s 00:00:06 [###################################################################] 100%
:: Starting full system upgrade...
:: Replace blogilo with extra/kdepim-blogilo? [Y/n] y
:: Replace kdelibs-experimental with extra/kdelibs? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdelibs: requires phonon
:: kde-meta-kdepim: requires kdepim-akonadiconsole
[root@Galicja /]#

Last edited by ejmarkow (2010-02-10 02:43:00)

Offline

#2 2010-02-09 16:41:42

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

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Offline

#3 2010-02-09 17:22:19

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

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

I had the same issue, running the commands in the thread you linked to did not solve it Pierre.  I am guessing it is a mirror sync issue.

Last edited by jowilkin (2010-02-09 17:23:59)

Offline

#4 2010-02-09 18:35:06

mianka
Member
From: BE LEUVEN
Registered: 2006-05-30
Posts: 229

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

same thing here! Tried various mirrors, kde-pim-akonadi and phonon dependencies are there but not take into account

Offline

#5 2010-02-09 23:38:11

trishtren18
Member
From: Iowa, America
Registered: 2009-11-12
Posts: 45

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

i also have this issue as well and it says phonon conflicts with qt.

@jowiling if its a mirror sync issue can you just change mirrors?

Offline

#6 2010-02-09 23:40:50

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

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

trishtren18 wrote:

i also have this issue as well and it says phonon conflicts with qt.

@jowiling if its a mirror sync issue can you just change mirrors?

It worked for me after a while, check the mirror status and use one that's recently updated (https://www.archlinux.de/?page=MirrorStatus)

Also note you do have to do what is suggested in Pierre's link, pacman -Sy --asdeps qt, then pacman -Su.

Offline

#7 2010-02-09 23:49:46

ejmarkow
Member
From: Siemiechów, Poland
Registered: 2008-09-02
Posts: 84
Website

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

@Pierre - Thanks, worked liked a charm. Now the issue is, after running KDE 4.4, the Dolphin file manager doesn't run or open up at all. I removed all config files and ran KDE again to start fresh, and Dolphin still doesn't work.

Offline

#8 2010-02-10 05:17:03

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

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Hmm I'm still having this issue on my laptop.  I tried the ftp.archlinux.org mirror and locke.suu.edu which was synced on the 10th according to mirror status page.  This is what happens

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

> pacman -Ss phonon
extra/phonon 4.3.80-2
    The multimedia API for KDE4
extra/phonon-gstreamer 4.3.80-2
    Phonon Gstreamer backend
extra/phonon-xine 4.3.80-2
    Phonon Xine backend

Offline

#9 2010-02-10 06:41:58

davidm
Member
Registered: 2009-04-25
Posts: 371

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Do you have ftp.archlinux.org first for when you do the sync?

Offline

#10 2010-02-10 15:58:55

partha
Member
Registered: 2009-04-13
Posts: 8

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

I get almost the same error as jowilkin. I am using ftp.archlinux.org.

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

Offline

#11 2010-02-10 19:14:26

lotu
Member
Registered: 2009-11-03
Posts: 3

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Partha I had the same problem.  I fixed it by uninstalling qtscriptgenerator and amarok.  Then doing the steps above.

pacman -R amarok 
pacman -R qtscriptgenerator
pacman -Sy --asdeps qt

I'm now waiting for the last command to finish.

Offline

#12 2010-02-11 01:24:31

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

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

davidm wrote:

Do you have ftp.archlinux.org first for when you do the sync?

As I said, I've tried a couple different mirrors including ftp.archlinux.org, still have the same problem.

Unfortunately I don't have either of the packages lotu mentioned installed, the problem must be coming from somewhere else.

edit: Well I solved this with a little brute force: pacman -Rd qt; pacman -Sy --asdeps qt; pacman -S phonon.

Last edited by jowilkin (2010-02-11 01:27:36)

Offline

#13 2010-02-11 06:34:13

partha
Member
Registered: 2009-04-13
Posts: 8

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

lotu wrote:

Partha I had the same problem.  I fixed it by uninstalling qtscriptgenerator and amarok.  Then doing the steps above.

pacman -R amarok 
pacman -R qtscriptgenerator
pacman -Sy --asdeps qt

I'm now waiting for the last command to finish.

Me too smile Thanks a lot!

Offline

#14 2010-02-11 09:53:38

StewartT
Member
Registered: 2007-10-01
Posts: 3

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

lotu wrote:

Partha I had the same problem.  I fixed it by uninstalling qtscriptgenerator and amarok.  Then doing the steps above.

pacman -R amarok 
pacman -R qtscriptgenerator
pacman -Sy --asdeps qt

I'm now waiting for the last command to finish.

This fixed it for me. Thanks to all for help.

Offline

#15 2010-02-11 11:46:08

reyn
Member
Registered: 2008-11-23
Posts: 9

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

You actually don't have to uninstall anything. Running:

pacman -Sy --asdeps qt qtscriptgenerator

should solve your problem

Offline

#16 2010-02-11 16:12:49

VincentV
Member
Registered: 2006-12-18
Posts: 31

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Hey thanks a lot, I just hit this kdelibs problem and the stuff posted by Pierre & the others just wasn't working for me, but the command you posted seems to have done the trick.  Thanks a lot!  Mostly I just use Arch now & take it for granted, it's very rare I have any sort of problem on any of my machines so I'll admit the --asdeps option kinda threw me.


VincentV
Somewhere in J-Pop Heaven...

Offline

#17 2010-02-12 19:02:45

PhotonX
Member
From: Munich
Registered: 2008-08-10
Posts: 602

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Thanks, the last hint solved it for me, too.


Desktop: http://www.sysprofile.de/id15562, Arch Linux    |    Notebook: Thinkpad L13 Yoga Gen2, Manjaro

The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work.  -  Tuomas Lukka

Offline

#18 2010-02-13 12:29:35

kierank01
Member
From: Here
Registered: 2009-04-25
Posts: 45

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

I was getting the 2 upgrade issues:
:: kdelibs: requires phonon
:: kde-meta-kdepim: requires kdepim-akonadiconsole

I ran the command as follows:
pacman -Sy --asdeps qt


this has resolved the kdelibs issue,

but I am still getting the kde-meta-kdepim error

I had to restart my pc, and now I cannnot login into kde. I presume that this is because the full upgrade has not been completed

what command do I need to run to get kde-meta-kdepim to upgrade?

Offline

#19 2010-02-13 14:48:54

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

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

pacman -S --asdeps kdepim-runtime

Offline

#20 2010-02-13 14:52:18

bpisciot
Member
From: Flyover Land
Registered: 2004-12-16
Posts: 78

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

See here: http://bbs.archlinux.org/viewtopic.php?id=90792 for more detail on solving the KDE-PIM problem.


"You're only young once, but you can always be immature."

Offline

#21 2010-02-13 16:21:30

kierank01
Member
From: Here
Registered: 2009-04-25
Posts: 45

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

cheers

Offline

#22 2010-02-15 11:34:20

taken2k4
Member
Registered: 2009-04-03
Posts: 22

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

Hi all, I tried solutions porposed but it did not work at all, so I tried :

$sudo pacman -S phonon --asdeps qt

It upgrade qt and install phonon after that :

$sudo pacman -Syu

and it worked.

I have to congrat and thanks to this community, I am really grateful. It is really good to see people helping people without any interest.

I hope this help somebody.

Offline

#23 2010-02-15 19:38:28

yellowtrolley
Member
Registered: 2009-05-17
Posts: 4

Re: Cannot Upgrade with pacman - kdelibs: requires phonon [RESOLVED]

taken2k4 wrote:

Hi all, I tried solutions porposed but it did not work at all, so I tried :

$sudo pacman -S phonon --asdeps qt

It upgrade qt and install phonon after that :

$sudo pacman -Syu

and it worked.

I have to congrat and thanks to this community, I am really grateful. It is really good to see people helping people without any interest.

I hope this help somebody.

It helped me. Thaks a lot!

Offline

Board footer

Powered by FluxBB