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] 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] Is Android not unix?

2018-11-19 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: > > u0_a191@localhost ~/p/chicken-5.0.0> > csi -R tweetnacl -p '(make-symmetric-sign-key)' > > Error: (read-u8vector) bad argument type - not a

[Chicken-users] Is Android not unix?

2018-11-19 Thread Kristian Lein-Mathisen
Hi guys, I was trying tweetnacl on Termux on Android 9 and ran into this problem: u0_a191@localhost ~/p/chicken-5.0.0> csi -R tweetnacl -p '(make-symmetric-sign-key)' Error: (read-u8vector) bad argument type - not a port: #f This happens because tweetnacl creates its current-entropy-port