You are not logged in.

#1 2006-03-05 15:22:12

trapdoor
Member
Registered: 2005-03-27
Posts: 82
Website

dbus-sharp [solved]

Hey guys,

i've got a serious problem. When doing Pacman -Syu the output i get is the following:

:: banshee: local (0.10.6-1) appears to be newer than repo (extra/0.10.4-1)
:: gstreamer0.10-ugly: local (0.10.1.3-1) appears to be newer than repo (gnome2.13/0.10.1-1)
:: Above packages will be skipped.  To manually upgrade use 'pacman -S <pkg>'
error: unresolvable dependencies:
  dbus-sharp: requires dbus=0.60

If anyone knows how to solve this problem please respond  wink

edit: I apreciate for posting, i just solved the Problem myself

Trapdoor

Offline

#2 2006-06-28 21:29:11

wiremore
Member
Registered: 2005-08-23
Posts: 43

Re: dbus-sharp [solved]

Hi,

How did you solve this problem? I am getting the same message. Thanks.

Offline

#3 2006-06-28 22:40:02

cdude
Member
Registered: 2006-06-16
Posts: 16

Re: dbus-sharp [solved]

Yeah, would like to know too!
it seems that dbus-sharp in extra is version 0.61-1, thus requires dbus 0.61.
so I am assuming that u recompiled dus-sharp with dbus 0.62 dependency? or manually install dbus-sharp 0.62?

Offline

#4 2006-06-28 23:02:29

cdude
Member
Registered: 2006-06-16
Posts: 16

Re: dbus-sharp [solved]

Here is what I did to solve the problem. (This solution updates dbus-sharp 0.61-1 to dbus-sharp 0.62-1) very simple. The other alternative is to wait until dbus-sharp 0.62-1 makes it into Arch repositories.

Upgrade dbus to 0.62 and ignore dependencies check

pacman -Sd dbus

Now compile dbus-sharp 0.62-1 from abs:

cp -r /var/abs/extra/lib/dbus-sharp /var/local/
cd /var/local/dbus-sharp

Modify the PKGBUILD:

vi PKGBUILD

change the followings:
pkgver to 0.62
md5sums to ba7692f63d0e9f1ef06703dff56cb650
save and exit (:wq)

Compile and upgrade dbus-sharp

makepkg 
pacman -U dbus-sharp-0.62-1.pkg.tar.gz

Run pacman again to update the rest of the system:

pacman -Syu

done!  wink

Offline

#5 2006-06-29 06:41:37

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: dbus-sharp [solved]

This has been fixed in extra with a dbus-sharp update now. Muine has the same problem with dbus-sharp and should be appearing on your mirror soon too.

Offline

Board footer

Powered by FluxBB