Your message dated Sat, 7 Oct 2023 17:13:41 +0300
with message-id <ZSFnleqHbbycbpLC@localhost>
and subject line kFreeBSD has been removed from Debian ports
has caused the Debian Bug report #431507,
regarding gtk+2.0: [kfreebsd] Segfault in teststuite of directfb flavor
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
431507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431507
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.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



--- End Message ---
--- Begin Message ---
kFreeBSD has been removed from Debian ports:
https://lists.debian.org/debian-bsd/2023/07/msg00003.html

cu
Adrian

--- End Message ---

Reply via email to