After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755533 - Running sysdeps --install doesn't install all dependencies
Running sysdeps --install doesn't install all dependencies
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-09-24 11:13 UTC by Lauren Perry
Modified: 2015-09-24 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lauren Perry 2015-09-24 11:13:09 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.
Comment 1 Javier Jardón (IRC: jjardon) 2015-09-24 16:14:26 UTC
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