On Fri, Mar 18, 2011 at 7:19 AM, Tim Cuthbertson <[email protected]> wrote: > $ jhbuild buildone gnome-shell > configure: error: Package requirements (gio-2.0 >= 2.25.9 > gio-unix-2.0 dbus-glib-1 libxml-2.0 > gtk+-3.0 >= 3.0.0 > libmutter >= 2.91.91 > gjs-internals-1.0 >= 0.7.11 > libgnome-menu gstreamer-0.10 > gstreamer-base-0.10 xfixes x11 gconf-2.0 > gdk-x11-3.0 > clutter-x11-1.0 >= 1.5.15 > clutter-glx-1.0 >= 1.5.15 > libstartup-notification-1.0 > gobject-introspection-1.0 >= 0.10.1 > libcanberra > telepathy-glib >= 0.13.12 > telepathy-logger-0.2 >= 0.2.4 > polkit-agent-1 >= 0.100) were not met: > > No package 'libmutter' found
I'm far from being an expert on jhbuild, but what this is telling me is that you tried to build just gnome-shell with none of it's dependencies (it only complains about libmutter but actually many things are missing). Have you tried this yet: $ jhbuild build -fac gnome-shell That will rebuild all dependencies and should get you a bit farther along. -- http://exolucere.ca _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
