Ryan Murray writes: > > DH_COMPAT=3 dh_makeshlibs -plibobjc1 \ > > -V 'libobjc1 (>= 1:3.0.2-0pre010908)' > > dh_shlibdeps -pgobjc-3.0 -plibobjc1 > > dpkg-shlibdeps: failure: ldd on `debian/libobjc1/usr/lib/libobjc.so.1.0.0' > > gave error exit status 1 > > dh_shlibdeps: command returned error code > > make[1]: *** [stamps/08-binary-stamp-objc] Error 1 > > make[1]: Leaving directory `/build/buildd/gcc-3.0-3.0.2ds1' > > make: *** [binary-arch] Error 2 > > libobjc.so.1.0.0 doesn't exist where the rules file thinks it does.
??? dh_shlibdeps searches for the files and passes them to dpkg-shlibdeps. So your analysis has a bug as well ;-) Is there a way to determine, why the ldd fails on the mips architecture? sorry, no access to a mips machine.