Hi, On Mon, 15 Sep 2014 23:42:23 +0000 Matthias Klose <[email protected]> wrote: > dh_link usr/lib/libwaili/test usr/share/doc/libwaili/examples > dh_link usr/lib/libwaili/test usr/share/doc/libwaili-dev/examples > rm `pwd`/debian/tmp/usr/lib/libwaili.la > rm: cannot remove '/«PKGBUILDDIR»/debian/tmp/usr/lib/libwaili.la': No such > file or directory > make: *** [install-arch] Error 1 > debian/rules:41: recipe for target 'install-arch' failed > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status > 2
since the libtool binary was not found, libwaili.la was not generated and its removal failed. Depending on the intention of the removal, either build depend on libtool-bin instead of libtool or remove the line removing libwaili.la from debian/rules. cheers, josch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

