You are not logged in.
Pages: 1
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
edit: I apreciate for posting, i just solved the Problem myself
Trapdoor
Offline
Hi,
How did you solve this problem? I am getting the same message. Thanks.
Offline
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
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!
Offline
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
Pages: 1