[Pkg-tcltk-devel] Bug#893119: tktreectl: FTBFS - ./configure not found

James Cowgill jcowgill at debian.org
Fri Mar 16 16:16:28 UTC 2018


Source: tktreectrl
Version: 2.2.8-2
Severity: serious
Tags: sid buster

Hi,

tktreectl FTBFS everywhere with:
>  debian/rules build-arch
> dh_testdir
> cp -f /usr/share/misc/config.sub config.sub
> cp -f /usr/share/misc/config.guess config.guess
> ./configure --build aarch64-linux-gnu \
> --prefix=/usr \
> --mandir=\${prefix}/share/man \
> --infodir=\${prefix}/share/info \
> --with-tcl=/usr/lib \
> --with-tk=/usr/lib \
> --with-tclinclude=/usr/include/tcl \
> --with-tkinclude=/usr/include/tcl \
> CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security" \
> LDFLAGS="-lm -Wl,-z,defs -Wl,--no-undefined -Wl,--as-needed"
> /bin/sh: 1: ./configure: not found
> debian/rules:20: recipe for target 'config-stamp' failed
> make: *** [config-stamp] Error 127
> dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2

This was caused by this change:
> @@ -16,8 +18,6 @@
>  config: config-stamp
>  config-stamp: 
>         dh_testdir
> -       $(MAKE) -f /usr/share/quilt/quilt.make patch
> -       autoreconf --force
>  ifneq "$(wildcard /usr/share/misc/config.sub)" ""
>         cp -f /usr/share/misc/config.sub config.sub
>  endif

You need to keep the call to autoreconf.

Please consider converting the package to use dh or at least use
dh_autoreconf instead.

Thanks,
James

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-tcltk-devel/attachments/20180316/2125fcca/attachment.sig>


More information about the Pkg-tcltk-devel mailing list