From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: New =?utf-8?Q?=E2=80=9Cguix_refresh=E2=80=9D?= command Date: Sun, 28 Apr 2013 00:35:28 +0200 Message-ID: <874nerk3f3.fsf@gnu.org> References: <87ehdzlg89.fsf@gnu.org> <201304271211.44859.andreas@enge.fr> <87d2tfk7n0.fsf@gnu.org> <201304272314.26115.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWDiW-0003k2-4F for bug-guix@gnu.org; Sat, 27 Apr 2013 18:35:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWDiV-0002Uc-9q for bug-guix@gnu.org; Sat, 27 Apr 2013 18:35:40 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=39242 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWDiV-0002U7-3a for bug-guix@gnu.org; Sat, 27 Apr 2013 18:35:39 -0400 In-Reply-To: <201304272314.26115.andreas@enge.fr> (Andreas Enge's message of "Sat, 27 Apr 2013 23:14:25 +0200") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Samstag, 27. April 2013 schrieb Ludovic Court=C3=A8s: >> Can you confirm that it all works beautifully? :-) > > No. But is there progress? > > $ guix build hello [...] > 359: 1 [filtered-port # #] > In unknown file: > ?: 0 [fileno #] > > ERROR: In procedure fileno: > ERROR: In procedure fileno: Wrong type argument in position 1 (expecting= =20 > open file port): # Ah yes, that=E2=80=99s the failure I was initially expecting. Good news, n= o? :-) I=E2=80=99ll have to think a bit to find how to rewrite =E2=80=98filtered-p= ort=E2=80=99 to not assume that it=E2=80=99s passed a file-backed port. Ludo=E2=80=99.