Bug#431477: gtk+2.0: FTBFS on GNU/kFreeBSD
Petr Salinger
Petr.Salinger at seznam.cz
Mon Jul 2 21:03:54 UTC 2007
Package: gtk+2.0
Severity: important
Version: 2.10.13-1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD due to failure in
testsuite. In previous versions, it just failed, but now it hangs :-(
So please, could you disable running testsuite for directfb flavor
on GNU/kFreeBSD by patch bellow. It might improve with directfb 1.0.0,
but for now, I would really appreciate just to disable the
problematic test.
Thanks in advance
Petr
--- debian/rules~ 2007-07-02 23:49:55.000000000 +0200
+++ debian/rules 2007-07-02 23:49:55.000000000 +0200
@@ -27,6 +27,7 @@
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
CFLAGS += -Wall -g
@@ -72,7 +73,11 @@
FLAVORS := directfb shared static
# list of flavors to run the test suite on
+ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
+CHECK_FLAVORS := $(filter shared static, $(FLAVORS))
+else
CHECK_FLAVORS := $(filter directfb shared static, $(FLAVORS))
+endif
# build dir for the current flavor; this is only expanded in flavor specific
# targets
More information about the pkg-gnome-maintainers
mailing list