Discussion:
[Chicken-users] CHICKEN 5.0.0 release candidate 3 available
Peter Bex
2018-10-08 20:20:28 UTC
Permalink
Hello all,
The third release candidate for CHICKEN 5.0.0 is now available for
https://code.call-cc.org/dev-snapshots/2018/10/08/chicken-5.0.0rc3.tar.gz
237c88fcdd0d31f01923d9c5d0e4a564d22cdee98687a4e1daa2bc97d173e460
Correction, that's the sha256 of rc2 (copy paste mistake). The correct
value is 5df783518467d5166d64078baaf3ee17a23950e97e5e4957584fdd068a34dc46.

Regards,
The CHICKEN Team
Thomas Chust
2018-10-09 00:21:55 UTC
Permalink
[...]
The third release candidate for CHICKEN 5.0.0 is now available for
[...]
Please give this new release candidate a try and report your findings
$ 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
[...]
Hello,

the new release candidate seems to work fine for me :-)

Operating system: Linux Mint 18.3 / Ubuntu 16.04 LTS
Hardware platform: x86-64
C Compiler: GCC 8.2.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes, installed and passing its tests:
address-info .................................... version: 1.0.2
amb ............................................. version: 3.0.0
check-errors .................................... version: 3.1.1
compile-file ...................................... version: 0.1
condition-utils ................................. version: 2.1.0
elliptic-curves ................................. version: 1.0.3
fmt .......................................... version: 0.8.11.1
foreigners ........................................ version: 1.5
gochan .......................................... version: 5.2.8
iset .............................................. version: 2.0
lmdb ............................................ version: 1.0.0
matchable ......................................... version: 1.0
miscmacros ........................................ version: 1.0
modular-arithmetic .............................. version: 1.0.3
nanomsg ....................................... version: 1.0.0.6
object-evict ...................................... version: 0.1
optimism ........................................ version: 0.1.0
protobuf ........................................ version: 1.2.0
queues ............................................ version: 0.1
regex ............................................. version: 2.0
sql-null .......................................... version: 2.0
sqlite3 ......................................... version: 3.7.2
srfi-1 ............................................ version: 0.5
srfi-13 ........................................... version: 0.2
srfi-14 ........................................... version: 0.2
srfi-18 ........................................... version: 0.1
srfi-42 .......................................... version: 1.75
srfi-69 ........................................... version: 0.3
srfi-99 ......................................... version: 1.4.5
synch ........................................... version: 3.0.2
test .............................................. version: 1.0
tweetnacl ....................................... version: 1.4.0
utf8 ............................................ version: 3.5.0
webview ......................................... version: 1.0.0

Ciao,
Thomas
--
We live in a society absolutely dependent on science and technology
and yet have cleverly arranged things so that almost no one understands
science and technology. That's a clear prescription for disaster.
-- Carl Sagan
Peter Bex
2018-10-09 14:07:52 UTC
Permalink
Hi all,

I just tested under the recently released Haiku R1/beta1:

Operating system: Haiku
Hardware platform: x86-64
C Compiler: GCC 7.3.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

This time I did *not* run into the timestamp issue that would
cause things to be rebuilt if I didn't touch a file. Perhaps
Haiku has fixed this issue in their version of tar, or the
filesystem I am using has better timestamp resolution now, or
it's just luck.

Cheers,
Peter
Timo Myyrä
2018-10-09 17:49:46 UTC
Permalink
Hello all,
The third release candidate for CHICKEN 5.0.0 is now available for
https://code.call-cc.org/dev-snapshots/2018/10/08/chicken-5.0.0rc3.tar.gz
237c88fcdd0d31f01923d9c5d0e4a564d22cdee98687a4e1daa2bc97d173e460
The list of changes since 4.13.0 is available here (which is the
https://code.call-cc.org/dev-snapshots/2018/10/08/NEWS
Quite a few issues have been fixed, especially with chicken-install
and quoting (most of those on Windows). For an overview of fixed
https://bugs.call-cc.org/query?status=closed&version=5.0.0rc2&milestone=5.0&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority
Please give this new release candidate a try and report your findings
$ 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
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
_______________________________________________
Chicken-users mailing list
https://lists.nongnu.org/mailman/listinfo/chicken-users
Operating system: OpenBSD-current (6.4)
Hardware platform: x86-64
C Compiler: clang 6.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Noticed that chicken-do command doesn't have manual page at all.

Timo
Peter Bex
2018-10-09 18:19:27 UTC
Permalink
Post by Timo Myyrä
Operating system: OpenBSD-current (6.4)
Hardware platform: x86-64
C Compiler: clang 6.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes
Thanks for testing, Timo!
Post by Timo Myyrä
Noticed that chicken-do command doesn't have manual page at all.
Well spotted. We have a manual page, but it's missing from the tarball
and the Makefile doesn't have a rule to install it either. I've filed
https://bugs.call-cc.org/ticket/1547 to track this.

Cheers,
Peter
Peter Bex
2018-10-09 19:27:18 UTC
Permalink
I've done some tests on Windows 7 (32 bit):

Operating system: Windows 7 with MinGW32 (no MSYS)
Hardware platform: x86
C Compiler: GCC 6.3.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


Operating system: Windows 7 with MinGW32 (with MSYS)
Hardware platform: x86
C Compiler: GCC 6.3.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


Operating system: Windows 7 with Cygwin
Hardware platform: x86
C Compiler: GCC 6.4.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


I also tried with MSYS2, but I failed miserably. First it couldn't
find direct.h, then "make check" failed with static linking issues
on libc. I doubt this is a CHICKEN issue so I'm not filing a bug.
I'd appreciate if anyone with more MSYS2 knowledge chimed in.

Cheers,
Peter
Peter Bex
2018-10-12 13:21:32 UTC
Permalink
Tested with the Hurd:

Operating system: GNU Debian/Hurd 0.9 GNU Mach 1.8
Hardware platform: x86
C Compiler: GCC 8.2.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Cheers,
Peter
Peter Bex
2018-10-14 11:54:46 UTC
Permalink
Hi all,

I took out my old iBook G4 and tested rc3 on it:

Operating system: FreeBSD 11.1
Hardware platform: PPC
C Compiler: GCC 4.2.1
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Cheers,
Peter

Loading...