Source: libpeas
Version: 1.10.0-2
Severity: normal
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently libpeas fails to build on hurd-i386 [1].

The problem is that the seed library is currently broken on hurd-i386,
for sure because of upstream bug #733393 [2], and also because of some
issue in webkitgtk (which is currently out-of-date on hurd-i386, so
not easy to debug at the moment).

Since some architectures already have no seed support, please
temporarly add hurd-i386 as well, until at least [2] is fixed and
webkitgtk builds again.
libpeas without seed support builds fine otherwise on hurd-i386, with
the test suite passing too.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=libpeas&arch=hurd-i386&ver=1.10.0-2&stamp=1405003568
[2] https://bugzilla.gnome.org/show_bug.cgi?id=733393

Thanks,
-- 
Pino
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,7 +13,7 @@
                gobject-introspection (>= 1.39.0),
                libgirepository1.0-dev (>= 0.10.1),
                libgtk-3-dev,
-               libseed-gtk3-dev (>= 2.91.91) [!mips !powerpc !s390x !sparc],
+               libseed-gtk3-dev (>= 2.91.91) [!mips !powerpc !s390x !sparc !hurd-i386],
                python-dev (>= 2.5.2),
                python-gi-dev (>= 3.7.2),
                python3-dev,
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
                              --enable-python2 \
                              --enable-python3
 
-ifeq (,$(filter $(DEB_HOST_ARCH),mips powerpc s390x sparc))
+ifeq (,$(filter $(DEB_HOST_ARCH),mips powerpc s390x sparc hurd-i386))
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed
 endif
 

Reply via email to