From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#29776: [core-updates] gawk fails test suite on armhf Date: Tue, 19 Dec 2017 18:34:21 -0500 Message-ID: <87lghy1ede.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRRPd-0002cB-Q2 for bug-guix@gnu.org; Tue, 19 Dec 2017 18:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRRPa-0005Nh-Kr for bug-guix@gnu.org; Tue, 19 Dec 2017 18:35:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRRPa-0005NL-GH for bug-guix@gnu.org; Tue, 19 Dec 2017 18:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eRRPa-0002Ci-9I for bug-guix@gnu.org; Tue, 19 Dec 2017 18:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRRPL-0002Zh-Bz for bug-guix@gnu.org; Tue, 19 Dec 2017 18:34:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRRPI-00058j-6b for bug-guix@gnu.org; Tue, 19 Dec 2017 18:34:47 -0500 Received: from world.peace.net ([50.252.239.5]:43214) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eRRPI-000587-1u for bug-guix@gnu.org; Tue, 19 Dec 2017 18:34:44 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29776@debbugs.gnu.org On core-updates, 'gawk' fails to build on armhf: https://hydra.gnu.org/build/2392045 Here's the tail of the build log: --8<---------------cut here---------------start------------->8--- make[2]: Entering directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test' 1 TESTS FAILED make[2]: *** [Makefile:4128: pass-fail] Error 1 make[2]: Leaving directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test' make[2]: Entering directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/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 ============== _pty1 ============= *** pty1.ok 2014-01-20 19:53:01.000000000 +0000 --- _pty1 2017-12-19 09:34:25.516824947 +0000 *************** *** 1,2 **** ! 123 ! x is abc --- 1,4 ---- ! sh: /dev/tty: No such device or address ! sh: /dev/tty: No such device or address ! x is ! x is make[2]: *** [Makefile:4137: diffout] Error 1 make[2]: Leaving directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test' make[1]: *** [Makefile:1651: check] Error 1 make[1]: Leaving directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test' make: *** [Makefile:742: check-recursive] Error 1 phase `check' failed after 49.9 seconds builder for `/gnu/store/9f8adlrb6y8f1q0zfzk49x05ly4r6lp4-gawk-4.1.4.drv' failed with exit code 1 @ build-failed /gnu/store/9f8adlrb6y8f1q0zfzk49x05ly4r6lp4-gawk-4.1.4.drv - 1 builder for `/gnu/store/9f8adlrb6y8f1q0zfzk49x05ly4r6lp4-gawk-4.1.4.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8--- Mark