Source: cdo Version: 1.9.2+dfsg.1-3 Severity: serious Justification: fails to build from source (but built successfully in the past)
Hi, cdo fails to build twice in a row. The first build succeeds, the subsequent 'debian/rules clean' runs 'make distclean' which deletes 'b/cdoCompletion.bash', but this file is not regenerated during the second build. >From the attached buildlog from pbuilder --twice: // cleaning after the first build: [...] Making distclean in contrib make[3]: Entering directory '/build/cdo-1.9.2+dfsg.1/contrib' test -z "`ls cdoCompletion.*`" || rm -f `ls cdoCompletion.*` rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/cdo-1.9.2+dfsg.1/contrib' [...] // failing during the second build: [...] mkdir -p `pwd`/debian/tmp//etc/bash_completion.d `pwd`/debian/tmp///usr/share/zsh/functions/Completion/Linux cp contrib/cdoCompletion.bash `pwd`/debian/tmp//etc/bash_completion.d/cdo cp: cannot stat 'contrib/cdoCompletion.bash': No such file or directory debian/rules:88: recipe for target 'override_dh_auto_install' failed make[1]: *** [override_dh_auto_install] Error 1 make[1]: Leaving directory '/build/cdo-1.9.2+dfsg.1' debian/rules:7: recipe for target 'binary' failed make: *** [binary] Error 2 Andreas
cdo_1.9.2+dfsg.1-3_twice.log.gz
Description: application/gzip