Installation output for crypt [ok]

Installation time: 3s

/home/mario/local/chicken-4.8.0.3/bin/chicken-install  -prefix /home/mario/salmonella/4.8.0.3/5/repo
retrieving ...
checking platform for `crypt' ...
checking dependencies for `crypt' ...
install order:
("crypt")
installing crypt: ...
changing current directory to .
  /home/mario/local/chicken-4.8.0.3/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 \"/home/mario/salmonella/4.8.0.3/5/repo\")" -e "(runtime-prefix \"/home/mario/salmonella/4.8.0.3/5/repo\")" crypt.setup
  /home/mario/local/chicken-4.8.0.3/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)
================================================================

  /home/mario/local/chicken-4.8.0.3/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
  /home/mario/local/chicken-4.8.0.3/bin/csc -feature compiling-extension -setup-mode    -s -O2 crypt.import.scm
  cp -r crypt.so /home/mario/salmonella/4.8.0.3/5/repo/lib/chicken/6/crypt.so
  chmod a+r /home/mario/salmonella/4.8.0.3/5/repo/lib/chicken/6/crypt.so
  cp -r crypt.import.so /home/mario/salmonella/4.8.0.3/5/repo/lib/chicken/6/crypt.import.so
  chmod a+r /home/mario/salmonella/4.8.0.3/5/repo/lib/chicken/6/crypt.import.so
  chmod a+r /home/mario/salmonella/4.8.0.3/5/repo/lib/chicken/6/crypt.setup-info