From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: core-updates: coreutils: FAIL: tests/misc/nohup Date: Tue, 04 Mar 2014 14:36:39 +0100 Message-ID: <5315D6E7.9000209@gmail.com> References: <874n3e1f2i.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKpcJ-0007Bq-C8 for guix-devel@gnu.org; Tue, 04 Mar 2014 08:42:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKpcA-0001HV-3w for guix-devel@gnu.org; Tue, 04 Mar 2014 08:42:43 -0500 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:56018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKpc9-0001HD-T1 for guix-devel@gnu.org; Tue, 04 Mar 2014 08:42:34 -0500 Received: by mail-we0-f179.google.com with SMTP id x48so4880985wes.38 for ; Tue, 04 Mar 2014 05:42:32 -0800 (PST) In-Reply-To: <874n3e1f2i.fsf@karetnikov.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: Nikita Karetnikov , guix-devel@gnu.org 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 ? Cyril.