I am trying to install jhbuild, so that I can compile and run Gnome Boxes over it. But I am facing some problems:
Required packages:
System installed packages which are too old:
libnl (libnl-3.0.pc, required=3.2.7, installed=3.2.3)
No matching system package installed:
smbclient (smbclient.pc)
libicu (icu-i18n.pc, required=4)
jhbuild build: Required system dependencies not installed. Install using the command 'jhbuild sysdeps --install' or to ignore system dependencies use command-line option --nodeps
Now,
1. for libnl (libnl-3.0.pc, required=3.2.7, installed=3.2.3),
I tried this command 'sudo apt-get instal libnl-dev', but that caused a breakage in several package dependencies. Thus, I had to revert it back
2. for smbclient (smbclient.pc),
I tried 'sudo apt-get install smbclient', and it worked, but still jhbuild is showing this error.
3. for libicu (icu-i18n.pc, required=4)
I installed several packages like libicu-dev, icu-doc, libicu48, libicu48-dbg. But the error still persists.
OS: Ubuntu 12.04
Desktop Environment: Gnome 3.4.2.1
I would be very greatful, if someone helped me intall this, as I need to get it done for applying in GSoC 2013.
---------------------------------------