Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 2 available

2017-02-14 Thread Peter Bex
On Mon, Feb 06, 2017 at 10:45:29PM +1300, Evan Hanson wrote:
> If you can, please let us know the following information about the
> environment on which you test the RC:

Operating system: Ubuntu Linux 12.04.5 LTS
Hardware platform: x86
C Compiler: GCC 4.6.3
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 2 available

2017-02-10 Thread Erik Falor
On Mon, Feb 06, 2017 at 10:45:29PM +1300, Evan Hanson wrote:
> If you can, please let us know the following information about the
> environment on which you test the RC:

Operating system: Slackware 14.2
Hardware platform: armv7l (Raspberry Pi 2)
C Compiler: gcc (GCC) 5.3.1 20160409
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Operating system: Ubuntu 16.04 LTS
Hardware platform: x86-64
C Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

-- 
Erik Falor
Registered Linux User #445632http://unnovative.net


signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 2 available

2017-02-09 Thread Alexander . Shendi
Hi chicken-users,

here are the results for testing on Termux/Android:

=
Hardware platfrom: aarch64/ARM64
Operating System: Android 6.1/Cyanogenmod 13.0
C Compiler: clang 3.9.1
Test Procedure:

patch -p1 < ../chicken-termux.patch
TMPDIR=$HOME/tmp make PREFIX=$HOME/chickens/4.12.0RC2/ PLATFORM=android 
C_COMPILER=clang
TMPDIR=$HOME/tmp make PREFIX=$HOME/chickens/4.12.0RC2/ PLATFORM=android 
C_COMPILER=clang install
TMPDIR=$HOME/tmp make PREFIX=$HOME/chickens/4.12.0RC2/ PLATFORM=android 
C_COMPILER=clang check
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/chickens/4.12.0RC2/lib/
TMPDIR=$HOME/tmp $HOME/chickens/4.12.0RC2/bin/chicken-install r7rs

Test Results:
- Compilation: works
- Installation: works
- Tests: Deployment tests fail, all other tests pass
- Egg Installation: works

=

Maybe we could exclude the deployment tests under Termux/Android?

Here are the results for OpenBSD 6.0/amd64:

=
Hardware platfrom: amd64
Operating System: OpenBSD 6.0
C Compiler: gcc 4.2.1
Test Procedure:

gmake PREFIX=/usr/local PLATFORM=bsd
doas -u root gmake PREFIX=/usr/local PLATFORM=bsd install
gmake PREFIX=/usr/local PLATFORM=bsd check
doas -u root chicken-install r7rs

Test Results:
- Compilation: works
- Installation: works
- Tests: pass
- Egg Installation: works

=


Best regards,

Alexander

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 2 available

2017-02-09 Thread arc

Operating system: Ubuntu 16.04.1 LTS
Hardware platform: x86_64
C Compiler: gcc 5.4.0
Installation works?: Yes
Tests work?: Yes
Installation of eggs works?: Yes

I managed to get my G4 mac mini working, although it does seem inclined 
to random crashes, and grey screens of death on boot — it isn't a well 
machine:


Operating system: Debian GNU/Linux 8.7 (jessie)
Hardware platform: PowerPC
C Compiler: gcc 4.9.2
Installation works?: Y
Tests work?: Y
Installation of eggs works?: Y

I'd be happy to try on android, too, but I don't know how to go about 
doing that.  Can I compile things on android itself, or is it 
cross-compilation time?


Would this be a good place to start?

https://github.com/chicken-mobile/chicken-android-template

--
-arc

On 2017-02-06 22:45, Evan Hanson wrote:

Hello everyone,

The second release candidate for CHICKEN 4.12.0 is now available for
download:

  
http://code.call-cc.org/dev-snapshots/2017/02/06/chicken-4.12.0rc2.tar.gz


The SHA-256 sum of that tarball is:

  19bc4d2e2a866a84f5fcd71af55b4c924fa1409ad990e9d912e41d1975da7a3a

The list of changes since version 4.11.0 is available here:

  http://code.call-cc.org/dev-snapshots/2017/02/06/NEWS

There have been only minor changes since the previous release 
candidate.

These specifically relate to the iOS, macOS and Android platforms.

Please give this snapshot a try and report your findings to the mailing
list, particularly if you're able to contribute a test report for one 
of

the aforementioned platforms. Here's a suggested test procedure:

  $ make PLATFORM= PREFIX= install check
  $ /bin/chicken-install pastiche

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

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


0x869D6043.asc
Description: application/pgp-keys
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 2 available

2017-02-06 Thread Evan Hanson
Hello everyone,

The second release candidate for CHICKEN 4.12.0 is now available for
download:

  http://code.call-cc.org/dev-snapshots/2017/02/06/chicken-4.12.0rc2.tar.gz

The SHA-256 sum of that tarball is:

  19bc4d2e2a866a84f5fcd71af55b4c924fa1409ad990e9d912e41d1975da7a3a

The list of changes since version 4.11.0 is available here:

  http://code.call-cc.org/dev-snapshots/2017/02/06/NEWS

There have been only minor changes since the previous release candidate.
These specifically relate to the iOS, macOS and Android platforms.

Please give this snapshot a try and report your findings to the mailing
list, particularly if you're able to contribute a test report for one of
the aforementioned platforms. Here's a suggested test procedure:

  $ make PLATFORM= PREFIX= install check
  $ /bin/chicken-install pastiche

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


signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users