Package: src:mpg123 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, The package mpg123 fails to build from source on ppc64el architecture because it is not being filtered out as a 64bit arch when including 32bit symbols, in file libmpg123-0.symbols Please consider the patch attached in order to fix that. Thanks and regards. Fernando -- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru mpg123-1.18.0/debian/libmpg123-0.symbols mpg123-1.18.0/debian/libmpg123-0.symbols --- mpg123-1.18.0/debian/libmpg123-0.symbols 2014-02-15 13:46:34.000000000 +0000 +++ mpg123-1.18.0/debian/libmpg123-0.symbols 2014-06-10 17:24:41.000000000 +0000 @@ -1,3 +1,3 @@ #include "libmpg123-0.symbols.common.in" #include "libmpg123-0.symbols.64bit.in" -(arch=!amd64 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !s390x !ppc64 !alpha !sparc64 !mips64 !mips64el !x32)#include "libmpg123-0.symbols.32bit.in" +(arch=!amd64 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !s390x !ppc64 !ppc64el !alpha !sparc64 !mips64 !mips64el !x32)#include "libmpg123-0.symbols.32bit.in"