Installation output for crypt

Installation time: 3.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 `crypt' ...
checking dependencies for `crypt' ...
install order:
("crypt")
installing crypt: ...
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 '(\"crypt\" \"\"))" -e "(destination-prefix \"/root/src/salmonella/salmonella-4.5.0/repo\")" crypt.setup
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -L -lcrypt detect-native-crypt-features.scm
  ./detect-native-crypt-features

================================================================
Detected support for the following hash types in system crypt():
(crypt-native-des crypt-native-md5 crypt-native-sha256 crypt-native-sha512)
================================================================

  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -s -O2 crypt.scm -L -lcrypt -feature has-native-crypt -feature crypt-native-des -feature crypt-native-md5 -feature crypt-native-sha256 -feature crypt-native-sha512 -j crypt
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -s -O2 crypt.import.scm
  rm -fr /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.so
  cp -r crypt.so /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.so
  rm -fr /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.import.so
  cp -r crypt.import.so /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.import.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.import.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/crypt.setup-info