Package: liburcu Version: 0.8.4-2.1 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, liburcu is not able to be built on a ppc64el machine because the architecture is not part of the configure.ac. I just created the patch that enables the architecture in the package. As I understand, ppc should works fine for ppc64el as well, as for ppc64. Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: liburcu-0.8.4/configure.ac =================================================================== --- liburcu-0.8.4.orig/configure.ac 2014-05-30 16:36:47.000000000 +0000 +++ liburcu-0.8.4/configure.ac 2014-05-30 16:37:44.000000000 +0000 @@ -68,6 +68,7 @@ [x86_64], [ARCHTYPE="x86"], [powerpc], [ARCHTYPE="ppc"], [ppc64], [ARCHTYPE="ppc"], + [powerpc64le], [ARCHTYPE="ppc"], [powerpc64], [ARCHTYPE="ppc"], [ppc], [ARCHTYPE="ppc"], [s390], [ARCHTYPE="s390"],