chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] check-errors egg error


From: Nicholas \"Indy\" Ray
Subject: [Chicken-users] check-errors egg error
Date: Fri, 28 Aug 2009 22:30:28 -0700

I might be doing something wrong but when doing a check-errors install
on chicken 4.1.0 I get a build error.

The Chicken install is done for macosx x86-64 with prefix set to a
directory in my home dir.

Any help diagnosing this problem would be appreciated.

Doing the install with chicken-install check-errors gives me the output:

retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=check-errors" ...
reading response ...
HTTP/1.1 200 OK
Date: Sat, 29 Aug 2009 05:28:24 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ...
reading files ...
  ./type-checks.scm
  ./inline-type-checks.scm
  ./check-errors.setup
  ./conditions.scm
  ./check-errors.meta
  ./type-errors.scm
 check-errors located at
/var/folders/iG/iG1I76XgGXiiXR8+Ff+dEU+++TI/-Tmp-/chicken-install-18.tmp/check-errors
checking dependencies for `check-errors' ...
installing check-errors: ...
changing current directory to
/var/folders/iG/iG1I76XgGXiiXR8+Ff+dEU+++TI/-Tmp-/chicken-install-18.tmp/check-errors
  /Users/Indy/bin/chicken4/bin/csi -bnq -e "(require-library
setup-api)" -e "(import setup-api)" -e "(extension-name-and-version
'(\"check-errors\" \"\"))"
/var/folders/iG/iG1I76XgGXiiXR8+Ff+dEU+++TI/-Tmp-/chicken-install-18.tmp/check-errors/check-errors.setup
  cp -r inline-type-checks.scm
/Users/Indy/bin/chicken4/share/chicken/inline-type-checks.scm
  /Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
type-errors.scm -shared -optimize-level 2 -debug-level 1 -output-file
type-errors.so -emit-import-library type-errors
  /Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
type-errors.import.scm -shared -optimize-level 3 -debug-level 0
-output-file type-errors.import.so
  rm -fr /Users/Indy/bin/chicken4/lib/chicken/4/type-errors.so
  cp -r type-errors.so /Users/Indy/bin/chicken4/lib/chicken/4/type-errors.so
  chmod a+r /Users/Indy/bin/chicken4/lib/chicken/4/type-errors.so
  rm -fr /Users/Indy/bin/chicken4/lib/chicken/4/type-errors.import.so
  cp -r type-errors.import.so
/Users/Indy/bin/chicken4/lib/chicken/4/type-errors.import.so
  chmod a+r /Users/Indy/bin/chicken4/lib/chicken/4/type-errors.import.so

* Installing documentation files in /Users/Indy/bin/chicken4/share/chicken/doc:

Warning: file does not exist: "type-errors.html"

  chmod a+r /Users/Indy/bin/chicken4/lib/chicken/4/type-errors.setup-info
  /Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
type-checks.scm -shared -optimize-level 2 -debug-level 1 -output-file
type-checks.so -emit-import-library type-checks
  /Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
type-checks.import.scm -shared -optimize-level 3 -debug-level 0
-output-file type-checks.import.so
  rm -fr /Users/Indy/bin/chicken4/lib/chicken/4/type-checks.so
  cp -r type-checks.so /Users/Indy/bin/chicken4/lib/chicken/4/type-checks.so
  chmod a+r /Users/Indy/bin/chicken4/lib/chicken/4/type-checks.so
  rm -fr /Users/Indy/bin/chicken4/lib/chicken/4/type-checks.import.so
  cp -r type-checks.import.so
/Users/Indy/bin/chicken4/lib/chicken/4/type-checks.import.so
  chmod a+r /Users/Indy/bin/chicken4/lib/chicken/4/type-checks.import.so

* Installing documentation files in /Users/Indy/bin/chicken4/share/chicken/doc:

Warning: file does not exist: "type-checks.html"

  chmod a+r /Users/Indy/bin/chicken4/lib/chicken/4/type-checks.setup-info
  /Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
conditions.scm -shared -optimize-level 2 -debug-level 1 -output-file
conditions.so -emit-import-library conditions
Syntax error (import): cannot import from undefined module

        srfi-12

        Expansion history:

        <syntax>                (##core#begin (module conditions 
(make-exn-condition
make-exn-condition+ make-condition+ condition-p......
        <syntax>                (module conditions (make-exn-condition 
make-exn-condition+
make-condition+ condition-predicate* cond......
        <syntax>                (##core#module conditions (make-exn-condition
make-exn-condition+ make-condition+ condition-predicat......
        <syntax>                (import scheme chicken (only srfi-1 alist-cons) 
srfi-12
type-checks)    <--

Error: shell command terminated with non-zero exit status 17920:
/Users/Indy/bin/chicken4/bin/chicken conditions.scm -output-file
conditions.c -dynamic -feature chicken-compile-shared -feature
compiling-extension -optimize-level 2 -debug-level 1 -output-file
conditions.so -emit-import-library conditions
  /Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
conditions.import.scm -shared -optimize-level 3 -debug-level 0
-output-file conditions.import.so
csc: file `conditions.import.scm' does not exist

Error: shell command failed with nonzero exit status
16384
"/Users/Indy/bin/chicken4/bin/csc -feature compiling-extension
conditions.import.scm -shared -optimize-level 3 -debug-level 0
-output-file conditions.import.so"
Error: shell command terminated with nonzero exit code
17920
"/Users/Indy/bin/chicken4/bin/csi -bnq -e \"(require-library
setup-api)\" -e \"(...dy/bin/chicken4/bin/csi -bnq -e
\"(require-library setup-api)\" -e \"(...




reply via email to

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