On Wed, Jan 02, 2008 at 01:50:09AM +0000, Samuel Thibault wrote: > Kurt Roeckx, le Sat 08 Dec 2007 14:47:59 +0100, a écrit : > > Your package is failing to build on amd64 with the following error: > > dpkg-shlibdeps: failure: couldn't find library libgcj.so.9 needed by > > debian/gcc-snapshot/usr/lib/gcc-snapshot/lib64/libgcj_bc.so.1.0.0 (its > > RPATH is ''). > > Note: libraries are not searched in other binary packages that do not have > > any shlibs file. > > To help dpkg-shlibdeps find private libraries, you might need to set > > LD_LIBRARY_PATH. > > dh_shlibdeps: command returned error code 512 > > make[1]: [stamps/08-binary-stamp-snapshot] Error 1 (ignored) > > Same on a lot of other archs, probably due to dpkg 1.14.8's overhaul of > dpkg-shlibdeps. This shouldn't fail, however, since gcc-snapshot ships > everything in a single package, and dpkg-shlibdeps should already be > able to cope with this since version 1.14.11... Maybe this bug needs to > be reassigned to dpkg having some troubles in the gcc-snapshot package > case.
It's still failing with dpkg 1.14.14. Kurt