Package: valgrind Version: 1:3.1.0-1 Severity: important Hi,
valgrind is failing to build on amd64 with the following error: dh_shlibdeps: Compatibility levels before 4 are deprecated. /usr/bin/ldd: line 171: /lib/ld-linux.so.2: No such file or directory ldd: /lib/ld-linux.so.2 exited with unknown exit code (127) dpkg-shlibdeps: failure: ldd on `debian/valgrind/usr/lib/valgrind/x86-linux/vgpreload_memcheck.so' gave error exit status 1 dh_shlibdeps: command returned error code 256 make: *** [binary-arch] Error 1 If I understand things correctly, it shouldn't have any dependencies at all, not even to libc6 anymore. The 32 bit version of the dynamic linker can be found in ia32-libs, so you will either need to build-depend on that (or the -dev package), or not call dh_shlibdeps if you're 100% sure you don't need it. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

