You are not logged in.

#1 2007-04-05 16:52:23

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Pacman -Syu error: 'libbeable conflicts with kdemod-beagle' [RESOLVED]

I've getting this error when I try to update:

[root@archlinux ~]# pacman -Syu
:: Synchronizing package databases... 
:: current is up to date
 extra                    [################] 100%     281K    45.9K/s  00:00:06
 unstable                 [################] 100%      15K    10.7K/s  00:00:01
 community                [################] 100%     159K    45.7K/s  00:00:03
 kdemod                   [################] 100%      18K    89.0K/s  00:00:00
:: Replace aquamarine-svn with aquamarine-git from "unstable"? [Y/n] y
:: Replace beryl-core-svn with beryl-core-git from "unstable"? [Y/n] y
:: Replace beryl-manager-svn with beryl-manager-git from "unstable"? [Y/n] y
:: Replace beryl-plugins-svn with beryl-plugins-git from "unstable"? [Y/n] y
:: Replace beryl-plugins-vidcap-svn with beryl-plugins-vidcap-git from "unstable"? [Y/n] y
:: Replace beryl-settings-bindings-svn with beryl-settings-bindings-git from "unstable"? [Y/n] y
:: Replace beryl-settings-svn with beryl-settings-git from "unstable"? [Y/n] y
:: Replace emerald-svn with emerald-git from "unstable"? [Y/n] y
:: Replace emerald-themes-svn with emerald-themes-git from "unstable"? [Y/n] y
:: Replace heliodor-svn with heliodor-git from "unstable"? [Y/n] y
:: libbeagle conflicts with kdemod-beagle. Remove kdemod-beagle? [Y/n]

It's this last one about 'libbeagle' conflicting with 'kdemod-beagle'.  If I type 'y' or if I type 'n' - either way it still spits out errors and doesn't update ANYTHING (300+MB).  How do I deal with this package conflict?

btw, I have KDE(mod), Gnome, E17 and XFCE installed on my system although I'm finding I'm using Gnome increasingly more often than the others, so If I have to remove KDE, E17 and XFCE I'm not too bothered but I'd rather not have to if there's another way around the above conflict problem.  This is the first time it's happened to me so I don't know what to do.  Any help you can give is appreciated.

Last edited by Shagbag (2007-04-06 17:18:53)

Offline

#2 2007-04-06 06:20:32

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Pacman -Syu error: 'libbeable conflicts with kdemod-beagle' [RESOLVED]

Bump.

Offline

#3 2007-04-06 06:26:17

junglepeanut
Member
From: California
Registered: 2007-01-24
Posts: 145
Website

Re: Pacman -Syu error: 'libbeable conflicts with kdemod-beagle' [RESOLVED]

Did you try removing kdemod-beagle first?

Offline

#4 2007-04-06 07:00:05

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Pacman -Syu error: 'libbeable conflicts with kdemod-beagle' [RESOLVED]

Yes, but I got another error saying it's a dependency of slab-cvs.  I tried to 'pacman -Rf kdemod-beagle' but it wouldn't let me.  I wish I knew more about pacman sad

I'm getting a bit fed up with it, to be honest.  My install hasn't been updated for about a week because of the problem.  I'm thinking of uninstalling kdemod (KDE) and uninstalling E17 and XFCE while I'm at it.  I never use those WMs/DEs anyway.

Offline

#5 2007-04-06 12:31:41

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Pacman -Syu error: 'libbeable conflicts with kdemod-beagle' [RESOLVED]

from the kdemod-beagle PKGBUILD:

conflicts=('beagle' 'libbeagle')
provides=('beagle' 'libbeagle')

so installing beagle and libbeagle you should theoretically be able to get rid of kdemod-beagle.

what you should do is:

pacman -Rf --nodeps kdemod-beagle
pacman -S libbeagle beagle
pacman -Syu

From the kdemod-kdebase-kicker PKGBUILD I see it depends on libbeagle, so that should be no problem. If all dpendencies in kdemod point to libbeagle and beagle (as should be!), there is no problem. If a package points to kdemod-beagle, you should change the PKGBUILD for this package, or ask the maintainer of that package (funkyou) to do that.

Offline

#6 2007-04-06 17:17:56

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Pacman -Syu error: 'libbeable conflicts with kdemod-beagle' [RESOLVED]

dank je wel jonger!

Offline

Board footer

Powered by FluxBB