At 1224427706 time_t, Pierre Habouzit wrote:
> Not that I'm aware of, and it's probably a bug in s390 assembly, and
> actually not a tokyocabinet bug _at all_. So unless upstream knows s390
> assembly... I don't think he can help a lot :)
I propose to desactivate the test suite on s390 in order to get this bug fixed.
Attached is a trivial patch.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
From 9f878389d97b06aaba3ed973f895dc430bc04b01 Mon Sep 17 00:00:00 2001
From: Julien Danjou <[EMAIL PROTECTED]>
Date: Sun, 26 Oct 2008 14:53:56 +0100
Subject: [PATCH] Deactivate test suite on s390

Signed-off-by: Julien Danjou <[EMAIL PROTECTED]>
---
 debian/rules |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index d85d6ab..d5ae03a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,11 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+# s390 fails the test suite, see #468793.
+ifeq ($(DEB_BUILD_GNU_TYPE), s390-linux-gnu)
+    DEB_BUILD_OPTIONS += " nocheck"
+endif
+
 srcpkg = $(shell dpkg-parsechangelog | sed -ne 's/Source: *//p')
 srcver = $(shell dpkg-parsechangelog | sed -ne 's/Version: *\(.*:\)\?\(.*\)-.*$$/\2/p')
 libpkg = $(shell  sed -ne 's/Package: *\(.*\)-dbg/\1/p' debian/control)
-- 
1.5.6.5

Attachment: signature.asc
Description: Digital signature

Reply via email to