Source: libticables
Version: 1.3.4+dfsg-3
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package libticables fails to build from source on ppc64el, because there are
platform specific tests in configure.ac in which ppc64el platform is not 
considered.

As is would be the same as ppc64, I have just changed from powerpc64-* to 
powerpc64*-*
but it can also be powerpc64le in case you prefer.

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
Index: libticables-1.3.4+dfsg/configure.ac
===================================================================
--- libticables-1.3.4+dfsg.orig/configure.ac	2014-07-23 20:43:04.000000000 +0000
+++ libticables-1.3.4+dfsg/configure.ac	2014-07-23 20:44:23.440001453 +0000
@@ -160,7 +160,7 @@
   mips-*-linux-*)        ARCH="-D__MIPS__ -D__LINUX__" ;;
   mipsel-*-linux-*)      ARCH="-D__MIPS__ -D__LINUX__" ;;
   powerpc-*-linux-*)     ARCH="-D__PPC__  -D__LINUX__" ;;
-  powerpc64-*-linux-*)   ARCH="-D__PPC__  -D__LINUX__" ;;
+  powerpc64*-*-linux-*)   ARCH="-D__PPC__  -D__LINUX__" ;;
   powerpc-apple-darwin*) ARCH="-D__PPC__  -D__MACOSX__" ;;
   powerpc64-apple-darwin*) ARCH="-D__PPC__  -D__MACOSX__" ;;
   s390*-*-linux-*)       ARCH="-D__LINUX__" ;;
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to