Hi, On Fri, 18 Apr 2014 13:12:20 +0000 Mario Domenech Goulart <[email protected]> wrote:
> The first release candidate for CHICKEN 4.9.0 has been released. It's > available at > http://code.call-cc.org/dev-snapshots/2014/04/17/chicken-4.9.0rc1.tar.gz > > See http://code.call-cc.org/dev-snapshots/2014/04/17/NEWS for the list > of changes. > > Please, give it a test and report back to the mailing list your > findings. > > Here's a suggested test procedure: > > $ make PLATFORM=<platform> PREFIX=<some dir> install check > $ <some dir>/bin/chicken-install pastiche > > If you want to build CHICKEN with a compiler other than the default one, > just use C_COMPILER=<the compiler> (e.g., C_COMPILER=clang) on the make > invocation. > > Of course, feel free to explore other supported build options (see the > README file for more information) and actually use CHICKEN 4.9.0rc1 for > your software. > > If you can, please let us know the following information about the > environment you tested the RC tarball on: > > Operating system: (e.g., FreeBSD 10.0, Debian 7, Windows XP mingw-msys) > Hardware platform: (e.g., x86, x86-64, PPC) > C Compiler: (e.g., GCC 4.8.1, clang 3.0-6.2) > Installation works?: yes or no > Tests work?: yes or no > Installation of eggs works?: yes or no Here's what I've got so far: Operating system HW C compiler Installation Tests Eggs --------------------+--------+------------+-------------+------+---- Ubuntu 14.04 x86-64 gcc 4.8.2 ok ok ok Ubuntu 14.04 x86-64 clang 3.4 ok ok ok Haiku R1/alpha4 x86 gcc 4.6.3 ok ok ok GNU Hurd x86 gcc 4.8.2 ok ok ok Debian Wheezy x86-64 gcc 4.7.2 ok ok ok Debian Wheezy x86-64 clang 3.0 ok ok ok Linux Mint 16 x86-64 gcc 4.8.1 ok ok ok Linux Mint 16 x86-64 clang 3.2 ok ok ok Windows 8.1 (mingw) x86 gcc 4.8.1 ok ok ok Yocto 1.6 (*) i.MX6 Quad gcc 4.8.2 ok -- ok (*) I used the Freescale's Community Yocto BSP (https://github.com/Freescale/fsl-community-bsp-platform) and the meta-chicken layer (https://github.com/OSSystems/meta-chicken) to cross-compile CHICKEN from x86-64 to ARM Cortex-A9 (wandboard-quad: http://wandboard.org/). The Yocto recipe for CHICKEN doesn't run tests, that's why you see '--' in the table. Best wishes. Mario -- http://parenteses.org/mario _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
