Source: ruby-ferret
Version: 0.11.8.5-1

It failed to build on arm64:

http://buildd.debian.org/status/package.php?p=ruby-ferret&suite=sid

The error was:

posh.h:516:4: error: #error POSH cannot determine target CPU
 #  error POSH cannot determine target CPU

It seems trivial to fix. You can just add something like this in
ext/posh.h just before where the error is generated:

#if defined __aarch64__
#  define POSH_CPU_AARCH64 1
#  define POSH_CPU_STRING "AArch64"
#endif


-- 
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