Installation output for aes

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 `aes' ...
checking dependencies for `aes' ...
install order:
("aes")
installing aes: ...
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 '(\"aes\" \"\"))" -e "(destination-prefix \"/root/src/salmonella/salmonella-4.5.0/repo\")" aes.setup
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d1 aes.scm -j aes
aes.c: In function 'stub60':
aes.c:1265: warning: passing argument 1 of 'rijndaelDecrypt' from incompatible pointer type
aes.c:1043: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub44':
aes.c:1276: warning: passing argument 1 of 'rijndaelEncrypt' from incompatible pointer type
aes.c:861: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub31':
aes.c:1286: warning: passing argument 1 of 'rijndaelSetupDecrypt' from incompatible pointer type
aes.c:818: note: expected 'u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub19':
aes.c:1296: warning: passing argument 1 of 'rijndaelSetupEncrypt' from incompatible pointer type
aes.c:729: note: expected 'u32 *' but argument is of type 'unsigned char *'
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d1 aes.import.scm -j aes
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -c -O2 -d1 aes.scm -unit aes
aes.c: In function 'stub60':
aes.c:1265: warning: passing argument 1 of 'rijndaelDecrypt' from incompatible pointer type
aes.c:1043: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub44':
aes.c:1276: warning: passing argument 1 of 'rijndaelEncrypt' from incompatible pointer type
aes.c:861: note: expected 'const u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub31':
aes.c:1286: warning: passing argument 1 of 'rijndaelSetupDecrypt' from incompatible pointer type
aes.c:818: note: expected 'u32 *' but argument is of type 'unsigned char *'
aes.c: In function 'stub19':
aes.c:1296: warning: passing argument 1 of 'rijndaelSetupEncrypt' from incompatible pointer type
aes.c:729: note: expected 'u32 *' but argument is of type 'unsigned char *'
  cp -r aes.o /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.o
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.o
  rm -fr /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.import.so
  cp -r aes.import.so /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.import.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.import.so
  rm -fr /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.so
  cp -r aes.so /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.so
  chmod a+r /root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5/aes.setup-info