Installation output for pyffi

Installation time: 4.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/chicken-install  -prefix /root/src/salmonella/salmonella-4.5.0/repo 
retrieving ...
checking platform for `pyffi' ...
checking dependencies for `pyffi' ...
install order:
("pyffi")
installing pyffi: ...
changing current directory to .
  /usr/local/chicken-4.5.0/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"pyffi\" \"\"))" -e "(destination-prefix \"/root/src/salmonella/salmonella-4.5.0/repo\")" pyffi.setup
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -O2 -d0 -I. -s pyffi.scm -j pyffi -X easyffi -L " -lpython2.5 " -C " -I/usr/include/python2.5 "

Warning: local assignment to unused variable `pyffi#*py-functions*' may be unintended
In file included from /usr/include/python2.5/Python.h:8,
                 from pyffi.c:15:
/usr/include/python2.5/pyconfig.h:970:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
                 from /usr/local/chicken-4.5.0/include/chicken.h:80,
                 from pyffi.c:11:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
pyffi.c: In function 'pyffi_PyUnicode_AsUnicode':
pyffi.c:61: warning: assignment from incompatible pointer type
pyffi.c: In function 'pyffi_PyUnicode_FromUnicode':
pyffi.c:67: warning: passing argument 1 of 'PyUnicodeUCS4_FromUnicode' from incompatible pointer type
/usr/include/python2.5/unicodeobject.h:431: note: expected 'const Py_UNICODE *' but argument is of type 'const int *'
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -O2 -d0 -s pyffi.import.scm
  rm -fr /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.so
  cp -r pyffi.so /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.so
  rm -fr /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.import.so
  cp -r pyffi.import.so /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.import.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.import.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/pyffi.setup-info