GNOME Bugzilla – Bug 755533
Running sysdeps --install doesn't install all dependencies
Last modified: 2015-09-24 16:14:26 UTC
When checking system dependencies for Accerciser on Debian Wheezy, jhbuild displays the following: No matching system package installed: python2-devel (python2.pc, required=2.5) xcb-xkb (xcb-xkb.pc, required=1.10) However, `apt-get install xcb python2.7-dev` output shows that both python2.7-dev and xcb are up-to-date and installed.
Hi Lauren, just pushed a patch that should solve the python problem: d23ed5b9885f5aba5d804a61d19784ce7ddf69d6 For xcb-xkb, be sure you are using wheezy-backports repo, as seems that package is not in the main repos: https://packages.debian.org/search?keywords=libxcb-xkb-dev I'm going to close this now, feel free to reopen if you still have issues