Control: tags -1 patch
Control: retitle -1 libticables: FTBFS on mips64el - undefined reference to 
'cable_ser'

Hi,

On Wed, 6 Aug 2014 15:00:13 -0300 ferse...@br.ibm.com wrote:
> Hello Andi.
> 
> Yes, my bad. I referred to the same bug number I was writing on. It is 
> actually the bug report #755859 I wanted to refer to.
> The patch is to ppc64el, but I think it can be applied to mips64el with 
> the right adjustments.

I looked at that patch and made another which does a similar thing on
mips64el (and I merged mips entries together to simplify things a bit).

I changed the bug title since this is really a mips64el FTBFS bug. I
also couldn't find any uses of straight /usr/lib anywhere (including the
original build log) so I'm not sure where the original title came
from :/  Hopefully that's ok.

Thanks,
James

Index: libticables-1.3.4+dfsg/configure.ac
===================================================================
--- libticables-1.3.4+dfsg.orig/configure.ac
+++ libticables-1.3.4+dfsg/configure.ac
@@ -157,8 +157,7 @@ case "$host" in
   x86_64-apple-darwin*)  ARCH="-D__MACOSX__" ;;
   ia64-*-linux-*)        ARCH="-D__LINUX__" ;;
   m68k-*-linux-*)        ARCH="-D__M68K__ -D__LINUX__" ;;
-  mips-*-linux-*)        ARCH="-D__MIPS__ -D__LINUX__" ;;
-  mipsel-*-linux-*)      ARCH="-D__MIPS__ -D__LINUX__" ;;
+  mips*-*-linux-*)       ARCH="-D__MIPS__ -D__LINUX__" ;;
   powerpc-*-linux-*)     ARCH="-D__PPC__  -D__LINUX__" ;;
   powerpc64*-*-linux-*)  ARCH="-D__PPC__  -D__LINUX__" ;;
   powerpc-apple-darwin*) ARCH="-D__PPC__  -D__MACOSX__" ;;
-- 
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