| 1 | bash-3.2$ chicken-install -r iconv
|
|---|
| 2 | retrieving ...
|
|---|
| 3 | connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
|
|---|
| 4 | requesting "/henrietta.cgi?name=iconv" ...
|
|---|
| 5 | reading response ...
|
|---|
| 6 | HTTP/1.1 200 OK
|
|---|
| 7 | Date: Thu, 11 Jun 2009 03:01:47 GMT
|
|---|
| 8 | Server: Apache
|
|---|
| 9 | Connection: close
|
|---|
| 10 | Transfer-Encoding: chunked
|
|---|
| 11 | Content-Type: text/plain
|
|---|
| 12 | reading chunks ...
|
|---|
| 13 | reading files ...
|
|---|
| 14 | ./debian/
|
|---|
| 15 | ./debian/changelog
|
|---|
| 16 | ./debian/control
|
|---|
| 17 | ./debian/copyright
|
|---|
| 18 | ./debian/rules
|
|---|
| 19 | ./iconv.scm
|
|---|
| 20 | ./iconv.meta
|
|---|
| 21 | ./iconv.setup
|
|---|
| 22 | iconv located at /tmp/iconv
|
|---|
| 23 | bash-3.2$ chicken-install -t local -l . iconv
|
|---|
| 24 | retrieving ...
|
|---|
| 25 | iconv located at ./iconv
|
|---|
| 26 | checking dependencies for `iconv' ...
|
|---|
| 27 | installing iconv: ...
|
|---|
| 28 | changing current directory to ./iconv
|
|---|
| 29 | /opt/chicken/bin/csi -bnq -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"iconv\" \"\"))" ./iconv/iconv.setup
|
|---|
| 30 |
|
|---|
| 31 | Error: (open-input-file) cannot open file - No such file or directory: "./iconv/iconv.setup"
|
|---|
| 32 | Error: shell command terminated with nonzero exit code
|
|---|
| 33 | 17920
|
|---|
| 34 | "/opt/chicken/bin/csi -bnq -e \"(require-library setup-api)\" -e \"(import setup...
|
|---|
| 35 | bash-3.2$ ln -s /tmp/iconv /tmp/iconv/iconv
|
|---|
| 36 | bash-3.2$ chicken-install -t local -l . iconv
|
|---|
| 37 | retrieving ...
|
|---|
| 38 | iconv located at ./iconv
|
|---|
| 39 | checking dependencies for `iconv' ...
|
|---|
| 40 | installing iconv: ...
|
|---|
| 41 | changing current directory to ./iconv
|
|---|
| 42 | /opt/chicken/bin/csi -bnq -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"iconv\" \"\"))" ./iconv/iconv.setup
|
|---|
| 43 | /opt/chicken/bin/csc -feature compiling-extension -s -O2 -d0 -j iconv iconv.scm
|
|---|
| 44 | iconv.c: In function âstub103â:
|
|---|
| 45 | iconv.c:70: warning: passing argument 2 of âiconvâ from incompatible pointer type
|
|---|
| 46 | /opt/chicken/bin/csc -feature compiling-extension -s -O2 -d0 iconv.import.scm
|
|---|
| 47 | rm -fr /opt/chicken/lib/chicken/4/iconv.so
|
|---|
| 48 | cp -r iconv.so /opt/chicken/lib/chicken/4/iconv.so
|
|---|
| 49 | chmod a+r /opt/chicken/lib/chicken/4/iconv.so
|
|---|
| 50 | rm -fr /opt/chicken/lib/chicken/4/iconv.import.so
|
|---|
| 51 | cp -r iconv.import.so /opt/chicken/lib/chicken/4/iconv.import.so
|
|---|
| 52 | chmod a+r /opt/chicken/lib/chicken/4/iconv.import.so
|
|---|
| 53 |
|
|---|
| 54 | * Installing documentation files in /opt/chicken/share/chicken/doc:
|
|---|
| 55 |
|
|---|
| 56 | Warning: file does not exist: "iconv.html"
|
|---|
| 57 |
|
|---|
| 58 | chmod a+r /opt/chicken/lib/chicken/4/iconv.setup-info
|
|---|