Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2019-03-01 Thread kooda
Jim Ursetto wrote: > - utf8: utf8-case-map files as above. Cannot currently be worked around as > the path is hardcoded. (There is technically a way but it is not good.) I have a patch for that egg that I use to release Ensemble, that gets rid of the extra files and bakes them into the binaries.

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2019-03-01 Thread felix . winkelmann
> > I might have found an issue here. There doesn’t seem to be a way to locate > the installed files after you’ve installed them into your install prefix. >[...] > > Although this isn’t widespread, it seems odd to have a property that is > write-only. Clearly, it is possible to check

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2019-02-28 Thread Jim Ursetto
> On Jun 18, 2017, at 3:35 PM, Mario Domenech Goulart > wrote: > > On Sun, 28 May 2017 23:22:40 +0200 felix.winkelm...@bevuta.com wrote: > >> Here a patch for this. CHICKEN_INSTALL_PREFIX overrides the bin, >> include or share directories when generating the install scripts. Note >> that the

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-06-18 Thread felix . winkelmann
> I've got a preliminary C5 port of salmonella working. It's here: > https://github.com/mario-goulart/salmonella/tree/chicken-5 > > Not all programs shipped by salmonella have been ported (only salmonella > and salmonella-log-viewer [*]), but salmonella is able to test itself, > at least. I've

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-06-18 Thread Mario Domenech Goulart
Hello, On Sun, 28 May 2017 23:22:40 +0200 felix.winkelm...@bevuta.com wrote: > Here a patch for this. CHICKEN_INSTALL_PREFIX overrides the bin, > include or share directories when generating the install scripts. Note > that the installed egg-info files refer to the new directory as well, > so

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-05-31 Thread Mario Domenech Goulart
Hello, On Wed, 31 May 2017 11:29:42 +0200 felix.winkelm...@bevuta.com wrote: >> Is CHICKEN_INSTALL_PREFIX intended to be used together with >> CHICKEN_INSTALL_REPOSITORY? If I don't set CHICKEN_INSTALL_REPOSITORY, >> extensions and .egg-info files end up in the canonical repository. Not >>

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-05-31 Thread Evan Hanson
On 2017-05-31 11:29, felix.winkelm...@bevuta.com wrote: > > Is CHICKEN_INSTALL_PREFIX intended to be used together with > > CHICKEN_INSTALL_REPOSITORY? If I don't set CHICKEN_INSTALL_REPOSITORY, > > extensions and .egg-info files end up in the canonical repository. Not > > sure if this is by

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-05-31 Thread felix . winkelmann
> Is CHICKEN_INSTALL_PREFIX intended to be used together with > CHICKEN_INSTALL_REPOSITORY? If I don't set CHICKEN_INSTALL_REPOSITORY, > extensions and .egg-info files end up in the canonical repository. Not > sure if this is by design. Yes, this is the case. I thought it is better to have two

Re: [Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-05-30 Thread Mario Domenech Goulart
On Sun, 28 May 2017 23:22:40 +0200 felix.winkelm...@bevuta.com wrote: > Here a patch for this. CHICKEN_INSTALL_PREFIX overrides the bin, > include or share directories when generating the install scripts. Note > that the installed egg-info files refer to the new directory as well, > so this is

[Chicken-hackers] [PATCH] Re: Alternative egg installation directories

2017-05-28 Thread felix . winkelmann
Hello! Here a patch for this. CHICKEN_INSTALL_PREFIX overrides the bin, include or share directories when generating the install scripts. Note that the installed egg-info files refer to the new directory as well, so this is not the same as DESTDIR. chicken-status + chicken-uninstall will list