Package: cityhash Version: 1.0.2-1 Severity: important Tags: patch Justification: fails to build from source User: [email protected] Usertags: s390x
cityhash fails to build from source on s390x due to missing symbols. s390x is a 64-bit architecture, and therefore needs to include libcityhash0.symbols.64bit instead of libcityhash0.symbols.32bit. The patch below fixes the issue, could you please add it in your next upload? Thanks in advance. diff -Nru cityhash-1.0.2/debian/libcityhash0.symbols cityhash-1.0.2/debian/libcityhash0.symbols --- cityhash-1.0.2/debian/libcityhash0.symbols 2011-06-15 10:56:40.000000000 +0000 +++ cityhash-1.0.2/debian/libcityhash0.symbols 2011-08-10 06:39:16.000000000 +0000 @@ -1,5 +1,5 @@ libcityhash.so.0 libcityhash0 #MINVER# # 64bit architectures symbols -(arch=alpha amd64 kfreebsd-amd64 ia64)#include "libcityhash0.symbols.64bit" +(arch=alpha amd64 kfreebsd-amd64 ia64 s390x)#include "libcityhash0.symbols.64bit" # 32bit architectures symbols -(arch=!alpha !amd64 !kfreebsd-amd64 !ia64)#include "libcityhash0.symbols.32bit" +(arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !s390x)#include "libcityhash0.symbols.32bit" -- System Information: Debian Release: wheezy/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: s390x Kernel: Linux 3.0.0-1-s390x (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

