Installation output for crypt

Installation time: 4s

/root/salmonella-run-publish/chicken/bin/chicken-install  -prefix /root/salmonella-run-publish/salmonella-repo/repo
retrieving ...
checking platform for `crypt' ...
checking dependencies for `crypt' ...
install order:
("crypt")
installing crypt: ...
changing current directory to .
  /root/salmonella-run-publish/chicken/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"crypt\" \"\"))" -e "(destination-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" -e "(runtime-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" crypt.setup
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -C -D_XOPEN_SOURCE -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)
================================================================

  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 crypt.scm -L -lcrypt -C -D_XOPEN_SOURCE -feature has-native-crypt -feature crypt-native-des -feature crypt-native-md5 -feature crypt-native-sha256 -feature crypt-native-sha512 -j crypt
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 crypt.import.scm
  cp -r crypt.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/crypt.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/crypt.so
  cp -r crypt.import.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/crypt.import.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/crypt.import.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/crypt.setup-info