From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: core-updates: coreutils: FAIL: tests/misc/nohup Date: Wed, 05 Mar 2014 22:24:25 +0100 Message-ID: <53179609.9080500@gmail.com> References: <874n3e1f2i.fsf@karetnikov.org> <5315D6E7.9000209@gmail.com> <87wqg9q48m.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLJOZ-0006iD-Tn for guix-devel@gnu.org; Wed, 05 Mar 2014 16:30:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLJOU-0007jn-H5 for guix-devel@gnu.org; Wed, 05 Mar 2014 16:30:31 -0500 In-Reply-To: <87wqg9q48m.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: guix-devel@gnu.org On 03/04/2014 06:10 PM, Ludovic Courtès wrote: > Cyril Roelandt skribis: > >> On 03/04/2014 10:35 AM, Nikita Karetnikov wrote: >>> ./tests/misc/nohup.sh: line 66: /dev/tty: No such device or address >>> + fail=1 >> >> ./tests/misc/nohup.sh: line 66: /dev/tty: No such device or address >> + fail=1 >> >> Hum, this should probably be disabled :) I don't think we can access >> /dev/tty inside the chroot... Or maybe we could run 'mknod' before the >> check' phase ? WDYT ? > > I’ve seen it on Hydra before. Could you come up with a patch that does > ‘test -f /dev/tty || exit 77’ in that test, and also submit it to > bug-coreutils@gnu.org? > It is currently discussed here: http://lists.gnu.org/archive/html/bug-coreutils/2014-03/msg00017.html. I'll push their patch to core-udpates when it lands in coreutils. Cyril.