Installation output for mpi [ok]

Installation time: 7s

/home/mario/local/chicken-4.8.0.3/bin/chicken-install  -prefix /home/mario/salmonella/4.8.0.3/6/repo
retrieving ...
checking platform for `mpi' ...
checking dependencies for `mpi' ...
install order:
("mpi")
installing mpi: ...
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 '(\"mpi\" \"\"))" -e "(destination-prefix \"/home/mario/salmonella/4.8.0.3/6/repo\")" -e "(runtime-prefix \"/home/mario/salmonella/4.8.0.3/6/repo\")" mpi.setup
  /home/mario/local/chicken-4.8.0.3/bin/csc -feature compiling-extension -setup-mode    -S -O2 -d0 -I. -s mpi.scm -j mpi -L " -lmpi " -C " -I/usr/include/mpi "
mpi.c: In function 'stub242':
mpi.c:4993:6: warning: passing argument 3 of 'MPI_Group_range_excl' from incompatible pointer type [enabled by default]
In file included from chicken-mpi.h:7:0,
                 from mpi.c:14:
/usr/include/mpi/mpi.h:1100:20: note: expected 'int (*)[3]' but argument is of type 'int *'
mpi.c: In function 'stub224':
mpi.c:5025:6: warning: passing argument 3 of 'MPI_Group_range_incl' from incompatible pointer type [enabled by default]
In file included from chicken-mpi.h:7:0,
                 from mpi.c:14:
/usr/include/mpi/mpi.h:1102:20: note: expected 'int (*)[3]' but argument is of type 'int *'
mpi.c: In function 'stub71':
mpi.c:5420:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
mpi.c: In function 'stub14':
mpi.c:5554:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
mpi.c:5565:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  /home/mario/local/chicken-4.8.0.3/bin/csc -feature compiling-extension -setup-mode    -O2 -d0 -s mpi.import.scm
  cp -r mpi.so /home/mario/salmonella/4.8.0.3/6/repo/lib/chicken/6/mpi.so
  chmod a+r /home/mario/salmonella/4.8.0.3/6/repo/lib/chicken/6/mpi.so
  cp -r mpi.import.so /home/mario/salmonella/4.8.0.3/6/repo/lib/chicken/6/mpi.import.so
  chmod a+r /home/mario/salmonella/4.8.0.3/6/repo/lib/chicken/6/mpi.import.so
  chmod a+r /home/mario/salmonella/4.8.0.3/6/repo/lib/chicken/6/mpi.setup-info