Discussion:
[Chicken-users] CHICKEN 5.0.0 release candidate 4 available
Peter Bex
2018-10-29 17:14:31 UTC
Permalink
Hello all,

The fourth release candidate for CHICKEN 5.0.0 is now available for
download:

https://code.call-cc.org/dev-snapshots/2018/10/29/chicken-5.0.0rc4.tar.gz

The sha256sum of that tarball is:

90dbd9d2ff7e95aa369a9ba3bb00ef849f5509fc6547861136359f22500d8cd9

The list of changes since 4.13.0 is available here (which is the
same as that of 5.0.0rc3):

https://code.call-cc.org/dev-snapshots/2018/10/29/NEWS

This release candidate fixes a handful of issues with chicken-install
and chicken-do. For an overview of fixed tickets since 5.0.0rc3, see
the Trac page:

https://bugs.call-cc.org/query?status=closed&version=5.0.0rc3&milestone=5.0&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority

Given that there were only a few issues found in rc3, it's likely that
this will be the last release candidate so we can make an official
release soon!

To help speed up the release, please also help test this new release
candidate and report your findings to the mailing list. Here's a
suggested test procedure:

$ make PLATFORM=<platform> PREFIX=<directory> install check
$ <directory>/bin/chicken-install -test awful

If you can, please let us know the following information about the
environment on which you test the RC:

Operating system: (e.g., FreeBSD 10.1, Debian 8, Windows 7 mingw-msys)
Hardware platform: (e.g., x86, x86-64, PPC)
C Compiler: (e.g., GCC 4.9.2, clang 3.6)
Installation works?: yes or no
Tests work?: yes or no
Installation of eggs works?: yes or no

Thanks in advance!

The CHICKEN Team
megane
2018-10-29 18:22:33 UTC
Permalink
Hello,

Everything looks OK here.

Operating system: Linux 4.15.0-34-generic #37~16.04.1-Ubuntu SMP Tue Aug 28 10:44:06 UTC 2018 x86_64 GNU/Linux
Hardware platform: x86-64
C Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes
Jörg F. Wittenberger
2018-10-29 21:19:49 UTC
Permalink
Operating system: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13)
x86_64 GNU/Linux Hardware platform: x86-64 C Compiler: gcc (Debian
6.3.0-18+deb9u1) 6.3.0 20170516 Installation works: yes Tests work: yes
Installation of eggs works: yes

/Jörg
Sebastien Marie
2018-10-29 18:45:34 UTC
Permalink
All is fine.

Operating system: OpenBSD 6.4-current (GENERIC.MP) #404: Sat Oct 27 22:12:40 MDT 2018
Hardware platform: x86-64
C Compiler: OpenBSD clang version 6.0.0 (tags/RELEASE_600/final) (based on LLVM 6.0.0)
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes
--
Sebastien Marie
Sven Hartrumpf
2018-10-29 20:24:44 UTC
Permalink
Hi.

I am testing rc4 with the X32 ABI.

Is it ok that C_COMPILER_OPTIMIZATION_OPTIONS is not respected when
building chicken-do?
I am using this make variable to pass in an -I option that is
required by Ubuntu's gcc-8 in X32 mode.
(Sorry, I have no cleaner solution right now.)
This approach fails when building chicken-do; everything else looks fine.

Ciao
Sven
Peter Bex
2018-11-01 11:52:39 UTC
Permalink
Post by Sven Hartrumpf
Hi.
I am testing rc4 with the X32 ABI.
Is it ok that C_COMPILER_OPTIMIZATION_OPTIONS is not respected when
building chicken-do?
I don't think that's intended. I've filed a ticket to track this:
https://bugs.call-cc.org/ticket/1554

Thanks for reporting!

Cheers,
Peter
Jérémy Farnaud
2018-10-29 21:43:18 UTC
Permalink
Operating system: Devuan Ascii (Linux 4.9.0-8-amd64)
Hardware platform: x86-64
C Compiler: gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Operating system: macOS High Sierra 10.13.6
Hardware platform: x86_64-apple-darwin17.7.0
C Compiler: Apple LLVM version 10.0.0 (clang-1000.11.45.2)
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes
Thomas Chust
2018-11-06 16:59:14 UTC
Permalink
Post by Peter Bex
[...]
The fourth release candidate for CHICKEN 5.0.0 is now available for
https://code.call-cc.org/dev-snapshots/2018/10/29/chicken-5.0.0rc4.tar.gz
[...]
If you can, please let us know the following information about the
Hello,

finally got around to testing the latest release candidate:

Operating system: Linux Mint 18.3 / Ubuntu 16.04
Hardware platform: x86-64
C Compiler: GCC 8.2.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Ciao,
Thomas
--
No woman should marry before she has slain her tenth man.
-- Drow Proverb
Loading...