Source: enchant Version: 2.1.2-1~exp1 Severity: serious Justification: fails to build from source (but built successfully in the past)
Hi, enchant/experimental does not clean properly after a successful build: (I didn't check the version from sid, it probably has the same problem) fakeroot debian/rules clean dh_testdir dh_testroot dh_autoreconf_clean rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || /usr/bin/make distclean make[1]: Entering directory '/build/enchant-2.1.2' CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/enchant-2.1.2/build-aux/missing aclocal-1.15 -I m4 /bin/bash: /build/enchant-2.1.2/build-aux/missing: No such file or directory Makefile:786: recipe for target 'aclocal.m4' failed make[1]: *** [aclocal.m4] Error 127 make[1]: Leaving directory '/build/enchant-2.1.2' debian/rules:72: recipe for target 'clean' failed make: *** [clean] Error 2 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 dh_autoreconf_clean is being called too early, it needs to be called after all cleanup was done, right before dh_clean. Andreas
enchant_2.1.2-1~exp1_twice.log.gz
Description: application/gzip