chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #67: chicken-install handles dependency chains incorr


From: Chicken Trac
Subject: [Chicken-janitors] #67: chicken-install handles dependency chains incorrectly
Date: Mon, 10 Aug 2009 02:40:08 -0000

#67: chicken-install handles dependency chains incorrectly
-----------------------------+----------------------------------------------
 Reporter:  iraikov          |       Owner:  felix
     Type:  defect           |      Status:  new  
 Priority:  critical         |   Milestone:       
Component:  core tools       |     Version:  4.1.x
 Keywords:  chicken-install  |  
-----------------------------+----------------------------------------------
 Dependency chains such as a -> b -> c must be handled by installing a
 first, then b, then c. However, chicken-install creates a list of
 dependencies of c, and then tries to install them in an order that is not
 necessarily correct.

 For example, the probdist library requires the srfi-4-utils library, which
 in turns requires srfi-4-comprehensions, which requires srfi-42.
 `chicken-install probdist' downloads srfi-4-utils, srfi-4-comprehensions,
 and srfi-42, and then proceeds to try to install srfi-4-comprehensions,
 which fails because srfi-42 has not been installed yet.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/67>
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]