GNOME Bugzilla – Bug 606815
Can't find introspection.m4
Last modified: 2011-02-22 22:37:25 UTC
Created attachment 151314 [details] [review] 0001-Ship-introspection.m4-and-add-m4-to-the-include-path.patch Hi, attached patch fixes the search for introspection.m4 by including it in GIT and adding the m4 include path to autogen.sh
Actually a packaging problem, introspection.m4 should be installed by gobject-introspection into the system-wide m4 include directory.
(In reply to comment #1) > Actually a packaging problem, introspection.m4 should be installed by > gobject-introspection into the system-wide m4 include directory. I would reopen this one as it's wrong to assume gobject-introspection will be present even with totem-pl-parser will be build without introspection support but m4 file will still be needed if we need to run autoreconf after changing anything in Makefile.am or configure.ac (as noted downstream at: http://bugs.gentoo.org/show_bug.cgi?id=355979 )
Try recompiling a GNOME module without gnome-common installed, or pkg-config... I rest my case.
But why require installation of gobject-introspection simply to provide a .m4 file? Wouldn't be better to split it or include it in gnome-common? Anyway, per https://bugzilla.gnome.org/show_bug.cgi?id=633730#c15 looks like a solution should appear soon
As I said in the anjuta bug report, we spoke to release team. We will provide a patch to gnome-common so that autogen.sh does the copy like it does for libtool, gtk-doc, etc.