chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] utf8 failing to "deploy" and request for suggestions on


From: Matt Welland
Subject: [Chicken-users] utf8 failing to "deploy" and request for suggestions on how to install multiple versions of an egg.
Date: Mon, 5 Oct 2015 07:42:30 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]