[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gobject-introspection not installable



On Thu, 2011-09-29 at 10:33 +0200, Pino Toscano wrote:
> Alle giovedì 29 settembre 2011, Samuel Thibault ha scritto:
> > Could somebody have a look at the non-installability of
> > gobject-introspection?  It looks like a python version issue, see
> > e.g. the gtksourceview3 build log.
> 
> Mot probably it is due to the fact that it has not been rebuilt 
> succesfully for the pytthon 2.7 transition.
> I'd rebuild it with nocheck, and then try again with gtksourceview3.

gobject-introspection 0.10.8-2 builds with checks disabled:

python-dev versions: 2.6.7-3 and 2.7.2-7 

--- debian/rules.orig   2011-09-29 12:44:57.000000000 +0200
+++ debian/rules        2011-09-29 12:43:59.000000000 +0200
@@ -12,7 +12,11 @@
        rm -f debian/tmp/usr/lib/*.la
 
 DEB_MAKE_ENVVARS += HOME=$(CURDIR)
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+DEB_MAKE_CHECK_TARGET = 
+else
 DEB_MAKE_CHECK_TARGET = check
+endif
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4



Reply to: