[DRE-maint] Bug#770922: ruby-ferret: FTBFS on arm64

Edmund Grimley Evans edmund.grimley.evans at gmail.com
Tue Nov 25 09:11:05 UTC 2014


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



More information about the Pkg-ruby-extras-maintainers mailing list