chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Is this a bug? (chicken-install egg:version)


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] Is this a bug? (chicken-install egg:version)
Date: Fri, 26 Mar 2010 18:27:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi Jeronimo

On Fri, 26 Mar 2010 17:46:34 -0300 Jeronimo Pellegrini <address@hidden> wrote:

> When trying to install a specific version of any egg, chicken-install
> seems to get confused:
>
> # chicken-install -v
> 4.4.3
> # chicken-install srfi-42:1.7
>
> Error: (string=?) bad argument type: ("srfi-42" . "1.7")
> # chicken-install srfi-34:0.4
>
> Error: (string=?) bad argument type: ("srfi-34" . "0.4")
> # chicken-install tk:1.8
>
> Error: (string=?) bad argument type: ("tk" . "1.8")
> #
>
>>From the online help, it should work...
>
> # chicken-install -h 
> usage: chicken-install [OPTION | EXTENSION[:VERSION]] ...
> ...
>
> Is this a bug or am I doing something wrong?

It seems to be a bug.  Thanks for catching and reporting it.  I've
filled a but report (http://www.irp.oist.jp/trac/chicken/ticket/193) for
it.

The patch at
http://www.irp.oist.jp/trac/chicken/attachment/ticket/193/chicken-install-version.diff
seems to make it work, but I don't know if it is the right solution.

Best wishes.
Mario




reply via email to

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