Bug#431477: gtk+2.0: FTBFS on GNU/kFreeBSD

2007-07-03 Thread Loïc Minier
tag 431477 + pending confirmed
clone 431477 -1
retitle -1 gtk+2.0: [kfreebsd] Segfault in teststuite of directfb flavor
tag -1 = help upstream
severity -1 normal
stop

Hi there,

On Mon, Jul 02, 2007, Petr Salinger wrote:
 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 for the patch, I tweaked it slightly and did the changes in the
 unstable branch of gtk+2.0, in r11777.

 Could you tell me how the 2.11.x versions are doing?  Do I need a
 similar change for the experimental branch?  From
 experimental.ftbfs.de, I could only find failing builds but for other
 reasons.

   Thanks,
-- 
Loïc Minier



Bug#431477: gtk+2.0: FTBFS on GNU/kFreeBSD

2007-07-03 Thread Petr Salinger

Could you tell me how the 2.11.x versions are doing?  Do I need a
similar change for the experimental branch?  From
experimental.ftbfs.de, I could only find failing builds but for other
reasons.


2.11.4-1 needs similar change, with it builds fine.

Thanks for kfreebsd support.

Petr



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431477: gtk+2.0: FTBFS on GNU/kFreeBSD

2007-07-02 Thread Petr Salinger

Package: gtk+2.0
Severity: important
Version: 2.10.13-1
Tags: patch
User: [EMAIL PROTECTED]
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.0 +0200
+++ debian/rules2007-07-02 23:49:55.0 +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



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]