Hi, On Mon, 15 Sep 2014 23:41:39 +0000 Matthias Klose <[email protected]> wrote: > mv /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth/usr/lib/x86_64-linux-gnu > /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth-lib/usr/lib/x86_64-linux-gnu > find /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth > /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth-common > /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth-lib -type d -empty -print | > xargs rmdir > find /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth > /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth-common > /«BUILDDIR»/gforth-0.7.2+dfsg1/debian/gforth-lib -name '*.la' -print | xargs > rm > rm: missing operand > Try 'rm --help' for more information. > make[1]: *** [override_dh_auto_install] Error 123 > debian/rules:45: recipe for target 'override_dh_auto_install' failed > make[1]: Leaving directory '/«BUILDDIR»/gforth-0.7.2+dfsg1' > make: *** [binary] Error 2 > debian/rules:66: recipe for target 'binary' failed > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status > 2
gforth conditionally builds the *.la file depending on whether the libtool binary is available. But the `find | xargs` command from debian/rules expects that some *.la files have been produced and hence above error is produced. gforth should build depend on libtool-bin to ensure that the libtool binary is installed. cheers, josch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

