[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #929: chicken-install should rm shared libraries
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #929: chicken-install should rm shared libraries prior to install |
Date: |
Fri, 25 Oct 2013 19:47:11 -0000 |
#929: chicken-install should rm shared libraries prior to install
-----------------------------+----------------------------------------------
Reporter: zbigniew | Owner: zbigniew
Type: defect | Status: reopened
Priority: minor | Milestone: 4.9.0
Component: core libraries | Version: 4.8.x
Resolution: | Keywords:
-----------------------------+----------------------------------------------
Comment(by mario):
In case of reinstallation, chicken-install could obtain the list of
current installed files by egg by inspecting the .setup-info file
'''before''' overwriting it. Then only remove files in the old version
(installed) but not in the new version (to be installed).
However, I'm not sure this strategy would work for eggs which don't use
{{{install-{extension,program,script}}}} from setup-api.
--
Ticket URL: <http://bugs.call-cc.org/ticket/929#comment:5>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.