Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-14 Thread Peter Bex
Hi all, I tested on my old Debian/Hurd image. Operating system: Debian/Hurd 0.9 Hardware platform: x86 C Compiler: gcc 8.2.0 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Cheers, Peter signature.asc Description: PGP signature

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-14 Thread Peter Bex
Hi all, I've tested on Haiku. Everything worked, except for the fact that the timestamps of extracted files from tarballs are still messed up. So, I had to occasionally touch(1) a few .c files in order to avoid it trying to call "chicken" to recompile some Scheme files. This is a known issue

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-13 Thread Vasilij Schneidermann
Hello, Operating system: Raspbian Hardware platform: Raspberry Pi 2 (arm32) C Compiler: GCC Installation works?: yes Tests work?: yes Installation of eggs works?: yes Vasilij signature.asc Description: PGP signature ___ Chicken-users mailing list

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-11 Thread Peter Bex
Hi all, Tested on FreeBSD: Operating system: FreeBSD-11.2 Hardware platform: x86-64 C Compiler: clang 6.0.0 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Operating system: FreeBSD-11.2 Hardware platform: x86-64 C Compiler: gcc 8.2.0 Installation works?: yes Tests

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-10 Thread Thomas Chust
On Sat, 8 Jun 2019 15:07:34 +0200 Peter Bex wrote: > [...] > CHICKEN 5.1.0rc1 is now available at this location: > https://code.call-cc.org/dev-snapshots/2019/06/08/chicken-5.1.0rc1.tar.gz > [...] > Please give it a test and report your findings to the mailing list. > [...] Hello, testing the

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-10 Thread Alexander Shendi (Web.DE)
Operating system: NetBSD 8.99.42 Hardware platform: arm64 aka aarch64 C Compiler: GCC 7.4.0 (nb3 2019 03 19) Installation works?: yes Tests work?: yes (exit status 0) Installation of eggs works?: (r7rs egg) yes Best Regards, Alexander Am 8. Juni 2019 15:07:34 MESZ schrieb Peter Bex : >Hello

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-10 Thread Jeronimo Pellegrini
Operating system: Linux - LibreCMC/OpenWRT Hardware platform: MIPS32 C Compiler: gcc (5.4.0 for LibreCMC and 7.4.0 for OpenWRT) with musl Installation works?: yes Tests work?: did not try (cross-compiled and installed in a router) Installation of eggs works?: not supposed to (only csi works; csc

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-10 Thread Peter Bex
On Sun, Jun 09, 2019 at 10:23:14PM -0400, John Cowan wrote: > The output of "make test" was over 20,000 lines, some of which do have the > string "fail" in them. I've posted it at > if anyone wants to take a look. Hi John, That's normal. There are many

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread Evan Hanson
Thanks John. On 2019-06-09 22:23, John Cowan wrote: > The output of "make test" was over 20,000 lines, some of which do have the > string "fail" in them. I've posted it at > if anyone wants to take a look. That's actually a successful run; the tests exit

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread John Cowan
On Sat, Jun 8, 2019 at 9:08 AM Peter Bex wrote: > HHere's a suggested test procedure: > > $ make PLATFORM= PREFIX= install check > $ /bin/chicken-install pastiche > > Operating system: Cygwin on Windows 10 > Hardware platform: x86_64 > C Compiler: GCC 7.4.0 > Installation works?: yes > Tests

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread ipcore
Yes, running chicken-belt with -b will run make spotless. Which I assume is required to build bootstrap CHICKEN, but in this case also appears to break it. On the bright side: Building from tarball as suggested works. So... Operating system: Gentoo 2.6 Hardware platform: x86_64 C Compiler:

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread Peter Bex
On Sun, Jun 09, 2019 at 11:15:59PM +0200, ipc...@arcor.de wrote: > Hi, > > I failed to build 5.1.0rc1. > > log: > > http://paste.call-cc.org/paste?id=049edb2b007bd9a1859362a6e99818a282aa5201 > > I know I forgot to set the LINKER flag, but setting it doesn't change > anything. Likewise, using

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread ipcore
Hi, I failed to build 5.1.0rc1. log: http://paste.call-cc.org/paste?id=049edb2b007bd9a1859362a6e99818a282aa5201 I know I forgot to set the LINKER flag, but setting it doesn't change anything. Likewise, using GCC doesn't work either, neither does building without chicken-belt. OS: Gentoo

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread felix . winkelmann
Operating system: Linux Hardware platform: armv7 C Compiler: gcc Installation works?: yes Tests work?: yes Installation of eggs works?: yes felix ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread Sven Hartrumpf
Operating system: Ubuntu 19.04 Hardware platform: amd64 C Compiler: gcc 9.1.0 x32-ABI Installation works?: yes Tests work?: yes Installation of eggs works?: yes ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread felix . winkelmann
Operating system: OpenBSD 6.4, Hardware platform: amd64 C Compiler: gcc Installation works?: yes Tests work?: yes Installation of eggs works?: yes felix ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-09 Thread Peter Bex
On Sat, Jun 08, 2019 at 03:07:34PM +0200, Peter Bex wrote: > Please give it a test and report your findings to the mailing list. I've done some testing on Windows 7. Operating system: Windows 7 mingw-msys under mingw32 Hardware platform: x86 C Compiler: gcc Installation works?: yes Tests work?:

[Chicken-users] [ANN] CHICKEN 5.1.0 release candidate available

2019-06-08 Thread Peter Bex
Hello everyone, We are happy to announce the first release candidate of the upcoming CHICKEN 5.1.0. CHICKEN 5.1.0rc1 is now available at this location: https://code.call-cc.org/dev-snapshots/2019/06/08/chicken-5.1.0rc1.tar.gz The SHA256 sum of that tarball is