Package: libtool
Version: 1.5.24-2
Severity: normal

I generate the tarball of some library (MPFR) under Debian, and the
shlibpath_overrides_runpath for an OpenSUSE Linux/ppc64 machine is
incorrect: it is set to 'no' instead of 'yes' (I supppose that this
comes from the file /usr/share/aclocal/libtool.m4).

Here are more details:

With the default value 'no', 'make check' on this OpenSUSE Linux/ppc64
machine fails if there is an old version of MPFR installed somewhere
in $LD_LIBRARY_PATH. As shown by ldd:

doublejack:...r-2.3.1-rc2/tests> ldd 
/home/vlefevre/software/mpfr-2.3.1-rc2/tests/.libs/lt-tversion
        linux-vdso64.so.1 =>  (0x0000000000100000)
        libm.so.6 => /lib64/power5/libm.so.6 (0x0000040000064000)
        libmpfr.so.1 => /home/vlefevre/ppc64-suse-linux/lib/libmpfr.so.1 
(0x0000040000125000)
        libgmp.so.3 => /home/vlefevre/ppc64-suse-linux/lib/libgmp.so.3 
(0x0000040000190000)
        libc.so.6 => /lib64/power5/libc.so.6 (0x00000400001ee000)
        /lib64/ld64.so.1 (0x0000040000000000)

But if I modify the (generated) libtool file to set
shlibpath_overrides_runpath=yes, 'make check' is OK.

On this machine, config.guess outputs: powerpc64-unknown-linux-gnu

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libtool depends on:
ii  autotools-dev             20070725.1     Update infrastructure for config.{
ii  cpp                       4:4.2.2-2      The GNU C preprocessor (cpp)
ii  file                      4.23-1         Determines file type using "magic"
ii  gcc [c-compiler]          4:4.2.2-2      The GNU C compiler
ii  gcc-2.95 [c-compiler]     1:2.95.4-27    The GNU C compiler
ii  gcc-3.4 [c-compiler]      3.4.6-6        The GNU C compiler
ii  gcc-4.1 [c-compiler]      4.1.2-19       The GNU C compiler
ii  gcc-4.2 [c-compiler]      4.2.2-7        The GNU C compiler
ii  gcc-4.3 [c-compiler]      4.3-20080116-1 The GNU C compiler
ii  libc6-dev [libc-dev]      2.7-6          GNU C Library: Development Librari

Versions of packages libtool recommends:
pn  libltdl3-dev                  <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to