Installation output for sundials

Installation time: 2.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 `sundials' ...
checking dependencies for `sundials' ...
install order:
("sundials")
installing sundials: ...
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 '(\"sundials\" \"\"))" -e "(destination-prefix \"/root/src/salmonella/salmonella-4.5.0/repo\")" sundials.setup
  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -O3 -d0 -S -s sundials.scm -j sundials -I. -L " -lblas -llapack -lsundials_ida -lsundials_cvode -lsundials_nvecserial " -C "  -D SUNDIALS_VERSION_MAJOR=2 -D SUNDIALS_VERSION_MINOR=3 "

Note: global variable `sundials#ida_residual_main_cb' is never used

Note: global variable `sundials#cvode_ewt_cb' is never used

Note: global variable `sundials#ida_residual_init_cb' is never used

Note: global variable `sundials#cvode_event_cb' is never used

Note: global variable `sundials#ida_residual_event_cb' is never used

Note: global variable `sundials#cvode_rhs_cb' is never used
sundials.c: In function 'ida_reinit_solver':
sundials.c:243: error: incompatible type for argument 2 of 'IDAReInit'
/usr/include/ida/ida.h:465: note: expected 'IDAResFn' but argument is of type 'double'
sundials.c:243: error: incompatible type for argument 3 of 'IDAReInit'
/usr/include/ida/ida.h:465: note: expected 'realtype' but argument is of type 'N_Vector'
sundials.c:243: error: too few arguments to function 'IDAReInit'
sundials.c: In function 'cvode_reinit_solver':
sundials.c:423: error: incompatible type for argument 2 of 'CVodeReInit'
/usr/include/cvode/cvode.h:493: note: expected 'CVRhsFn' but argument is of type 'double'
sundials.c:423: error: incompatible type for argument 3 of 'CVodeReInit'
/usr/include/cvode/cvode.h:493: note: expected 'realtype' but argument is of type 'N_Vector'
sundials.c:423: error: too few arguments to function 'CVodeReInit'

Error: shell command terminated with non-zero exit status 256: gcc sundials.c -o sundials.o -c -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -fPIC -DPIC -DC_SHARED -I. -D SUNDIALS_VERSION_MAJOR=2 -D SUNDIALS_VERSION_MINOR=3 -I"/usr/local/chicken-4.5.0/include"

shell command failed with nonzero exit status 256:

  /usr/local/chicken-4.5.0/bin/csc -feature compiling-extension -setup-mode    -O3 -d0 -S -s sundials.scm -j sundials -I. -L " -lblas -llapack -lsundials_ida -lsundials_cvode -lsundials_nvecserial " -C "  -D SUNDIALS_VERSION_MAJOR=2 -D SUNDIALS_VERSION_MINOR=3 "

Error: shell command terminated with nonzero exit code
17920
"/usr/local/chicken-4.5.0/bin/csi -bnq -setup-mode -e \"(require-library setup-a...