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

Bug#734278: pocketsphinx: FTBFS on big endian architectures



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

Hi,

pocketsphinx FTBFS on all big endian architectures:

...
Error: Internal data flow error.
FAIL: fgets(line, sizeof(line), fh)
FAIL: test_gst
make[4]: *** [check-TESTS] Error 1
...

Basically, same issue as #734215, with Ub*ntu already excluding big endian arch
for some while.

Possible fix in Debian via debian/rules:

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_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: