Bug#700525: sundials: not linked properly against lapack

Julian Taylor jtaylor.debian at googlemail.com
Wed Feb 13 21:33:46 UTC 2013


Package: sundials
Version: 2.5.0-1
Severity: normal

even though lapack is in the build dependencies and is picked up by the
configure step it is not linked against the libraries that need it and
is thus also lacking a binary dependency:

ldd -r /usr/lib/libsundials_cvodes.so.2
	linux-vdso.so.1 =>  (0x00007fff77dff000)
	/usr/lib/libeatmydata/libeatmydata.so (0x00007f8a152e4000)
	/usr/lib/cowdancer/libcowdancer.so (0x00007f8a150e0000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8a14e5b000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8a14ad1000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8a148cd000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f8a1571c000)
undefined symbol: dcopy_	(/usr/lib/libsundials_cvodes.so.2)
undefined symbol: dscal_	(/usr/lib/libsundials_cvodes.so.2)
undefined symbol: dgbtrs_	(/usr/lib/libsundials_cvodes.so.2)
undefined symbol: dgbtrf_	(/usr/lib/libsundials_cvodes.so.2)
undefined symbol: dgetrf_	(/usr/lib/libsundials_cvodes.so.2)
undefined symbol: dgetrs_	(/usr/lib/libsundials_cvodes.so.2)

see also:
https://bugs.launchpad.net/ubuntu/+source/sundials/+bug/1124062



More information about the debian-science-maintainers mailing list