Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Kristian Lein-Mathisen
Interesting. I can't fint that tag: $ git fetch origin 4.10.0rc1 remote: Counting objects: 3, done. remote: Compressing objects: 100% (3/3), done. remote: Total 3 (delta 2), reused 0 (delta 0) Unpacking objects: 100% (3/3), done. From git://code.call-cc.org/chicken-core * tag

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Christian Kellermann
* Kristian Lein-Mathisen kristianl...@gmail.com [150609 11:25]: Interesting. I can't fint that tag: How did you update? Git will only fetch tags from the server if you tell it to do so, for example git fetch --tags. The tag interestingly resides on a commit without a branch though, it sits on

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Kristian Lein-Mathisen
Interesting! I didn't know about git fetch --tags, that worked. But yes, it's not on a branch. We'll use this for our tests. Thanks everyone! K. On Tue, Jun 9, 2015 at 11:31 AM, Christian Kellermann ck...@pestilenz.org wrote: * Kristian Lein-Mathisen kristianl...@gmail.com [150609 11:25]:

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Juergen Lorenz
Hi all, thanks for suppying the new release candidate. I installed it, albeit the check target seemed to freeze at testing apply: I waited about 5 minutes on a lame machine, before I stopped it. Except numbers (Peter knows the reason), all the eggs I tested went through without troubles. Here

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Kristian Lein-Mathisen
Great work Moritz and the team! Looking forward to test this on our systems. We are building from the git repo, is there a tag/branch for 4.10.0? prerelease perhaps? K. On Sun, Jun 7, 2015 at 5:16 PM, Moritz Heidkamp mor...@twoticketsplease.de wrote: Hello everyone, we are happy to announce

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Peter Bex
On Tue, Jun 09, 2015 at 09:24:34AM +0200, Kristian Lein-Mathisen wrote: Great work Moritz and the team! Looking forward to test this on our systems. Excellent! I'd love to hear your feedback. We are building from the git repo, is there a tag/branch for 4.10.0? prerelease perhaps? Yes,

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Peter Bex
On Sun, Jun 07, 2015 at 05:16:07PM +0200, Moritz Heidkamp wrote: If you can, please let us know the following information about the environment you tested the RC tarball on: Operating system: FreeBSD 10.0 Hardware platform: x86-64 C Compiler: clang-3.3 Installation works?: yes Tests work?: yes

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Moritz Heidkamp
Hi, On 9 June 2015 12:56 CEST, Kristian Lein-Mathisen wrote: Interesting! I didn't know about git fetch --tags, that worked. But yes, it's not on a branch. We'll use this for our tests. Thanks everyone! turns out I only pushed the tag but not the commit it points to -- git's UI is indeed a

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

2015-06-09 Thread Erik Falor
Operating system: AIX 6.1 Hardware platform: PowerPC_POWER6 C Compiler: GCC 4.4.7 Installation works?: yes Tests work?: yes Installation of eggs works?: yes -- Erik Falor Registered Linux User #445632http://unnovative.net pgphukvWzybQW.pgp Description: PGP signature

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

2015-06-09 Thread Erik Falor
On Sun, Jun 07, 2015 at 05:16:07PM +0200, Moritz Heidkamp wrote: If you can, please let us know the following information about the environment you tested the RC tarball on: Operating system: GNU/Linux 3.18.9-v7-arm Hardware platform: armv7l C Compiler: GCC 4.9.2 Installation works?: yes Tests

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Peter Bex
On Sun, Jun 07, 2015 at 05:16:07PM +0200, Moritz Heidkamp wrote: If you can, please let us know the following information about the environment you tested the RC tarball on: Operating system: Debian 8.1 Hardware platform: Powerpc (32 bits, iBook G4) C Compiler: GCC 4.9.2 Installation works?:

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Leonardo Taccari
Hello Moritz and the entire Chicken community, First of all thank you very much for the release! Moritz Heidkamp writes: [...] If you can, please let us know the following information about the environment you tested the RC tarball on: [...] Operating system: NetBSD/amd64 7.99.18 Hardware

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 1 available

2015-06-09 Thread Christian Kellermann
Hi Jürgen! Juergen Lorenz j...@jugilo.de writes: Compiler: gcc-4.9.2-2 This compiler is known to cause this trouble. If you disable optimisations for this test, i.e. set -O0 for gcc the problem should go away. We still have to narrow it down to a small example we can report to the gcc