Re: [ANN] CHICKEN 5.2.0 release candidate 2 available

2020-02-19 Thread Vasilij Schneidermann
Hello,

Operating system: Windows 10 mingw64-msys2
Hardware platform: x86-64
C Compiler: gcc.exe (Rev2, Built by MSYS2 project) 9.2.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes, tested with breadline

Operating system: Debian 10
Hardware platform: x86-64
C Compiler: gcc (Debian 8.3.0-6) 8.3.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes, tested with breadline

Vasilij


signature.asc
Description: PGP signature


Re: [ANN] CHICKEN 5.2.0 release candidate 2 available

2020-02-19 Thread Jérémy Farnaud

Hi, working fine here on macOS High Sierra.

>
>  $ make PLATFORM= PREFIX= install check
>  $ /bin/chicken-install awful
>


Operating system: macOS High Sierra Version 10.13.6
Hardware platform: x86_64-apple-darwin17.7.0
C Compiler: Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes



Re: [ANN] CHICKEN 5.2.0 release candidate 2 available

2020-02-19 Thread Jeronimo Pellegrini via
On Sun, Feb 16, 2020 at 09:10:46AM +0100, Peter Bex wrote:
> 
>   $ make PLATFORM= PREFIX= install check
>   $ /bin/chicken-install awful
> 
> If you can, please let us know the following information about the
> environment on which you test the RC:

It works on OpenWRT (and likely on LibreCMC also)!
 
Operating system: OpenWRT 19.07.1
Hardware platform: TP-Link Archer c7 (wireless router, MIPS architecture)
C Compiler: gcc 7.5.0, with musl
Installation works?: handcrafted installation after cross-compiling
Tests work?: did not try
Installation of eggs works?: yes

I have made two packages:

* chicken-scheme-interpreter, containing only csi, and with all binaries
  stripped
* chicken-scheme-full, with everything except the static library. In
  this version, the binaries are not stripped (otherwise csc won't
  work -- ld cannot link libchicken with the compiled object file).

https://gitlab.com/jpellegrini/openwrt-packages

csc, chicken-install and chicken-status seem to work!

It may take a long time for eggs to compile on small devices, and
several eggs will just not fit, but so long it seems to work fine.

J.