GNOME Bugzilla – Bug 655825
No rule to make target `GjsDBus-1.0.typelib'
Last modified: 2011-08-12 07:49:16 UTC
I try to compile gnome-shell but it fails due to dependencies on gjs ( > 1.0, mine is 0.7.x). So I tried to compile gjs from git but it fails on make: [_artem_@linux-void gjs]$ make make all-am make[1]: Entering directory `/home/_artem_/gnome-shell/gjs' make[1]: *** No rule to make target `GjsDBus-1.0.typelib', needed by `all-am'. Stop. make[1]: Leaving directory `/home/_artem_/gnome-shell/gjs' make: *** [all] Error 2 [_artem_@linux-void gjs]$ p.s. I even deleted dbus from the system and compiled dbus from git but gjs still fails to make. OS: ArchLinux x86_64
works fine with glib 2.29.16, gobject-introspection 1.29.16 but i do think there is a bug in gjs configure.ac, g-i detection. http://git.gnome.org/browse/gjs/tree/configure.ac#n237 GOBJECT_INTROSPECTION_CHECK([1.29.15]) common_packages="gobject-2.0 >= gobject_required_version $JS_PACKAGE" gjs_packages="gmodule-2.0 gthread-2.0 gobject-introspection-1.0 >= 0.10.1 $common_packages"
*** Bug 655435 has been marked as a duplicate of this bug. ***