[Fwd: ecl: FTBFS on hurd-i386]
Looks like I forgot to add the X-Debbugs-Cc header!
-------- Forwarded Message --------
From: Svante Signell <svante.signell@telia.com>
Reply-to: svante.signell@telia.com
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ecl: FTBFS on hurd-i386
Date: Wed, 16 Nov 2011 18:59:07 +0100
Package: ecl
Version: 11.1.1-4
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd
Hi,
The attached patch fixes the FTBFS problems of ecl on GNU/Hurd. When
native threads are enabled the "./ecl_min compile" command hangs.
Thanks!
diff -ur ecl-11.1.1/debian/rules ecl-11.1.1.modified/debian/rules
--- ecl-11.1.1/debian/rules 2011-03-11 19:00:29.000000000 +0000
+++ ecl-11.1.1.modified/debian/rules 2011-11-16 17:12:19.000000000 +0000
@@ -33,6 +33,9 @@
ifneq ($(DEB_HOST_ARCH),ia64)
confflags += --enable-gengc
endif
+ifneq ($(DEB_HOST_ARCH),hurd-i386)
+ confflags += --enable-threads=yes
+endif
# force to use ginstall-info:
export INSTALL_INFO=/usr/bin/ginstall-info
@@ -56,7 +59,6 @@
--with-system-gmp=yes \
--with-tcp \
--with-clx \
- --enable-threads=yes \
--enable-boehm=system \
--with-x
Reply to: