We're suspecting this is a problem with Ubuntu/Debian's patches to libtool...
If you have a recent-enough system, try: $ sudo find /usr/lib*/ -name "*.la" -delete $ rm -rf ~/gnome-shell/install $ jhbuild build -s glib -s glib-networking -s gconf -afc gnome-shell That should skip glib compilation, and the two things that try to install gio modules. I also only compile gnome-shell, and not gnome-control-center, because gnome-power-manager has some issues which I'm not going to try and investigate right now. That should at least get you started. I also updated the RemovingLaFiles and GnomeShell wiki pages with the "find" command above... this had to be updated due to debian multiarch -- *.la files are now in /usr/lib/x86_64-linux-gnu/ and other places. On Mon, Apr 4, 2011 at 2:13 AM, Jeffery Olson <[email protected]>wrote: > make[3]: Entering directory > `/home/jeff/gnome-shell/source/clutter/tests/micro-b > ench' > CC test-text.o > CCLD test-text > /home/jeff/gnome-shell/install/lib64/libgio-2.0.so.0: undefined reference > to `g_ > time_zone_refresh_local' > collect2: ld returned 1 exit status > make[3]: *** [test-text] Error 1 > make[3]: Leaving directory > `/home/jeff/gnome-shell/source/clutter/tests/micro-bench' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/jeff/gnome-shell/source/clutter/tests' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/jeff/gnome-shell/source/clutter' > make: *** [all] Error 2 > *** Error during phase build of clutter: ########## Error running make > *** [19/41] > > anyone else seeing this? already removed all *la files from lib64.. > first time setting up gnome-shell on a fresh install.. 64bit ubuntu > natty beta1, getting gnome-shell via jhbuild. > > Furthermore, should I file a bug w/ clutter or could this be a > gnome/build-env issue? > > Thanks, > Jeff > _______________________________________________ > gnome-shell-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-shell-list >
_______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
