I need to install multiple versions of my refdb and logpro eggs. My first
thought was to take advantage of deploy but I get the error below. Other
than hacking them to make a local install I'm out of ideas, any suggestions?

chicken-install -deploy -p $PWD/refdb refdb

that is failing here:

changing current directory to /tmp/temp8135.38302/utf8
  '/p/f/env/pkgs/chicken/4.9.0.1/bin/csi' -bnq -e "(require-library
setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e
"(extension-name-and-version '(\"utf8\" \"3.4.1\"))" -e
"(destination-prefix \"/tmp/refdb\")" -e "(runtime-prefix \"/tmp/refdb\")"
-e "(deployment-mode #t)" 'utf8.setup'
make: making utf8-lolevel.so
  '/p/f/env/pkgs/chicken/4.9.0.1/bin/csc' -feature compiling-extension
-deployed -fixnum-arithmetic -inline -local -s -O3 -d0 -j utf8-lolevel
utf8-lolevel.scm
  '/p/f/env/pkgs/chicken/4.9.0.1/bin/csc' -feature compiling-extension
-deployed -s -O2 -d0 utf8-lolevel.import.scm
make: making utf8.so
  '/p/f/env/pkgs/chicken/4.9.0.1/bin/csc' -feature compiling-extension
-deployed -fixnum-arithmetic -inline -local -s -O2 -d1 -j utf8 utf8.scm

Warning: renamed identifier not imported: (utf8-string? valid-string?)

Warning: exported identifier of module `utf8' has not been defined:
valid-string?

Error: module unresolved: utf8

Error: shell command terminated with non-zero exit status 256:
'/p/f/env/pkgs/chicken/4.9.0.1/bin/chicken' 'utf8.scm' -output-file
'utf8.c' -dynamic -feature chicken-compile-shared -feature
compiling-extension -fixnum-arithmetic -inline -local -optimize-level 2
-debug-level 1 -emit-import-library utf8
make: Failed to make utf8.so: shell command failed with nonzero exit status
256:

  '/p/f/env/pkgs/chicken/4.9.0.1/bin/csc' -feature compiling-extension
-deployed -fixnum-arithmetic -inline -local -s -O2 -d1 -j utf8 utf8.scm

Error: shell command failed with nonzero exit status 256:

  '/p/f/env/pkgs/chicken/4.9.0.1/bin/csc' -feature compiling-extension
-deployed -fixnum-arithmetic -inline -local -s -O2 -d1 -j utf8 utf8.scm
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to