Package: fltk1.1 Version: 1.1.6-4 Severity: serious There was an error while trying to autobuild your package:
> Automatic build of fltk1.1_1.1.6-4 on ninsei by sbuild/i386 33 > Build started at 20050520-1525 [...] > ** Using build dependencies supplied by package: > Build-Depends: cdbs (>= 0.2.8), debhelper (>= 4.1.46), libjpeg62-dev, > libpng12-dev, libxft-dev (>> 2.1.2), libxext-dev | xlibs-dev (<< 4.3.0), > libx11-dev | xlibs-dev (<< 4.3.0), zlib1g-dev | libz-dev, xlibmesa-gl-dev | > libgl-dev, xlibmesa-glu-dev | libglu-dev, g++ (>= 2:3.2) [...] > config.status: creating makeinclude > config.status: creating fltk.list > config.status: creating fltk-config > config.status: creating FL/Makefile > config.status: creating config.h > if test "" = "post" ; then \ > if test -e ./libtool ; then cp -f /usr/bin/libtool ./libtool ; fi ; \ > fi > make OPTIM="-g -Wall -O2 -Wunused -Wconversion -fPIC -D_REENTRANT" > make[1]: Entering directory `/build/buildd/fltk1.1-1.1.6' > autoconf > make[1]: autoconf: Command not found > make[1]: *** [configure] Error 127 > make[1]: Leaving directory `/build/buildd/fltk1.1-1.1.6' > make: *** [debian/stamp-makefile-build] Error 2 A full build log can be found at: http://buildd.debian.org/build.php?arch=i386&pkg=fltk1.1&ver=1.1.6-4 IMHO, The best way to fix this FTBFS is to add AM_MAINTAINER_MODE to configure.in, and then reautoconf the package. Then the generated makefiles won't have rules to rebuild the autoconf files by default. Otherwise, you have to make sure that the timestamps of all autoconf related files modified in your diff satisfy the dependencies in the makefiles. You currently modify aclocal.m4, configure, and configure.in in the diff, but don't satisfy all of the autoconf rules in the generated Makefile. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]