From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 3E1036DE0962 for ; Wed, 19 Oct 2016 10:02:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fM18Sqygnmij for ; Wed, 19 Oct 2016 10:02:54 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 9EF476DE0946 for ; Wed, 19 Oct 2016 10:02:54 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bwuG9-0003Hp-6e; Wed, 19 Oct 2016 13:02:33 -0400 Received: (nullmailer pid 29778 invoked by uid 1000); Wed, 19 Oct 2016 17:02:47 -0000 From: David Bremner To: Gianfranco Costamagna , 841319@bugs.debian.org, notmuch@notmuchmail.org Subject: Re: Bug#841319: notmuch: testsuite fails with TERM=unknown In-Reply-To: <626424766.6980896.1476890374150@mail.yahoo.com> References: <626424766.6980896.1476890374150.ref@mail.yahoo.com> <626424766.6980896.1476890374150@mail.yahoo.com> Date: Wed, 19 Oct 2016 14:02:47 -0300 Message-ID: <87mvi0uv9k.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 17:02:55 -0000 Gianfranco Costamagna writes: > source: notmuch > version: 0.23-2 > severity: normal > tags: patch > > Hi dear maintainer, seems that the testsuite fails when TERM=unknown. > more precisely, Use "make V=1" to print test headings and PASSing results. INFO: using 2 minute timeout for tests FATAL: ./T160-json.sh: interrupted by signal 15 Looks like one of the invokations of emacs hangs when TERM=unknown > I propose you to apply this patch > > override_dh_auto_test: > ifeq ($(DEB_HOST_ARCH),armhf) > TERM=vt100 dh_auto_test || true > else > TERM=vt100 dh_auto_test > endif > or > override_dh_auto_test: > TERM=vt100 dh_auto_test > endif Hopefully we can fix this upstream; it's not a Debian specific issue. > in case you don't care about the Ubuntu armhf issue (but you will probably > have it in Debian too when gdb will be updated) It looks like a snapshot version of gdb in yakkety, so I'm reluctant to invest much effort into it. In particular 7.12 is already released upstream. A nicer way to skip only those tests that are broken with that particular version of gdb is is drop the build depends on gdb for armhf. We already do this in debian for a variety of architectures. In the not-implausible case that gdb 7.12 also causes problems for the test suite on armhf, I'll disable those tests there (unless they are fixable, of course).