Re: [Chicken-users] Is Android not unix?

2018-11-25 Thread Matt Welland
On Mon, 2018-11-26 at 07:26 +0300, Kristian Lein-Mathisen wrote: > > I don't know how UserLand works, but there's no containerization in > Termux. It's just an terminal emulator with its own package manager > with quite a few packeges like emacs, gnu make and clang. So building > CHICKEN is

Re: [Chicken-users] Is Android not unix?

2018-11-25 Thread Kristian Lein-Mathisen
I don't know how UserLand works, but there's no containerization in Termux. It's just an terminal emulator with its own package manager with quite a few packeges like emacs, gnu make and clang. So building CHICKEN is pretty straight forward. K. On Mon, Nov 26, 2018, 06:46 elf I had no problem

Re: [Chicken-users] Is Android not unix?

2018-11-25 Thread elf
I had no problem compiling chicken in termux (though occasionally there are linkage warnings on android6). My understanding is that android is basically stripped down linux with a java overlord layer. No compatibility layer necessary. This is borne out by my current work on cross-system

Re: [Chicken-users] Is Android not unix?

2018-11-25 Thread Matt Welland
Isn't Termux similar to UserLand - a compatibility layer of sorts similar to LXC or LXD? If so, I would not be surprised to see incompatibilities. I had to do several hacks to get IUP working on UserLand. On Mon, 2018-11-19 at 13:10 +0100, Thomas Chust wrote: > On Mon, 19 Nov 2018 13:19:10 +0300

Re: [Chicken-users] Is Android not unix?

2018-11-25 Thread Kristian Lein-Mathisen
Thanks for following up on this, Thomas! tweetnacl 1.4.1 now works ootb on Termux. K. On Sun, Nov 25, 2018, 14:51 Thomas Chust On Mon, 19 Nov 2018 13:19:10 +0300 Kristian Lein-Mathisen < > kristianl...@gmail.com> wrote: > > > [...] > > I was trying tweetnacl on Termux on Android 9 and ran into

Re: [Chicken-users] new egg: simple-timer

2018-11-25 Thread Mario Domenech Goulart
Hi Jörg, On 25 Nov 2018 18:21:29 +0100 Jörg F. Wittenberger wrote: > Thanks Mario, > > I tagged a better version. Thanks. I've added your egg to the coop. All the best. Mario -- http://parenteses.org/mario ___ Chicken-users mailing list

Re: [Chicken-users] new egg: simple-timer

2018-11-25 Thread Jörg F . Wittenberger
Thanks Mario, I tagged a better version. Best /Jörg On Nov 24 2018, Mario Domenech Goulart wrote: Hi Jörg, On 24 Nov 2018 21:59:08 +0100 Jörg F. Wittenberger wrote: I packages a new new: simple-timer

[Chicken-users] Voting on the Tangerine Edition of R7RS-large begins!

2018-11-25 Thread John Cowan
Apologies to those who receive multiple copies of this posting. There are two ballots to vote on this time, the Tangerine Edition ballot, which decides what goes into R7RS-large, and the Orange Edition straw poll, which helps to decide what will go on the ballot for the future Orange Edition.

Re: [Chicken-users] Is Android not unix?

2018-11-25 Thread Thomas Chust
On Mon, 19 Nov 2018 13:19:10 +0300 Kristian Lein-Mathisen wrote: > [...] > I was trying tweetnacl on Termux on Android 9 and ran into this problem: > [...] Hello, a new version of tweetnacl (v1.4.1) should soon be available. Since I replaced the system-specific code dealing with entropy

Re: [Chicken-users] chicken-install package integrity/signing

2018-11-25 Thread Thomas Chust
Hello, implementing package signatures is technically not such a big deal (see the experimental example script here: https://paste.call-cc.org/paste?id=b5f6d4cce329d48d64eefbe0922b64aebb16a9e5 :-) But we need to decide who should be responsible for signatures and which keys should be trusted by

Re: [Chicken-users] openssl egg patch for default root certs

2018-11-25 Thread Thomas Chust
On Sun, 11 Nov 2018 23:35:08 -0600 Jim Ursetto wrote: > [...] > If you can find a better way I welcome it. My only request is that existing > eggs (particularly ones that call openssl through http-client) are able to > pull in the system default certs without changes to the eggs. It’s mainly