On Mon, 2009-07-27 at 19:05 -0700, Dean Loros wrote: > Hi Owen--- > > I've been building the shell for the last couple of months & hit a > stopping block last week. Normally I would just rebuild every day until > the problem resolved it's self, but more than a week has gone by with > the same problem....I tried to contact the list about it, but I have not > seen a answer yet. > > I am one of the alpha-testers for Ubuntu--We are currently at alpha 3 & > bringing in the 2.27 updates--don't know if that is a issue or not--My > build stops at gir-repository with this:
This is an addition of a header file to GStreamer in the latest 0.10 versions that is not listed in the gir-repository Makefile.am. I'm not completely sure why the header files are listed individually, but since they are, addition of new header files to GStreamer can cause problems. I've attached a fix to: http://bugzilla.gnome.org/show_bug.cgi?id=590031 Filing bugs in bugzilla is a good approach when you hit compilation failures like this. (The product/component for gir-repository is the non-obvious glib/introspection.) - Owen > > /home/dean/gnome-shell/install/bin/g-ir-scanner -v --namespace GMenu > > --nsversion=2.0 \ > > --add-include-path=. --add-include-path=. \ > > --include=Gtk-2.0 \ > > --library=gnome-menu \ > > --libtool="/bin/bash ../libtool" \ > > --output GMenu-2.0.gir \ > > --pkg libgnome-menu \ > > -DGMENU_I_KNOW_THIS_IS_UNSTABLE \ > > `pkg-config --variable=includedir > > libgnome-menu`/gnome-menus/*.h > > GEN GMenu-2.0.gir > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. DBus-1.0.gir -o ./DBus-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. GConf-2.0.gir -o ./GConf-2.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. GnomeKeyring-2.0.gir -o ./GnomeKeyring-2.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. Pango-1.0.gir -o ./Pango-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. PangoFT2-1.0.gir -o ./PangoFT2-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. PangoCairo-1.0.gir -o ./PangoCairo-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. PangoXft-1.0.gir -o ./PangoXft-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. PangoX-1.0.gir -o ./PangoX-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. Atk-1.0.gir -o ./Atk-1.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. GdkPixbuf-2.0.gir -o ./GdkPixbuf-2.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. Gdk-2.0.gir -o ./Gdk-2.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. Gtk-2.0.gir -o ./Gtk-2.0.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. Clutter-0.8.gir -o ./Clutter-0.8.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. ClutterJson-0.8.gir -o ./ClutterJson-0.8.typelib > > /home/dean/gnome-shell/install/bin/g-ir-compiler --includedir=. > > --includedir=. Gst-0.10.gir -o ./Gst-0.10.typelib > > > > ** WARNING **: Entry 'GstBufferList' not found > > aborting... > > make[2]: *** [Gst-0.10.typelib] Trace/breakpoint trap (core dumped) > > make[2]: Leaving directory > > `/home/dean/gnome-shell/source/gir-repository/gir' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/dean/gnome-shell/source/gir-repository' > > make: *** [all] Error 2 > > *** Error during phase build of gir-repository: ########## Error > > running make *** [2/7] > Any thoughts on this? > > Thanks for your time!!!!! > _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
