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

2016-04-05 Thread Timo Myyrä
Peter Bex writes: > Hello everyone, > > we are happy to announce the first release candidate of the upcoming > CHICKEN 4.11.0. It is now available at this location: > > http://code.call-cc.org/dev-snapshots/2016/04/04/chicken-4.11.0rc1.tar.gz > > The SHA 256 sum of that

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

2016-04-05 Thread Peter Bex
Hi all, To reply to my own mail, I've tested on Debian, in 6 different configurations. Spoiler alert: all work fine except clang on ppc: Operating system: Debian Wheezy (7.9) Hardware platform: x86 C Compiler: GCC 4.7.2 AND clang 3.0 Installation works?: yes Tests work?: yes Installation of

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

2016-04-05 Thread Kooda
Thanks a lot for this release candidate! :) Operating system: AlpineLinux 3.3 (Busybox/Linux with musl libc) Hardware platform: ARMv7 (32bits) C Compiler: GCC 5.3.0 Installation works?: Yes Tests work?: Yes Installation of eggs works?: Yes (spiffy) I got some warnings at compilation, but

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

2016-04-05 Thread Bahman Movaqar
On 04/05/2016 12:34 AM, Peter Bex wrote: > we are happy to announce the first release candidate of the upcoming > CHICKEN 4.11.0. Great job CHICKEN people! > Here's a suggested test procedure: > > $ make PLATFORM= PREFIX= install check Went all fine. > $ /bin/chicken-install pastiche

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

2016-04-05 Thread Matt Gushee
​se​ On Tue, Apr 5, 2016 at 4:06 AM, Bahman Movaqar wrote > On 04/05/2016 02:33 PM, Matt Gushee wrote: > > > csi and csc appear to work, but chicken-install segfaults: > > Have you set `CHICKEN_PREFIX` and `CHICKEN_REPOSITORY` to point to the > new installation directory?

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

2016-04-05 Thread Bahman Movaqar
On 04/05/2016 02:33 PM, Matt Gushee wrote: > Okay, the news is better than before, but not all good. > > OS: Manjaro Linux > Platform: x86_64 > Compiler: gcc 5.3.0 > Installation works? yes > Tests work? yes > Installation of eggs works? NO > > csi and csc appear to work, but

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

2016-04-05 Thread Matt Gushee
Okay, the news is better than before, but not all good. OS: Manjaro Linux Platform: x86_64 Compiler: gcc 5.3.0 Installation works? yes Tests work? yes Installation of eggs works? NO csi and csc appear to work, but chicken-install segfaults: $ chicken-install ​readline Error:

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

2016-04-05 Thread Matt Gushee
I guess one of my incidental actions did screw things up. I've started over, and this time compilation was successful. On Tue, Apr 5, 2016 at 3:34 AM, Matt Gushee wrote: > Sure. The main commands I ran were: > > $ tar zxvf /var/tmp/chicken-4.11.0rc1.tar.gz > > $ cd

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

2016-04-05 Thread Peter Bex
On Tue, Apr 05, 2016 at 03:34:21AM -0600, Matt Gushee wrote: > Sure. The main commands I ran were: > > $ tar zxvf /var/tmp/chicken-4.11.0rc1.tar.gz > > $ cd chicken-4.11.0rc1/ > > $ make PLATFORM=linux PREFIX=/opt/chicken411 > > Also before the make invocation, I did some ls's and

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

2016-04-05 Thread Matt Gushee
Sure. The main commands I ran were: $ tar zxvf /var/tmp/chicken-4.11.0rc1.tar.gz $ cd chicken-4.11.0rc1/ $ make PLATFORM=linux PREFIX=/opt/chicken411 Also before the make invocation, I did some ls's and less's, and also did export LC_ALL=C ... hoping it might cause 'ls [A-Z]*' to

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

2016-04-05 Thread Peter Bex
On Tue, Apr 05, 2016 at 12:02:52AM -0600, Matt Gushee wrote: > Thanks for the new release. Here's my compilation report: > > Operating system: Manjaro Linux > Hardware platform: x86_64 > C Compiler: gcc 5.3.0 > > Compilation fails with the messages shown below. This is apparently the > first

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

2016-04-05 Thread Peter Bex
On Tue, Apr 05, 2016 at 05:24:06AM +0200, alexander.she...@web.de wrote: > On Tue, Apr 05, 2016 at 05:12:35AM +0200, alexander.she...@web.de wrote: > > On Mon, Apr 04, 2016 at 10:04:17PM +0200, Peter Bex wrote: > > > Hello everyone, > > > > > > we are happy to announce the first release candidate

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

2016-04-05 Thread Matt Gushee
Thanks for the new release. Here's my compilation report: Operating system: Manjaro Linux Hardware platform: x86_64 C Compiler: gcc 5.3.0 Compilation fails with the messages shown below. This is apparently the first invocation of 'chicken' - which on my system refers to the installed chicken