Source: knxd
Version: 0.14.41-1
Severity: serious
Tags: ftbfs
knxd fails to build from source for all attempted architectures on the
buildds. A build log usually ends with:
| dh_autoreconf -a
| find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o
-path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec
md5sum {} + -o -type l -printf "symlink %p
| " > debian/autoreconf.before
| grep -q ^XDT_ configure.ac
| autoreconf -f -i
| configure.ac:30: error: AC_INIT should be called with package and version
arguments
| /usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
| configure.ac:30: the top level
| autom4te: /usr/bin/m4 failed with exit status: 1
| aclocal: error: /usr/bin/autom4te failed with exit status: 1
| autoreconf: aclocal failed with exit status: 1
| find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o
-path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec
md5sum {} + -o -type l -printf "symlink %p
| " > debian/autoreconf.after
| dh_autoreconf: error: autoreconf -f -i returned exit code 1
| make: *** [debian/rules:14: build-arch] Error 25
Could this be related to autoconf 2.70?
Helmut