Operating system: OS X 10.10.5 (Yosemite)
Hardware platform: x86-64
C Compiler: Apple LLVM version 7.0.2 (clang-700.1.81)
Installation works?: yes
Tests work?: yes
Installation of eggs works?: no

The tests produced a number of warnings and errors which I think were either expected or harmless, but I don't think any tests failed (though there wasn't a big 'nnn tests passed 0 tests failed' at the end).

The installation of spiffy failed with:

[...]
/Data/tools/chicken-5.0.0rc1-clang/bin/csc -host -D compiling-extension -J -s -setup-mode -I /Users/norman/.chicken-install/cache/memory-mapped-files -C -I/Users/norman/.chicken-install/cache/memory-mapped-files -O2 -d1 /Users/norman/.chicken-install/cache/memory-mapped-files/memory-mapped-files.scm -o /Users/norman/.chicken-install/cache/memory-mapped-files/memory-mapped-files.so /Users/norman/.chicken-install/cache/memory-mapped-files/memory-mapped-files.c:395:85: error: use of undeclared identifier 'MAP_ANONYMOUS' t11=C_set_block_item(lf[14] /* memory-mapped-files#map/anonymous */,0,C_fix((C_word)MAP_ANONYMOUS));
                                                                                
    ^
/Data/tools/chicken-5.0.0rc1-clang/include/chicken/chicken.h:1023:56: note: expanded from macro 'C_fix' #define C_fix(n) ((C_word)((C_uword)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT)
                                                       ^
/Data/tools/chicken-5.0.0rc1-clang/include/chicken/chicken.h:995:59: note: expanded from macro 'C_set_block_item'
#define C_set_block_item(x,i,y)    (C_block_item(x, i) = (y))
                                                          ^
1 error generated.

Error: shell command terminated with non-zero exit status 256: 'clang' '/Users/norman/.chicken-install/cache/memory-mapped-files/memory-mapped-files.c' -o '/Users/norman/.chicken-install/cache/memory-mapped-files/memory-mapped-files.o' -c -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -fPIC -DPIC -DC_SHARED -I/Users/norman/.chicken-install/cache/memory-mapped-files -I/Data/tools/chicken-5.0.0rc1-clang/include/chicken

Error: shell command terminated with nonzero exit code
256
"sh /Users/norman/.chicken-install/cache/memory-mapped-files/memory-mapped-files.build.sh"



I've got logs of both the build/test and the spiffy install, if it would be useful to send them off-list.

If I have time, I'll also try the build on a more recent version of the OS.

Best wishes,

Norman


--
Norman Gray  :  https://nxg.me.uk
SUPA School of Physics and Astronomy, University of Glasgow, UK

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

Reply via email to