chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1469: Egg installation doesn't work when CHICKEN_INS


From: Chicken Trac
Subject: [Chicken-janitors] #1469: Egg installation doesn't work when CHICKEN_INSTALL_REPOSITORY is a relative path
Date: Wed, 30 May 2018 22:54:53 -0000

#1469: Egg installation doesn't work when CHICKEN_INSTALL_REPOSITORY is a 
relative
path
------------------------+----------------------------
 Reporter:  evhan       |                 Owner:
     Type:  defect      |                Status:  new
 Priority:  major       |             Milestone:  5.0
Component:  core tools  |               Version:  5.0
 Keywords:              |  Estimated difficulty:
------------------------+----------------------------
 If you set `CHICKEN_INSTALL_REPOSITORY` to relative path and install an
 egg, the generated install script will put the egg's files under
 `~/.chicken-install/cache` rather than in the actual repository.

 {{{
 $ mkdir foo
 $ export CHICKEN_INSTALL_REPOSITORY=foo
 $ chicken-install srfi-1 >/dev/null
 $ ls foo
 $ chicken-status
 (none)
 $ find ~/.chicken-install/cache/srfi-1/foo -type f
 /home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.import.so
 /home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.o
 /home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.so
 /home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.link
 /home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.egg-info
 /home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.types
 }}}

--
Ticket URL: <https://bugs.call-cc.org/ticket/1469>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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