Package: libmowgli-2
Version: libmowgli-2: FTBFS on various architectures due to unknown arch
Severity: serious
Justification: renders package unusable

Hi!

libmowgli-2 currently fails to build on the following architectures since the
corresponding architectures are not defined in src/libmowgli/platform/machine.h:

 * kfreebsd-386
 * kfreebsd-amd64
 * s390x
 * arm64
 * m68k

Please patch the header file to include these architectures as well. For m68k,
for example, the #defines would be something like:

#if defined __m68k__ || defined __M68K__
#define MOWGLI_CPU_M68K
#define MOWGLI_CPU m68k
#define MOWGLI_CPU_BITS_32
#define MOWGLI_CPU_BITS 32
#endif

Thanks,

Adrian

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-rc7-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to