chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #193: chicken-install breaks when egg version is spec


From: Chicken Trac
Subject: [Chicken-janitors] #193: chicken-install breaks when egg version is specified
Date: Fri, 26 Mar 2010 22:25:12 -0000

#193: chicken-install breaks when egg version is specified
------------------------+---------------------------------------------------
 Reporter:  mario       |       Owner:  felix
     Type:  defect      |      Status:  new  
 Priority:  major       |   Milestone:       
Component:  core tools  |     Version:  4.4.x
 Keywords:              |  
------------------------+---------------------------------------------------
 Reported by Jeronimo Pellegrini.

 I've attached a patch which seems to fix the problem, but I'm not sure if
 it does the right thing.

 {{{
 # 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...
 }}}

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/193>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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