[Pkg-mpd-commits] [pkg-mpd] 01/02: Disable test suite on mips/mipsel (toolchain issue)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Oct 19 22:54:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 9cbe34cc3060b67f52eb4d8ee02828a29f5a18fe
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Oct 20 00:38:29 2014 +0200

    Disable test suite on mips/mipsel (toolchain issue)
---
 debian/rules | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 39f7c66..ecce6b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,15 @@ ifeq ($(DEB_HOST_ARCH), armeb)
 WITH_TREMOR=--with-tremor --disable-vorbis --enable-shine-encoder
 endif
 
+# work around ld assertion fail ../../bfd/elf-strtab.c:254/:272 on mips/mipsel
+RUN_TESTS=--enable-test
+ifeq ($(DEB_HOST_ARCH), mips)
+    RUN_TESTS=--disable-test
+endif
+ifeq ($(DEB_HOST_ARCH), mipsel)
+    RUN_TESTS=--disable-test
+endif
+
 # no systemd and no alsa on non-linux arches
 ifeq ($(DEB_HOST_ARCH_OS), linux)
 WITH_SYSTEMD=--enable-systemd-daemon --with-systemdsystemunitdir=/lib/systemd/system --enable-alsa
@@ -118,7 +127,7 @@ override_dh_auto_configure:
 	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) \
 		--prefix=/usr \
 		--sysconfdir=/etc \
-		--enable-test \
+		$(RUN_TESTS) \
 		$(ENABLE_ARCHIVES) \
 		$(ENABLE_AUTODISCOVERY) \
 		$(ENABLE_CLIENTS) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list