Installation output for git

Installation time: 26s

/root/salmonella-run-publish/chicken/bin/chicken-install  -prefix /root/salmonella-run-publish/salmonella-repo/repo
retrieving ...
checking platform for `git' ...
checking dependencies for `git' ...
install order:
("git")
installing git: ...
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 '(\"git\" \"\"))" -e "(destination-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" -e "(runtime-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" git.setup
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d0 -lgit2 git-lolevel.scm -J
git-lolevel.c: In function 'stub4810':
git-lolevel.c:106:1: warning: passing argument 3 of 'git_tree_diff' from incompatible pointer type [enabled by default]
/usr/local/include/git2/tree.h:346:5: note: expected 'git_tree_diff_cb' but argument is of type 'int (*)(struct git_tree_diff_data *, int)'
git-lolevel.c:106:1: warning: passing argument 4 of 'git_tree_diff' makes pointer from integer without a cast [enabled by default]
/usr/local/include/git2/tree.h:346:5: note: expected 'void *' but argument is of type 'int'
git-lolevel.c: In function 'stub1553':
git-lolevel.c:1337:1: warning: passing argument 3 of 'git_config_get_string' from incompatible pointer type [enabled by default]
/usr/local/include/git2/config.h:221:17: note: expected 'const char **' but argument is of type 'char **'
git-lolevel.c: In function 'stub1004':
git-lolevel.c:1567:1: warning: passing argument 10 of 'git_commit_create' from incompatible pointer type [enabled by default]
/usr/local/include/git2/commit.h:225:17: note: expected 'const struct git_commit **' but argument is of type 'void **'
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d0 git-lolevel.import.scm
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d0 -lgit2 git.scm -J
  /root/salmonella-run-publish/chicken/bin/csc -feature compiling-extension -setup-mode    -s -O2 -d0 git.import.scm
  cp -r git-lolevel.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git-lolevel.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git-lolevel.so
  cp -r git-lolevel.import.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git-lolevel.import.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git-lolevel.import.so
  cp -r git.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git.so
  cp -r git.import.so /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git.import.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git.import.so
  chmod a+r /root/salmonella-run-publish/salmonella-repo/repo/lib/chicken/6/git.setup-info