failed to build chicken-5 with 4.10.1 added by alexshendi on Wed Jan 6 22:42:49 2016

"gmake" PLATFORM=bsd PREFIX=/nowhere CONFIG= \
  CHICKEN=chicken PROGRAM_SUFFIX=-boot-stage1 STATICBUILD=1 \
  C_COMPILER_OPTIMIZATION_OPTIONS="-Os -fomit-frame-pointer" BUILDING_CHICKEN_BOOT=1 \
  confclean chicken-boot-stage1
gmake[1]: Entering directory '/home/alexshendi/sources/packages/chicken-core'
rm -f \
  chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc
chicken  files.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings  -explicit-use -no-trace -output-file files.c -emit-import-library chicken.files

Error: during expansion of (import ...) - unbound variable: chicken.eval#eval

	Call history:

	<syntax>	  (##core#begin (module chicken.files (delete-file* file-copy file-move make-pathname directory-null? ......
	<syntax>	  (module chicken.files (delete-file* file-copy file-move make-pathname directory-null? make-absolute-......
	<syntax>	  (##core#module chicken.files (delete-file* file-copy file-move make-pathname directory-null? make-ab......
	<syntax>	  (import scheme chicken)
	<syntax>	  (##sys#register-primitive-module (quote chicken) (quote (abort add1 argc+argv argv arithmetic-shift ......
	<syntax>	  (quote chicken)
	<syntax>	  (##core#quote chicken)
	<syntax>	  (quote (abort add1 argc+argv argv arithmetic-shift bignum? bit-set? bitwise-and bitwise-ior bitwise-......
	<syntax>	  (##core#quote (abort add1 argc+argv argv arithmetic-shift bignum? bit-set? bitwise-and bitwise-ior b......
	<eval>	  (##sys#register-primitive-module (quote chicken) (quote (abort add1 argc+argv argv arithmetic-shift ......
	<syntax>	  (##core#undefined)
	<syntax>	  (import chicken.data-structures chicken.extras chicken.foreign chicken.irregex)
	<syntax>	  (chicken.eval#eval (quote (import scheme chicken chicken.foreign)))
	<syntax>	  (quote (import scheme chicken chicken.foreign))
	<syntax>	  (##core#quote (import scheme chicken chicken.foreign))
	<eval>	  (chicken.eval#eval (quote (import scheme chicken chicken.foreign)))	<--
rules.make:730: recipe for target 'files.c' failed
gmake[1]: *** [files.c] Error 70
gmake[1]: Leaving directory '/home/alexshendi/sources/packages/chicken-core'
rules.make:869: recipe for target 'boot-chicken' failed
gmake: *** [boot-chicken] Error 2