[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1792: Some eggs install into system /share and /bin (even when CHIC
From: |
Chicken Trac |
Subject: |
Re: #1792: Some eggs install into system /share and /bin (even when CHICKEN_INSTALL_REPOSITORY is set); this fails when the directory is RO |
Date: |
Thu, 14 Oct 2021 20:12:30 -0000 |
#1792: Some eggs install into system /share and /bin (even when
CHICKEN_INSTALL_REPOSITORY is set); this fails when the directory is RO
------------------------------------+---------------------
Reporter: Norman Gray | Owner: (none)
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 5.2.0
Resolution: | Keywords:
Estimated difficulty: |
------------------------------------+---------------------
Comment (by evhan):
The location of these files can be controlled by `CHICKEN_INSTALL_PREFIX`.
This is what the Nix helpers in the
[https://git.sr.ht/~evhan/beaker/tree/ca9604fc/item/default.nix#L42-43
beaker egg] use, for example, to make sure these files end up in the build
directory.
Interestingly this isn't documented so it might not be intended for end
users to change, I'm not sure. But either way files like these go in a
different location than the ones that get stuffed into the egg repository
(the thing controlled by `CHICKEN_INSTALL_REPOSITORY`).
--
Ticket URL: <https://bugs.call-cc.org/ticket/1792#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.