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

Re: Bug#712848: FTBFS on kfreebsd-*: test-suite hangs and is killed after a timeout



Control: tags -1 + patch

Hi,

There was no progress on this bug upstream yet:
https://bugzilla.gnome.org/753378

But now we have too many packages in sid waiting on glib2.0 >= 2.44, or
indirectly.  Please could we use the attached patch as a workaround (as
was done in FreeBSD), disabling kqueue, until the bug is fixed.

Thanks,
Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
--- a/debian/rules
+++ b/debian/rules
@@ -92,6 +92,12 @@
 			--disable-gtk-doc
 endif
 
+ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
+  # Disable kqueue on kfreebsd, until https://bugzilla.gnome.org/753378
+  # can be fixed.
+  DEB_CONFIGURE_EXTRA_FLAGS += "ac_cv_header_sys_event_h=no"
+endif
+
 DEB_CONFIGURE_FLAGS_deb := \
 			--enable-gtk-doc \
 			--enable-static \

Attachment: signature.asc
Description: Digital signature


Reply to: