[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dpkg-shlibdeps: warning: format of libnss3.so not recognized



I just tried to build mozilla from sid source on my woody system.  At
the second stage, fakeroot debian/rules binary, I get a bunch of errors like
dpkg-shlibdeps: warning: format of libnss3.so not recognized
There are a lot of these errors for various .so files.


I also get some can't find file errors at the very start:
ross@wheat:/usr/local/src/mozilla/mozilla-1.0.0$ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs -a
/usr/bin/make -f debian/PackageMakefile DESTDIR=/usr/local/src/mozilla/mozilla-1.0.0/debian/tmp DIST=build-tree/mozilla/dist prefix=/usr install-package
make[1]: Entering directory `/usr/local/src/mozilla/mozilla-1.0.0'
for i in lib/mozilla bin share/idl/mozilla include/mozilla \
	 include/moznss; do \
    mkdir -p /usr/local/src/mozilla/mozilla-1.0.0/debian/tmp/usr/$i; \
done
for i in chrome components defaults dtd icons plugins res searchplugins splash.xpm ; do \
    (cd build-tree/mozilla/dist/bin; tar chf - $i | \
	tar -C /usr/local/src/mozilla/mozilla-1.0.0/debian/tmp/usr/lib/mozilla -xhf -); \
done
tar: dtd: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
tar: splash.xpm: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
for i in libfort.so libgkgfx.so libgtkembedmoz.so libgtksuperwin.so libgtkxtbin.so libjsj.so libldap50.so libmoz_art_lgpl.so libmozjs.so libmozpango-thaix.so libmozpango.so libmsgbaseutil.so libnspr4.so libnss3.so libplc4.so libplds4.so libprldap50.so libsmime3.so libsoftokn3.so libssl3.so libswft.so libxlibrgb.so libxpcom.so libxpistub.so ; do \
    (cd build-tree/mozilla/dist/lib; tar chf - $i | \
	tar -C /usr/local/src/mozilla/mozilla-1.0.0/debian/tmp/usr/lib/ -xhf -); \
done
tar: libmoz_art_lgpl.so: Cannot stat: No such file or directory


I'd appreciate any clues about what's going on and whether these
errors are serious.  I currently have woody mozilla installed. I think
I have the necessary build depends, although I've got libjpeg62-dev
instead of libjpeg-dev.

Thanks.


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: