めんてなのおしごと

Sat, Oct 28, 2017 in debian


sylph-searcherをdh10にあげようとしたら、dh-autoreconfでエラーになる。

   dh_autoreconf
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:13: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:13: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:21: installing './compile'
configure.ac:13: installing './missing'
Makefile.am: error: required file './AUTHORS' not found
commands/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
commands/Makefile.am: installing './depcomp'
common/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
searcher/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2

空のファイルをquiltで追加しようとしたらダメだったのでdebian/rulesでtouchで回避。で、sylph-searcherを更新してメーリングリストで要望を上げておいた。