Installation output for aes

Installation time: 3s

/root/salmonella-run-publish/chicken/bin/chicken-install  -prefix /root/salmonella-run-publish/salmonella-repo/repo
retrieving ...
checking platform for `aes' ...
checking dependencies for `aes' ...
install order:
("aes")
installing aes: ...
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 '(\"aes\" \"\"))" -e "(destination-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" -e "(runtime-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" aes.setup
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d1 aes.scm -j aes
aes.c: In function 'stub69':
aes.c:1265:1: warning: passing argument 1 of 'rijndaelDecrypt' from incompatible pointer type [enabled by default]
aes.c:1043:16: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub52':
aes.c:1276:1: warning: passing argument 1 of 'rijndaelEncrypt' from incompatible pointer type [enabled by default]
aes.c:861:16: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub38':
aes.c:1286:1: warning: passing argument 1 of 'rijndaelSetupDecrypt' from incompatible pointer type [enabled by default]
aes.c:818:15: note: expected 'u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub25':
aes.c:1296:1: warning: passing argument 1 of 'rijndaelSetupEncrypt' from incompatible pointer type [enabled by default]
aes.c:729:15: note: expected 'u32 *' but argument is of type 'unsigned char *'
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d1 aes.import.scm -j aes
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -c -O2 -d1 aes.scm -unit aes
aes.c: In function 'stub69':
aes.c:1265:1: warning: passing argument 1 of 'rijndaelDecrypt' from incompatible pointer type [enabled by default]
aes.c:1043:16: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub52':
aes.c:1276:1: warning: passing argument 1 of 'rijndaelEncrypt' from incompatible pointer type [enabled by default]
aes.c:861:16: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub38':
aes.c:1286:1: warning: passing argument 1 of 'rijndaelSetupDecrypt' from incompatible pointer type [enabled by default]
aes.c:818:15: note: expected 'u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub25':
aes.c:1296:1: warning: passing argument 1 of 'rijndaelSetupEncrypt' from incompatible pointer type [enabled by default]
aes.c:729:15: note: expected 'u32 *' but argument is of type 'unsigned char *'
  cp -r aes.o /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.o
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.o
  cp -r aes.import.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.import.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.import.so
  cp -r aes.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/aes.setup-info