Source: libunwind
Version: 1.1-2.2
Severity: important
Tags: patch
Usertags: ppc64

libunwind fails to build on ppc64.
http://buildd.debian-ports.org/status/package.php?p=libunwind&suite=sid
http://buildd.debian-ports.org/status/fetch.php?pkg=libunwind&arch=ppc64&ver=1.1-2.2&stamp=1394608509

Please use /usr/lib instead of /usr/lib64 on Debian.
Here is a patch and a buildlog attached.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd libunwind-1.1.orig/configure.ac libunwind-1.1/configure.ac
--- libunwind-1.1.orig/configure.ac	2014-05-06 11:25:17.000000000 +0900
+++ libunwind-1.1/configure.ac	2014-05-06 11:41:35.000000000 +0900
@@ -164,12 +164,6 @@
 AM_CONDITIONAL(USE_DWARF, [test x$use_dwarf = xyes])
 AC_MSG_RESULT([$use_dwarf])
 
-if test x$target_arch = xppc64; then
-        libdir='${exec_prefix}/lib64'
-        AC_MSG_NOTICE([PowerPC64 detected, lib will be installed ${libdir}]);
-        AC_SUBST([libdir])
-fi
-
 AC_MSG_CHECKING([whether to restrict build to remote support])
 if test x$target_arch != x$host_arch; then
   CPPFLAGS="${CPPFLAGS} -DUNW_REMOTE_ONLY"

Attachment: libunwind_1.1-2.2_ppc64.build.xz
Description: application/xz

Reply via email to