chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken-install from behind a proxy?


From: Nicolas Pelletier
Subject: Re: [Chicken-users] chicken-install from behind a proxy?
Date: Thu, 26 Nov 2009 11:13:11 +0900

Hello,

On Wed, Nov 25, 2009 at 8:34 PM, Mario Domenech Goulart
<address@hidden> wrote:
>
> Felix has just implemented this feature.  See
> http://chicken.wiki.br/cgi-bin/gitweb/gitweb.cgi?p=chicken-core.git;a=commit;h=895a4d51277071deee6cfe0f0e2a04f0bc10813e

Thank you. I tried the patch over a vanilla 4.2.0. I am now able to
see the download going through the proxy, but the installation still
fails with the following error:

> reading files ...
>   ./kanren.scm
> Error: invalid file name - possibly corrupt transmission: |# 
> "./kanren-runtime.scm" 82966
> ;                       The body of KANREN
> ;
> ; The appropriate prelu...

Inspecting what is really received on the wire shows that the data
begins with a newline followed by this line:

#|--------------------|# "./kanren.scm" 83807

It looks like the (read) operation in setup-download.scm (line 250 for
me) does not skip over the last |#. Any ideas what might be causing
this?

Regards,

-- 
Nicolas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]