Questions tagged [jhbuild]

JHBuild can be used to build projects from CVS, Darcs, Git and others with their dependencies into a separate install prefix. It is not intended as a replacement for system package managers. This tag is intended for all questions and problems occurring when using or installing JHBuild.

JHBuild was originally written for building GNOME, but has since been extended to be usable with other projects. A “module set” file can be hosted on a web server, allowing for build rules independent of the JHBuild project.

JHBuild can build modules from a variety of sources, including CVS, Subversion, Bazaar, Darcs, Git and Mercurial repositories, as well as Tar and Zip archives hosted on web or FTP sites. JHBuild can build modules using a variety of build systems, including Autotools, CMake, WAF, Python Distutils and Perl Makefiles.

JHBuild is not intended as a replacement for the distribution's package management system. Instead, it makes it easy to build software into a separate install prefix without interfering with the rest of the system.

34 questions
6
votes
2 answers

How to find shared library used by a python module?

I am debugging a python program based on pygtk and I want to make sure that the program is using the right shared library. pygtk is a GTK+ wrapper for python. I have already compiled GTK+ using jhbuild tool and I want to make sure that the python…
mehdix
  • 4,984
  • 1
  • 28
  • 36
4
votes
2 answers

jhbuild repository cloning failed

I'm currently using Ubuntu 12.04 and jhbuild ver 3.12.0 and git version 1.7.9.5. Earlier I asked a question and it was resolved, now the same problem(I suppose it's the same problem) arises when i build using jhbuild,being behind a proxy it cannot…
Krist
  • 477
  • 4
  • 17
3
votes
1 answer

Installing GTK+ on macOS Sierra 10.12.3 - libxml2 Issue

I'm having a very similar issue as described in the following post while trying to download GTK: installing gtk+ on mac osx 10.11.4 El-Capitan I am following these instructions: ./gtk-osx-build-setup.sh jhbuild bootstrap jhbuild build…
Sarah
  • 107
  • 1
  • 8
3
votes
1 answer

how to fix hb-ft.h no such file or directory while installing pango using jhbuild?

i have all the dependencies and since i was not able to fix this error i installed freetype and harfbuzz from scratch still couldnt fix this fatal error but this file (hb-ft.h) is present under /usr/include/harfbuzz/hb-ft.h…
Onkar Singh
  • 33
  • 1
  • 3
3
votes
2 answers

Trouble with jhbuild installation while running the command $ jhbuild sanitycheck

I am trying to learn GTK+3 as per this site: https://python-gtk-3-tutorial.readthedocs.org/en/latest/install.html. From the page: 1.1. Dependencies GTK+3 Python 2 (2.6 or later) or Python 3 (3.1 or later) gobject-introspection [...] The easiest…
Ajzz
  • 340
  • 1
  • 7
  • 22
2
votes
1 answer

what is the after element used for in JHBuild?

Can someone please tell me what the purpose of the after element in JHBuild is used for. I've search far and wide for the description and I'm at a loss on why I cannot find anything about this. Going on from this, I would like to know the difference…
Wayne
  • 914
  • 2
  • 13
  • 25
2
votes
1 answer

Error on jhbuild bootstrap for gtk+ on OSX El Capitan

I tried to install GTK+ on my iMac with OSX 10.11 $ sh gtk-osx-build-setup.sh went without any error, but said "yelp-tools not available". When I did $ jhbuild bootstrap I got the following error/output: W: bash has a dependency on unknown…
Noemi
  • 21
  • 1
1
vote
1 answer

brew and jhbuild error

I'm using Mac OS X 10.7 At first, I used jhbuild to install some libs.It install libs in "/Users/dinosaur/gtk/inst/lib/" I think it not good. so I remove directory. Home Brew is very good.so I want to install gegl with brew. So I input "brew…
dinosaur
  • 638
  • 5
  • 14
1
vote
1 answer

JHBuild runtime error "Failed to close %s stream" (MacOS)

I started a JHBuild with the wrong arguments (forgot 'build') and hit control-C at what appears to have been the wrong moment. Now when I try any JHBuild command, e.g. jhbuild bootstrap, I get: Traceback (most recent call last): File…
DRVic
  • 2,481
  • 1
  • 15
  • 22
1
vote
1 answer

jhbuild bootstrap doesn't see brew's pixman

I'm trying to install some missing dependencies for Mac OS (10.11.6 El Capitan) following this guide There is a problem with pixman: jhbuild bootstrap Pixman is already installed and linked via brew, but jhbuild tries to build it anyway and fails…
T0f
  • 143
  • 1
  • 1
  • 10
1
vote
1 answer

Build gnome-shell issue: jhbuild does not find libtiff

I started tinkering with gnome-shell to kill time and I just can't get jhbuild to work! I followed all the instructions on the jhbuild guide on the gnome-shell wiki. I got to the part where it says to run $ jhbuild sysdeps…
Tabish Imran
  • 417
  • 5
  • 15
1
vote
1 answer

Unable to build gnome-builder using JHBuild

I am trying to build gnome-builder code on Ubuntu 12.04 using JHBuild, but JHBuild is giving some errors: 1) on running jhbuild sanitycheck checkout root (~/jhbuild/checkout) is not writable Could not find DocBook XML DTD V4.1.2 in XML…
Abhishek Kumar
  • 729
  • 6
  • 20
1
vote
1 answer

jhbuild build throwing 407 authentication error

I'm trying to install jhbuild. When I give jhbuild build command it gives me error - jhbuild build: could not download https://git.gnome.org/browse/jhbuild/plain/modulesets/gnome-apps-3.18.modules:
daft300punk
  • 169
  • 3
  • 16
1
vote
1 answer

Can't shell jhbuild on Mac OS X Mavericks (10.9)

I'm trying to install GTK+ on my Mac OS X Mavericks (10.9) laptop. I'm following the instructions at https://wiki.gnome.org/action/show//Projects/GTK+/OSX/Building?action=show&redirect=GTK%252B%252FOSX%252FBuilding#Procedure . I've managed to…
Måns Nilsson
  • 431
  • 1
  • 4
  • 16
1
vote
2 answers

How to install libraries on jhbuild?

I want to start to use jhbuild. It creates an isolated system to compile unstable packages ant try them. But it's not clear to me how to add a missing library to it. Steps: $ sudo apt-get install jhbuild $ mkdir -p /opt/gnome $ chown…
albfan
  • 12,542
  • 4
  • 61
  • 80
1
2 3