[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#734215: sphinxbase: FTBFS on big endian architectures



Source: sphinxbase
Version: 0.8-3
Severity: normal
Tags: patch
User: debian-powerpcspe@breakpoint.cc
Usertags: powerpcspe

Hi,

sphinxbase FTBFS on all big endian architectures:

...
WAVE2FEAT CTL/WAV/SPH TEST
WAVE2FEAT test FAILED
Sub-tests failed: WAVE2FEAT test
...

Looks like big endian is supported by sphinxbase, but not in the testsuite.
Ub*ntu's solution is to disable the testsuite on powerpc for this reason.

Adding the following to debian/rules fixes 0.8-3

ifneq (,$(filter $(shell dpkg-architecture -qDEB_HOST_ARCH),mips powerpc powerpcspe ppc64 s390x sparc sparc64))
override_dh_auto_test:
        # disabled
endif

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: