chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] CHICKEN 5.3.0 release candidate 3 available


From: Mario Domenech Goulart
Subject: Re: [ANN] CHICKEN 5.3.0 release candidate 3 available
Date: Thu, 23 Sep 2021 20:10:14 +0200

Hi,

On Mon, 20 Sep 2021 09:12:25 +0200 Peter Bex <peter@more-magic.net> wrote:

> The third release candidate for CHICKEN 5.3.0 is now available for
> download:
>
>   https://code.call-cc.org/dev-snapshots/2021/09/20/chicken-5.3.0rc3.tar.gz
>
> The sha256sum of that tarball is:
>
>   298ad5eab42ea56c3cc3fcc7343a510e0c41fc13d3b5bdd2f4b1a636458f8f67
>
> The list of changes since 5.2.0 and 5.3.0rc3 is available here:
>
>   https://code.call-cc.org/dev-snapshots/2021/09/20/NEWS
>
> This release candidate makes it possible to build with tcc again
> and fixes two issues on Windows: egg installation scripts were mixing
> uses of msys tools and Windows cmd directives and the test suite has
> some failures on Windows.
>
> Please give this new release candidate a try and report your findings
> to the mailing list.  Here's a suggested test procedure:
>
>   $ make PREFIX=<directory> install check
>   $ <directory>/bin/chicken-install pastiche
>
> If you can, please let us know the following information about the
> environment on which you test the RC:

Thanks for preparing the rc, Peter.  Here are my results:

Operating system: Debian 11.0
Hardware platform: x86-64
C compilers: GCC 10.2.1, clang 11.0.1-2, TCC 0.9.27
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

I used parallel make to build CHICKEN:

   $ make PREFIX=<directory> C_COMPILER=<compiler> -j4 all
   $ make PREFIX=<directory> C_COMPILER=<compiler> install check
   $ <directory>/bin/chicken-install pastiche

All the best.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]