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

Bug#817988: libc6-dev: libm.so no longer a symlink in 2.22-2 ; break dlopen() in mpi4py



Package: libc6-dev
Version: 2.22-2
Severity: serious
Justification: Policy 8.4

/usr/lib/$ARCH/libm.so is no longer a symlink in 2.22-2, thus breaking packages
which try to use it.
In particular, mpi4py dynamically links libm.so leading an FTBFS #817884

>>> from mpi4py import dl
>>> libm='libm.so'
>>> handle = dl.dlopen(libm, dl.RTLD_LOCAL|dl.RTLD_LAZY)
>>> dl.dlerror()
'/usr/lib/x86_64-linux-gnu/libm.so: invalid ELF header'


-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_IE.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libc6-dev depends on:
ii  libc-dev-bin    2.19-18+deb8u3
ii  libc6           2.19-18+deb8u3
ii  linux-libc-dev  3.16.7-ckt20-1+deb8u4

libc6-dev recommends no packages.

Versions of packages libc6-dev suggests:
pn  glibc-doc     <none>
ii  manpages-dev  3.74-1

-- no debconf information


Reply to: