On Sun, Jan 07, 2007 at 10:02:25AM +0100, Petr Salinger <[EMAIL PROTECTED]> wrote: > Many thanks for applying patches. > > Unfortunately it again fails during make install, > this time slightly earlier. > > It might be due to "Updating dependencies file, .deps/.all.pp", > such lines are not in amd64 log.
I don't think so. The main error is: /usr/bin/ld: warning: libnspr4.so.0d, needed by ../../../dist/bin/libxpcomglue.so, not found (try using -rpath or -rpath-link) ../../../dist/bin/libxpcomglue.so: undefined reference to `PR_Malloc' ../../../dist/bin/libxpcomglue.so: undefined reference to `PR_snprintf' Which should not appear... the whole build is launched with LD_LIBRARY_PATH=/build/buildd/xulrunner-1.8.0.9/dist/lib, where this "missing" file is being installed earlier: ../../config/./nsinstall -R -m 444 ./libnspr4.a ./libnspr4.so.0d /build/buildd/xulrunner-1.8.0.9/dist/lib This is indeed very strange... It would need investigation as to why the linker doesn't find libnspr4.so.0d. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

