Comment 12 for bug 205923

Revision history for this message
Aurelien Naldi (aurelien.naldi) wrote :

It failed again. It looks to be caused by the mozilla plugin this time (and it failed for the same reason on i386, I bet the plugin is disabled on the arch that succedeed)

mkdir -p -m755 debian/mozilla-openoffice.org/usr/lib/openoffice/program
for f in libnpsoplugin.so nsplugin; do \
  mv debian/openoffice.org-core/usr/lib/openoffice/program/$f debian/mozilla-openoffice.org/usr/lib/openoffice/program; \
 done
mv: cannot stat `debian/openoffice.org-core/usr/lib/openoffice/program/libnpsoplugin.so': No such file or directory
mv: cannot stat `debian/openoffice.org-core/usr/lib/openoffice/program/nsplugin': No such file or directory
make: *** [debian/stampdir/install-arch] Error 1
dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2
******************************************************************************
Build finished at 20080415-2122
FAILED [dpkg-buildpackage died]