Package: src:gawk
Version: 1:4.1.3+dfsg-0.1
Severity: important
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -B"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch --with autotools-dev
dh_testdir -a
dh_update_autotools_config -a
dh_autotools-dev_updateconfig -a
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg'
dh_auto_configure -- --disable-rpath
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --disable-rpath
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
[... snipped ...]
mpfrexprange
mpfrsort
mpfrsqrt
mpfrbigint
make[4]: Leaving directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg/test'
======== Done with MPFR tests ========
make[4]: Entering directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg/test'
1 TESTS FAILED
Makefile:3941: recipe for target 'pass-fail' failed
make[4]: *** [pass-fail] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg/test'
make[4]: Entering directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg/test'
for i in _* ; \
do \
if [ "$i" != "_*" ]; then \
echo ============== $i ============= ; \
base=`echo $i | sed 's/^_//'` ; \
if [ -r ${base}.ok ]; then \
diff -c ${base}.ok $i ; \
else \
diff -c "."/${base}.ok $i ; \
fi ; \
fi ; \
done | more
============== _strftime =============
*** strftime.ok Fri Jan 6 01:30:24 2017
--- _strftime Fri Jan 6 01:30:24 2017
***************
*** 1 ****
! Fri Jan 6 01:30:25 GMT 2017
--- 1 ----
! Fri Jan 6 01:30:24 GMT 2017
make[4]: Leaving directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg/test'
Makefile:1583: recipe for target 'check' failed
make[3]: *** [check] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg/test'
Makefile:742: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg'
debian/rules:24: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/gawk-4.1.3+dfsg'
debian/rules:15: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--------------------------------------------------------------------------------
This is just how the build ends, not necessarily the relevant part.
I've put several build logs here:
https://people.debian.org/~sanvila/build-logs/gawk/
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the page for this package.
The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).
Thanks.