Package: python2.7
Version: 2.7-6
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently python2.7 does not build on GNU/Hurd.
The problems are two:
- two hurd patches not applied
- a test case (io) which blocks

The attached patch should make python 2.7 compile correctly on GNU/Hurd.

Thanks,
-- 
Pino
--- a/debian/patches/series.in
+++ b/debian/patches/series.in
@@ -23,6 +23,8 @@
 bdist-wininst-notfound.diff
 setup-modules-ssl.diff
 makesetup-bashism.diff
+hurd-broken-poll.diff
+hurd-disable-nonworking-constants.diff
 enable-fpectl.diff
 make-pydoc-more-robust.diff
 statvfs-f_flag-constants.diff
--- a/debian/rules
+++ b/debian/rules
@@ -356,7 +356,7 @@
   endif
 endif
 ifneq (,$(filter $(DEB_HOST_ARCH), hurd-i386))
-  TEST_EXCLUDES += test_random test_signal test_socketserver test_ssl 
test_threading
+  TEST_EXCLUDES += test_io test_random test_signal test_socketserver test_ssl 
test_threading
 endif
 ifneq (,$(TEST_EXCLUDES))
   TESTOPTS += -x $(sort $(TEST_EXCLUDES))

Reply via email to