Re: [Chicken-users] trouble installing utf8 egg

2019-03-02 Thread Mario Domenech Goulart
Hi Paul,

On Sat, 2 Mar 2019 10:16:56 -0500 paul wisehart  wrote:

> On Sat, Mar 02, 2019 at 11:24:13AM +0100, ko...@upyum.com wrote:
>> BUT, yesterday evening I updated the utf8 egg so that it doesn’t install
>> extra files, so if you retry now, it should work.
>
> Thanks!  That worked.
> Is there a repo for the eggs so I can see what you did?
> thanks again

You can check out a copy of the svn repo:

  $ svn co https://code.call-cc.org/svn/chicken-eggs/release/5/utf8

Or you can browse the web interface here:

  http://bugs.call-cc.org/browser/project/release/5/utf8

All the best.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] trouble installing utf8 egg

2019-03-02 Thread paul wisehart
On Sat, Mar 02, 2019 at 11:24:13AM +0100, ko...@upyum.com wrote:
> BUT, yesterday evening I updated the utf8 egg so that it doesn’t install
> extra files, so if you retry now, it should work.

Thanks!  That worked.
Is there a repo for the eggs so I can see what you did?
thanks again

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] trouble installing utf8 egg

2019-03-02 Thread kooda
paul wisehart  wrote:
> Hi,
> 
> When I try to install utf8 i get error:
> /.chicken-install/cache/utf8/utf8.import.so
>   installing utf8
>   install: /usr/local/share/chicken/INS@1vVEM7m4ZP: Permission denied
> 
>   Error: shell command terminated with nonzero exit code
>   256
>   "sh /home/wise/.chicken-install/cache/utf8/utf8.install.sh"

Hi!

The problem is most probably that the utf8 egg tries to install some files
outside of CHICKEN_INSTALL_REPOSITORY, that’s a known issue and it
can’t be fixed with environment variables.

What we usually advise is to have a custom installation of CHICKEN where
it has write access, inside your $HOME for example.

BUT, yesterday evening I updated the utf8 egg so that it doesn’t install
extra files, so if you retry now, it should work.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users