GNOME Bugzilla – Bug 684652
jhbuild sysdeps --install not working on Fedora 18+
Last modified: 2012-09-25 23:40:31 UTC
Traceback: I: Installing dependencies on system: xkeyboard-config xcb-aux xtst taglib libusb-1.0 xcursor zlib flac libffi xcomposite wavpack python icu-i18n soundtouch-1.4 libpng xrandr libv4l2 gl udisks2 vorbisfile uuid xfixes xkbfile xft xt liboil-0.3 libtasn1 json nss libxml-2.0 nspr libproxy-1.0 mozjs185 dbus-glib-1 bluez icon-naming-utils libxslt pycairo pixman-1 libxklavier libgphoto2 sndfile libexif libstartup-notification-1.0 oauth enchant libcroco-0.6 lcms2 libcanberra-gtk webkitgtk-3.0 cairo fontconfig libpulse libical speex gudev-1.0 poppler-glib dbus-1 libnl-3.0 Traceback (most recent call last):
+ Trace 230891
jhbuild.main.main(sys.argv[1:])
rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser))
return cmd.execute(config, args, help)
return self.run(config, options, args, help)
installer.install(uninstalled)
tid = pk.GetTid()
return self._proxy_method(*args, **keywords)
**keywords)
message, timeout)
Using last code of jhbuild from git, using fedora 18 test updates and all already updated.
I'm facing the same problem on my system after upgrading to F18.
The problem here is that packagekit api changed. CCing Richard
Created attachment 225169 [details] [review] systeminstall.py: Support PackageKit 0.8.1 and newer Adapt to API changes in PackageKit 0.8.1, but still support older PackageKit by catching exceptions and trying the old API.
Review of attachment 225169 [details] [review]: Needs two fixes, good to commit after that. Thanks for looking at this!
Comment on attachment 225169 [details] [review] systeminstall.py: Support PackageKit 0.8.1 and newer Pushed with fixes
Thank you Owen & Colin. Close bug?