On Wed, Jan 30, 2002 at 12:41:57PM +0100, Philipp Frauenfelder wrote: > The sparc buildd tried to build Scalapack and failed in > dh_shlibdeps after more than 6 hours with the following error > message: > [...] > >LD_LIBRARY_PATH=/usr/lib/libfakeroot:/usr/lib/64/libfakeroot:/build/buildd/scalapack-1.7 > dh_shlibdeps > ldd: /lib/ld-linux.so.2 exited with unknown exit code (132) > dpkg-shlibdeps: failure: ldd on >debian/scalapack-mpich-test/usr/lib/scalapack/xcevc-mpich' gave error exit status 1 > dh_shlibdeps: command returned error code
Try using the -l option to dh_shlibdeps instead of modifying LD_LIBRARY_PATH directly. This probably won't fix the problem, but it is a cleaner way to get what you want. You might check the source and find out what could cause ld-linux.so.2 to exit with code 132, and investigate from there. It could be a problem with the SPARC libaries, or just a transient failure. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

