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

Reply via email to