From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: A pleasant low-hanging fruit Date: Sat, 16 Mar 2013 01:01:39 +0100 Message-ID: <87d2v0tdp8.fsf@gnu.org> References: <876215iq7q.fsf@gnu.org> <513CBD99.8010808@gmail.com> 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]:48137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGeZL-0007Dp-Cg for bug-guix@gnu.org; Fri, 15 Mar 2013 20:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGeZK-0004Qc-HL for bug-guix@gnu.org; Fri, 15 Mar 2013 20:01:51 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=38483 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGeZK-0004Oc-CI for bug-guix@gnu.org; Fri, 15 Mar 2013 20:01:50 -0400 In-Reply-To: <513CBD99.8010808@gmail.com> (Cyril Roelandt's message of "Sun, 10 Mar 2013 18:06:33 +0100") 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: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > guix/scripts/package.scm:592:39: In procedure # guix/scripts/package.scm:588:37 (expr)>: > guix/scripts/package.scm:592:39: In procedure string-split: Wrong type > argument in position 1 (expecting string): #f This is actually =E2=80=98string-split=E2=80=99 as called by =E2=80=98offic= ial-gnu-packages=E2=80=99, called from =E2=80=98gnu-package?=E2=80=99. The problem is with Guile <=3D 2.0.5, whose HTTP client did not support chunked encoding. Commit 993fb66 should fix that. Can you confirm? After that, make sure to upgrade to a more recent Guile. :-) Ludo=E2=80=99.