[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#647150: libffi: broken symbols file on sparc64



Package: libffi
Version: 3.0.10-3
Severity: important
Tags: patch
User: debian-sparc@lists.debian.org
Usertags: sparc64

libffi symbols file is broken on sparc64 and refers to lib64ffi5 instead
of libffi. As a consequence all packages built against recent versions
of libffi are non-installable.

The patch below fixes the issue.


diff -u libffi-3.0.10/debian/libffi5.symbols.sparc64 libffi-3.0.10/debian/libffi5.symbols.sparc64
--- libffi-3.0.10/debian/libffi5.symbols.sparc64
+++ libffi-3.0.10/debian/libffi5.symbols.sparc64
@@ -1,4 +1,4 @@
-libffi.so.5 lib64ffi5 #MINVER#
+libffi.so.5 libffi5 #MINVER#
  _ffi_call_v8@Base 3.0.4
  _ffi_call_v9@Base 3.0.4
  ffi_assert@Base 3.0.4


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc64

Kernel: Linux 2.6.32-bpo.5-sparc64-smp (SMP w/32 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



Reply to: