chicken-users
[Top][All Lists]
Advanced

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

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


From: Jeronimo Pellegrini
Subject: [Chicken-users] Is this a bug? (chicken-install egg:version)
Date: Fri, 26 Mar 2010 17:46:34 -0300
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

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?

Using HEAD from master branch...

Thanks!
J.





reply via email to

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