| 1 | ~/proj/chicken/chicken-core $ sudo chicken-install -k uri-generic |
|---|
| 2 | retrieving ... |
|---|
| 3 | resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi |
|---|
| 4 | connecting to host "chicken.kitten-technologies.co.uk", port 80 ... |
|---|
| 5 | requesting "/henrietta.cgi?name=uri-generic&mode=default" ... |
|---|
| 6 | reading response ... |
|---|
| 7 | HTTP/1.1 200 OK |
|---|
| 8 | Date: Sun, 02 Jan 2011 10:46:49 GMT |
|---|
| 9 | Server: Apache |
|---|
| 10 | Connection: close |
|---|
| 11 | Transfer-Encoding: chunked |
|---|
| 12 | Content-Type: text/plain |
|---|
| 13 | reading chunks ... |
|---|
| 14 | reading files ... |
|---|
| 15 | ./alternatives/ |
|---|
| 16 | ./alternatives/uri-generic.abnf.scm |
|---|
| 17 | ./alternatives/uri-generic.matchable.scm |
|---|
| 18 | ./alternatives/README |
|---|
| 19 | ./alternatives/uri-generic.irregex.scm |
|---|
| 20 | ./alternatives/uri-generic.packrat.scm |
|---|
| 21 | ./uri-generic.setup |
|---|
| 22 | ./uri-generic.scm |
|---|
| 23 | ./uri-generic.meta |
|---|
| 24 | uri-generic located at /tmp/temp905/uri-generic |
|---|
| 25 | checking platform for `uri-generic' ... |
|---|
| 26 | checking dependencies for `uri-generic' ... |
|---|
| 27 | missing: matchable, defstruct |
|---|
| 28 | retrieving ... |
|---|
| 29 | resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi |
|---|
| 30 | connecting to host "chicken.kitten-technologies.co.uk", port 80 ... |
|---|
| 31 | requesting "/henrietta.cgi?name=matchable&mode=default" ... |
|---|
| 32 | reading response ... |
|---|
| 33 | HTTP/1.1 200 OK |
|---|
| 34 | Date: Sun, 02 Jan 2011 10:46:51 GMT |
|---|
| 35 | Server: Apache |
|---|
| 36 | Connection: close |
|---|
| 37 | Transfer-Encoding: chunked |
|---|
| 38 | Content-Type: text/plain |
|---|
| 39 | reading chunks ... |
|---|
| 40 | reading files ... |
|---|
| 41 | ./matchable.setup |
|---|
| 42 | ./matchable.scm |
|---|
| 43 | ./match-simple.scm |
|---|
| 44 | ./matchable.meta |
|---|
| 45 | ./matchable-test.scm |
|---|
| 46 | matchable located at /tmp/temp905/matchable |
|---|
| 47 | resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi |
|---|
| 48 | connecting to host "chicken.kitten-technologies.co.uk", port 80 ... |
|---|
| 49 | requesting "/henrietta.cgi?name=defstruct&mode=default" ... |
|---|
| 50 | reading response ... |
|---|
| 51 | HTTP/1.1 200 OK |
|---|
| 52 | Date: Sun, 02 Jan 2011 10:46:52 GMT |
|---|
| 53 | Server: Apache |
|---|
| 54 | Connection: close |
|---|
| 55 | Transfer-Encoding: chunked |
|---|
| 56 | Content-Type: text/plain |
|---|
| 57 | reading chunks .. |
|---|
| 58 | reading files ... |
|---|
| 59 | ./defstruct.setup |
|---|
| 60 | ./defstruct.scm |
|---|
| 61 | ./defstruct.meta |
|---|
| 62 | defstruct located at /tmp/temp905/defstruct |
|---|
| 63 | checking platform for `defstruct' ... |
|---|
| 64 | checking dependencies for `defstruct' ... |
|---|
| 65 | checking platform for `matchable' ... |
|---|
| 66 | checking dependencies for `matchable' ... |
|---|
| 67 | install order: |
|---|
| 68 | ("matchable" "defstruct" "uri-generic") |
|---|
| 69 | installing matchable: ... |
|---|
| 70 | changing current directory to /tmp/temp905/matchable |
|---|
| 71 | /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"matchable\" \"\"))" -e "(keep-intermediates #t)" /tmp/temp905/matchable/matchable.setup |
|---|
| 72 | /usr/local/bin/csc -feature compiling-extension -setup-mode -k -s -O3 -d0 matchable.scm -j matchable |
|---|
| 73 | /usr/local/bin/csc -feature compiling-extension -setup-mode -k -s -O3 -d0 matchable.import.scm |
|---|
| 74 | cp -r matchable.so /usr/local/lib/chicken/6/matchable.so |
|---|
| 75 | chmod a+r /usr/local/lib/chicken/6/matchable.so |
|---|
| 76 | cp -r matchable.import.so /usr/local/lib/chicken/6/matchable.import.so |
|---|
| 77 | chmod a+r /usr/local/lib/chicken/6/matchable.import.so |
|---|
| 78 | chmod a+r /usr/local/lib/chicken/6/matchable.setup-info |
|---|
| 79 | installing defstruct: ... |
|---|
| 80 | changing current directory to /tmp/temp905/defstruct |
|---|
| 81 | /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"defstruct\" \"\"))" -e "(keep-intermediates #t)" /tmp/temp905/defstruct/defstruct.setup |
|---|
| 82 | /usr/local/bin/csc -feature compiling-extension -setup-mode -k -s -O2 defstruct.scm -j defstruct |
|---|
| 83 | /usr/local/bin/csc -feature compiling-extension -setup-mode -k -s -O2 defstruct.import.scm |
|---|
| 84 | cp -r defstruct.so /usr/local/lib/chicken/6/defstruct.so |
|---|
| 85 | chmod a+r /usr/local/lib/chicken/6/defstruct.so |
|---|
| 86 | cp -r defstruct.import.so /usr/local/lib/chicken/6/defstruct.import.so |
|---|
| 87 | chmod a+r /usr/local/lib/chicken/6/defstruct.import.so |
|---|
| 88 | chmod a+r /usr/local/lib/chicken/6/defstruct.setup-info |
|---|
| 89 | installing uri-generic: ... |
|---|
| 90 | changing current directory to /tmp/temp905/uri-generic |
|---|
| 91 | /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"uri-generic\" \"\"))" -e "(keep-intermediates #t)" /tmp/temp905/uri-generic/uri-generic.setup |
|---|
| 92 | /usr/local/bin/csc -feature compiling-extension -setup-mode -k -s -O2 uri-generic.scm -j uri-generic |
|---|
| 93 | /usr/local/bin/chicken:/usr/local/lib/chicken/6/defstruct.import.so: undefined symbol 'C_srfi_2d1_toplevel' |
|---|
| 94 | lazy binding failed! |
|---|
| 95 | Segmentation fault (core dumped) |
|---|
| 96 | |
|---|
| 97 | Error: shell command terminated with non-zero exit status 35584: /usr/local/bin/chicken uri-generic.scm -output-file uri-generic.c -dynamic -feature chicken-compile-shared -feature compiling-extension -setup-mode -optimize-level 2 -emit-import-library uri-generic |
|---|
| 98 | |
|---|
| 99 | Error: shell command failed with nonzero exit status 256: |
|---|
| 100 | |
|---|
| 101 | /usr/local/bin/csc -feature compiling-extension -setup-mode -k -s -O2 uri-generic.scm -j uri-generic |
|---|
| 102 | |
|---|
| 103 | |
|---|
| 104 | Error: shell command terminated with nonzero exit code |
|---|
| 105 | 17920 |
|---|
| 106 | "/usr/local/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(im... |
|---|
| 107 | |
|---|
| 108 | /tmp/temp905/uri-generic $ sudo gdb -c chicken.core /usr/local/bin/chicken |
|---|
| 109 | GNU gdb 6.3 |
|---|
| 110 | Copyright 2004 Free Software Foundation, Inc. |
|---|
| 111 | GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 112 | welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 113 | Type "show copying" to see the conditions. |
|---|
| 114 | There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 115 | This GDB was configured as "i386-unknown-openbsd4.7"... |
|---|
| 116 | Core was generated by `chicken'. |
|---|
| 117 | Program terminated with signal 11, Segmentation fault. |
|---|
| 118 | Reading symbols from /usr/local/lib/libchicken.so.6...done. |
|---|
| 119 | Loaded symbols for /usr/local/lib/libchicken.so.6 |
|---|
| 120 | Reading symbols from /usr/lib/libm.so.5.2...done. |
|---|
| 121 | Loaded symbols for /usr/lib/libm.so.5.2 |
|---|
| 122 | Reading symbols from /usr/lib/libc.so.53.1...done. |
|---|
| 123 | Loaded symbols for /usr/lib/libc.so.53.1 |
|---|
| 124 | Reading symbols from /usr/libexec/ld.so...done. |
|---|
| 125 | Loaded symbols for /usr/libexec/ld.so |
|---|
| 126 | Reading symbols from /usr/local/lib/chicken/6/chicken.import.so...done. |
|---|
| 127 | Loaded symbols for /usr/local/lib/chicken/6/chicken.import.so |
|---|
| 128 | Reading symbols from /usr/local/lib/chicken/6/scheme.import.so...done. |
|---|
| 129 | Loaded symbols for /usr/local/lib/chicken/6/scheme.import.so |
|---|
| 130 | Reading symbols from /usr/local/lib/chicken/6/extras.import.so...done. |
|---|
| 131 | Loaded symbols for /usr/local/lib/chicken/6/extras.import.so |
|---|
| 132 | Reading symbols from /usr/local/lib/chicken/6/data-structures.import.so...done. |
|---|
| 133 | Loaded symbols for /usr/local/lib/chicken/6/data-structures.import.so |
|---|
| 134 | Reading symbols from /usr/local/lib/chicken/6/ports.import.so...done. |
|---|
| 135 | Loaded symbols for /usr/local/lib/chicken/6/ports.import.so |
|---|
| 136 | Reading symbols from /usr/local/lib/chicken/6/matchable.import.so...done. |
|---|
| 137 | Loaded symbols for /usr/local/lib/chicken/6/matchable.import.so |
|---|
| 138 | Reading symbols from /usr/local/lib/chicken/6/defstruct.import.so...done. |
|---|
| 139 | Loaded symbols for /usr/local/lib/chicken/6/defstruct.import.so |
|---|
| 140 | #0 0x00f00da7 in _dl_bind () from /usr/libexec/ld.so |
|---|
| 141 | (gdb) bt |
|---|
| 142 | #0 0x00f00da7 in _dl_bind () from /usr/libexec/ld.so |
|---|
| 143 | #1 0x00efda67 in _dl_bind_start () from /usr/libexec/ld.so |
|---|
| 144 | #2 0x8756e02c in ?? () |
|---|
| 145 | #3 0x00000010 in ?? () |
|---|
| 146 | #4 0x0aba0033 in ?? () |
|---|
| 147 | #5 0x00000033 in ?? () |
|---|
| 148 | #6 0x3c04cce0 in environ () |
|---|
| 149 | #7 0x3c04cddf in __progname_storage () |
|---|
| 150 | #8 0xcfbd6968 in ?? () |
|---|
| 151 | #9 0x2c111e2c in ?? () from /usr/local/lib/chicken/6/defstruct.import.so |
|---|
| 152 | #10 0xcfbd6948 in ?? () |
|---|
| 153 | #11 0x2211e67c in ?? () from /usr/lib/libc.so.53.1 |
|---|
| 154 | #12 0xcfbd6940 in ?? () |
|---|
| 155 | #13 0x00000292 in ?? () |
|---|
| 156 | #14 0x8756e02c in ?? () |
|---|
| 157 | #15 0x00000010 in ?? () |
|---|
| 158 | #16 0x0c110574 in f_297 (c=2, t0=-809670176, t1=30) at defstruct.import.c:512 |
|---|
| 159 | #17 0x0331e6de in C_eval_toplevel (c=2, t0=30, t1=-809670176) at eval.c:3301 |
|---|
| 160 | #18 0x0c1104d1 in f_294 (c=2, t0=-809668496, t1=30) at defstruct.import.c:500 |
|---|
| 161 | #19 0x032a459c in C_library_toplevel (c=2, t0=30, t1=-809668496) |
|---|
| 162 | at library.c:6904 |
|---|
| 163 | #20 0x0c11042e in C_toplevel (c=2, t0=30, t1=2093446264) |
|---|
| 164 | at defstruct.import.c:488 |
|---|
| 165 | ---Type <return> to continue, or q <return> to quit--- |
|---|
| 166 | #21 0x035b87af in dload_2 (dummy=0x232efcb4) at runtime.c:8158 |
|---|
| 167 | #22 0x03596fd1 in CHICKEN_run (toplevel=0x0) at runtime.c:1311 |
|---|
| 168 | #23 0x03594f08 in CHICKEN_main (argc=14, argv=0xcfbd71e8, toplevel=0x1c00241e) |
|---|
| 169 | at runtime.c:539 |
|---|
| 170 | #24 0x1c0023c5 in main (argc=14, argv=0xcfbd71e8) at chicken.c:217 |
|---|
| 171 | (gdb) |
|---|