From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: bug#25782: guile: one test fails on Debian/HURD Date: Sat, 18 Feb 2017 08:26:48 +0200 Message-ID: <7730062a-a751-8658-35b4-aa6ee102a7c8@gmail.com> References: <87a89kvwx2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceyV3-0005Nj-As for bug-guix@gnu.org; Sat, 18 Feb 2017 01:28:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceyV0-00043b-5t for bug-guix@gnu.org; Sat, 18 Feb 2017 01:28:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ceyV0-00043W-2Z for bug-guix@gnu.org; Sat, 18 Feb 2017 01:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ceyUz-00083d-Qz for bug-guix@gnu.org; Sat, 18 Feb 2017 01:28:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceyTu-0004nI-Gd for bug-guix@gnu.org; Sat, 18 Feb 2017 01:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceyTr-0003VL-CK for bug-guix@gnu.org; Sat, 18 Feb 2017 01:26:54 -0500 In-Reply-To: <87a89kvwx2.fsf@gnu.org> 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: janneke@gnu.org, 25782@debbugs.gnu.org Hello Jan, Can you also send the build log, config log and envoronment variables log from the failed build? Manolis On 02/18/17 08:24, Jan Nieuwenhuizen wrote: > Running > > ./pre-inst-env guix package -i hello > > on Debian/HURD one test fails when building Guile > > Running 00-repl-server.test > FAIL: 00-repl-server.test: repl-server: simple expression - arguments: (expected-value "scheme@(repl-server)> $1 = 42\n" actual-value "scheme@(repl-server)> While reading expression:\nERROR: In procedure fport_fill_input: Resource temporarily unavailable\nscheme@(repl-server)> While reading expression:\nERROR: In procedure fport_fill_input: Resource temporarily unavailable\nscheme@(repl-server)> While reading expression:\nERROR: In procedure fport_fill_input: Resource temporarily unavailable\nscheme@(repl-server)> While reading expression:\nERROR: In procedure fport_fill_input: Resource temporarily unavailable\nscheme@(repl-server)> While reading expression:\nERROR: In procedure fport_fill_input: Resource temporarily unavailable\n$1 = 42\n") > > I'm using wip-hurd-native from > > https://gitlab.com/janneke/guix.git > > which adds to > > https://github.com/Phant0mas/guix-on-hurd.git > > a newer bootstrap guile and a procps-ng patch. > > --janneke >