| 1 | Script started on Mon Oct 1 21:21:33 2012 |
|---|
| 2 | kingston$ uname -a
|
|---|
| 3 | Darwin kingston.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386 i386
|
|---|
| 4 | kingston$ gcc --version
|
|---|
| 5 | i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
|
|---|
| 6 | Copyright (C) 2007 Free Software Foundation, Inc.
|
|---|
| 7 | This is free software; see the source for copying conditions. There is NO
|
|---|
| 8 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|---|
| 9 |
|
|---|
| 10 | kingston$ ccl -n
|
|---|
| 11 | Welcome to Clozure Common Lisp Version 1.9-dev-r15382M-trunk (DarwinX8664)!
|
|---|
| 12 | ? (ccl:rebuild-ccl :full t :allow-constant-redefinition t :allow-other-keys t)
|
|---|
| 13 | Rebuilding Clozure Common Lisp using Version 1.9-dev-r15382M-trunk (DarwinX8664)
|
|---|
| 14 | ;Building lisp-kernel ...
|
|---|
| 15 | > Error: Error(s) during kernel compilation.
|
|---|
| 16 | > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -o x86-spjump64.o
|
|---|
| 17 | > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -o x86-spentry64.o
|
|---|
| 18 | > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -o x86-subprims64.o
|
|---|
| 19 | > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -o imports.o
|
|---|
| 20 | > cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 21 | > -g -O2 -Wno-format \
|
|---|
| 22 | > -I. -mmacosx-version-min=10.5 -isysroot / -o pmcl-kernel.o
|
|---|
| 23 | > cc -include ../platform-darwinx8664.h -c ../gc-common.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 24 | > -g -O2 -Wno-format \
|
|---|
| 25 | > -I. -mmacosx-version-min=10.5 -isysroot / -o gc-common.o
|
|---|
| 26 | > cc -include ../platform-darwinx8664.h -c ../x86-gc.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 27 | > -g -O2 -Wno-format \
|
|---|
| 28 | > -I. -mmacosx-version-min=10.5 -isysroot / -o x86-gc.o
|
|---|
| 29 | > In file included from ../gc-common.c:21:
|
|---|
| 30 | > In file included from ../gc.h:125:
|
|---|
| 31 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 32 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 33 | > ^
|
|---|
| 34 | > In file included from ../pmcl-kernel.c:20:
|
|---|
| 35 | > In file included from ../gc.h:125:
|
|---|
| 36 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 37 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 38 | > ^
|
|---|
| 39 | > In file included from ../x86-gc.c:21:
|
|---|
| 40 | > In file included from ../gc.h:125:
|
|---|
| 41 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 42 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 43 | > ^
|
|---|
| 44 | > ../pmcl-kernel.c:810:3: warning: implicit declaration of function 'darwin_sigreturn' is invalid in C99 [-Wimplicit-function-declaration]
|
|---|
| 45 | > DarwinSigReturn(context);
|
|---|
| 46 | > ^
|
|---|
| 47 | > ../platform-darwinx8664.h:61:5: note: expanded from macro 'DarwinSigReturn'
|
|---|
| 48 | > darwin_sigreturn(context, 0x1e); \
|
|---|
| 49 | > ^
|
|---|
| 50 | > 1 error generated.
|
|---|
| 51 | > make: *** [x86-gc.o] Error 1
|
|---|
| 52 | > cc -include ../platform-darwinx8664.h -c ../bits.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 53 | > -g -O2 -Wno-format \
|
|---|
| 54 | > -I. -mmacosx-version-min=10.5 -isysroot / -o bits.o
|
|---|
| 55 | > 1 error generated.
|
|---|
| 56 | > make: *** [gc-common.o] Error 1
|
|---|
| 57 | > cc -include ../platform-darwinx8664.h -c ../x86-exceptions.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 58 | > -g -O2 -Wno-format \
|
|---|
| 59 | > -I. -mmacosx-version-min=10.5 -isysroot / -o x86-exceptions.o
|
|---|
| 60 | > ../pmcl-kernel.c:2478:13: warning: implicit declaration of function 'mach_task_self' is invalid in C99 [-Wimplicit-function-declaration]
|
|---|
| 61 | > task_info(mach_task_self(),
|
|---|
| 62 | > ^
|
|---|
| 63 | > 2 warnings and 1 error generated.
|
|---|
| 64 | > make: *** [pmcl-kernel.o] Error 1
|
|---|
| 65 | > cc -include ../platform-darwinx8664.h -c ../x86-utils.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 66 | > -g -O2 -Wno-format \
|
|---|
| 67 | > -I. -mmacosx-version-min=10.5 -isysroot / -o x86-utils.o
|
|---|
| 68 | > In file included from ../bits.c:21:
|
|---|
| 69 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 70 | > In file included from ../gc.h:125:
|
|---|
| 71 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 72 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 73 | > ^
|
|---|
| 74 | > 1 error generated.
|
|---|
| 75 | > make: *** [bits.o] Error 1
|
|---|
| 76 | > cc -include ../platform-darwinx8664.h -c ../thread_manager.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 77 | > -g -O2 -Wno-format \
|
|---|
| 78 | > -I. -mmacosx-version-min=10.5 -isysroot / -o thread_manager.o
|
|---|
| 79 | > In file included from ../x86-exceptions.c:18:
|
|---|
| 80 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 81 | > In file included from ../gc.h:125:
|
|---|
| 82 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 83 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 84 | > ^
|
|---|
| 85 | > ../x86-exceptions.c:1448:3: warning: implicit declaration of function 'darwin_sigreturn' is invalid in C99 [-Wimplicit-function-declaration]
|
|---|
| 86 | > ResetAltStack();
|
|---|
| 87 | > ^
|
|---|
| 88 | > ../x86-exceptions.h:99:25: note: expanded from macro 'ResetAltStack'
|
|---|
| 89 | > #define ResetAltStack() darwin_sigreturn(NULL, 0x80000000)
|
|---|
| 90 | > ^
|
|---|
| 91 | > 1 warning and 1 error generated.
|
|---|
| 92 | > ../thread_manager.c:605:3: warning: implicit declaration of function 'darwin_sigreturn' is invalid in C99 [-Wimplicit-function-declaration]
|
|---|
| 93 | > SIGRETURN(context);
|
|---|
| 94 | > ^
|
|---|
| 95 | > ../platform-darwinx8664.h:80:28: note: expanded from macro 'SIGRETURN'
|
|---|
| 96 | > #define SIGRETURN(context) DarwinSigReturn(context)make: *** [x86-exceptions.o] Error 1
|
|---|
| 97 | >
|
|---|
| 98 | > ^
|
|---|
| 99 | > ../platform-darwinx8664.hcc -include ../platform-darwinx8664.h -c ../lisp-debug.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 100 | > -g -O2 -Wno-format \
|
|---|
| 101 | > -I. -mmacosx-version-min=10.5 -isysroot / -o lisp-debug.o
|
|---|
| 102 | > :61:5: note: expanded from macro 'DarwinSigReturn'
|
|---|
| 103 | > darwin_sigreturn(context, 0x1e); \
|
|---|
| 104 | > ^
|
|---|
| 105 | > ../thread_manager.c:681:27: warning: implicit declaration of function 'mach_task_self' is invalid in C99 [-Wimplicit-function-declaration]
|
|---|
| 106 | > kret = semaphore_create(mach_task_self(),&s, SYNC_POLICY_FIFO, count);
|
|---|
| 107 | > ^
|
|---|
| 108 | > ../thread_manager.c:2711:7: warning: implicit declaration of function 'mach_port_get_refs' is invalid in C99 [-Wimplicit-function-declaration]
|
|---|
| 109 | > if (mach_port_get_refs(task,port,MACH_PORT_RIGHT_SEND,&nrefs) == KERN_SUCCESS) {
|
|---|
| 110 | > ^
|
|---|
| 111 | > In file included from ../lisp-debug.c:19:
|
|---|
| 112 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 113 | > In file included from ../gc.h:125:
|
|---|
| 114 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 115 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 116 | > ^
|
|---|
| 117 | > 1 error generated.
|
|---|
| 118 | > make: *** [lisp-debug.o] Error 1
|
|---|
| 119 | > cc -include ../platform-darwinx8664.h -c ../image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 120 | > -g -O2 -Wno-format \
|
|---|
| 121 | > -I. -mmacosx-version-min=10.5 -isysroot / -o image.o
|
|---|
| 122 | > cc -include ../platform-darwinx8664.h -c ../memory.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 123 | > -g -O2 -Wno-format \
|
|---|
| 124 | > -I. -mmacosx-version-min=10.5 -isysroot / -o memory.o
|
|---|
| 125 | > In file included from ../image.c:21:
|
|---|
| 126 | > In file included from ../gc.h:125:
|
|---|
| 127 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 128 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 129 | > ^
|
|---|
| 130 | > In file included from ../memory.c:19:
|
|---|
| 131 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 132 | > In file included from ../gc.h:125:
|
|---|
| 133 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 134 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 135 | > ^
|
|---|
| 136 | > 1 error generated.
|
|---|
| 137 | > make: *** [image.o] Error 1
|
|---|
| 138 | > cc -include ../platform-darwinx8664.h -c ../unix-calls.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 139 | > -g -O2 -Wno-format \
|
|---|
| 140 | > -I. -mmacosx-version-min=10.5 -isysroot / -o unix-calls.o
|
|---|
| 141 | > 1 error generated.
|
|---|
| 142 | > make: *** [memory.o] Error 1
|
|---|
| 143 | > cc -include ../platform-darwinx8664.h -c ../mach-o-image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 144 | > -g -O2 -Wno-format \
|
|---|
| 145 | > -I. -mmacosx-version-min=10.5 -isysroot / -o mach-o-image.o
|
|---|
| 146 | > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-asmutils64.s | as -arch x86_64 -g -o x86-asmutils64.o
|
|---|
| 147 | > cc -include ../platform-darwinx8664.h -c ../lispdcmd.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 148 | > -g -O2 -Wno-format \
|
|---|
| 149 | > -I. -mmacosx-version-min=10.5 -isysroot / -o lispdcmd.o
|
|---|
| 150 | > In file included from ../mach-o-image.c:29:
|
|---|
| 151 | > In file included from ../gc.h:125:
|
|---|
| 152 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 153 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 154 | > ^
|
|---|
| 155 | > 1 error generated.
|
|---|
| 156 | > make: *** [mach-o-image.o] Error 1
|
|---|
| 157 | > cc -include ../platform-darwinx8664.h -c ../plprint.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 158 | > -g -O2 -Wno-format \
|
|---|
| 159 | > -I. -mmacosx-version-min=10.5 -isysroot / -o plprint.o
|
|---|
| 160 | > In file included from ../lispdcmd.c:22:
|
|---|
| 161 | > In file included from ../lispdcmd.h:23:
|
|---|
| 162 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 163 | > In file included from ../gc.h:125:
|
|---|
| 164 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 165 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 166 | > ^
|
|---|
| 167 | > 1 error generated.
|
|---|
| 168 | > make: *** [lispdcmd.o] Error 1
|
|---|
| 169 | > cc -include ../platform-darwinx8664.h -c ../plsym.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 170 | > -g -O2 -Wno-format \
|
|---|
| 171 | > -I. -mmacosx-version-min=10.5 -isysroot / -o plsym.o
|
|---|
| 172 | > In file included from ../plprint.c:18:
|
|---|
| 173 | > In file included from ../lispdcmd.h:23:
|
|---|
| 174 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 175 | > In file included from ../gc.h:125:
|
|---|
| 176 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 177 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 178 | > ^
|
|---|
| 179 | > 1 error generated.
|
|---|
| 180 | > make: *** [plprint.o] Error 1
|
|---|
| 181 | > cc -include ../platform-darwinx8664.h -c ../xlbt.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 182 | > -g -O2 -Wno-format \
|
|---|
| 183 | > -I. -mmacosx-version-min=10.5 -isysroot / -o xlbt.o
|
|---|
| 184 | > In file included from ../plsym.c:18:
|
|---|
| 185 | > In file included from ../lispdcmd.h:23:
|
|---|
| 186 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 187 | > In file included from ../gc.h:125:
|
|---|
| 188 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 189 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 190 | > ^
|
|---|
| 191 | > 1 error generated.
|
|---|
| 192 | > make: *** [plsym.o] Error 1
|
|---|
| 193 | > cc -include ../platform-darwinx8664.h -c ../x86_print.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15471" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
|
|---|
| 194 | > -g -O2 -Wno-format \
|
|---|
| 195 | > -I. -mmacosx-version-min=10.5 -isysroot / -o x86_print.o
|
|---|
| 196 | > In file included from ../xlbt.c:17:
|
|---|
| 197 | > In file included from ../lispdcmd.h:23:
|
|---|
| 198 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 199 | > In file included from ../gc.h:125:
|
|---|
| 200 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 201 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 202 | > ^
|
|---|
| 203 | > 1 error generated.
|
|---|
| 204 | > make: *** [xlbt.o] Error 1
|
|---|
| 205 | > In file included from ../x86_print.c:26:
|
|---|
| 206 | > In file included from ../lisp-exceptions.h:24:
|
|---|
| 207 | > In file included from ../gc.h:125:
|
|---|
| 208 | > /usr/include/mach/task_info.h:252:2: error: unknown type name 'vm_extmod_statistics_data_t'
|
|---|
| 209 | > vm_extmod_statistics_data_t extmod_statistics;
|
|---|
| 210 | > ^
|
|---|
| 211 | > 3 warnings generated.
|
|---|
| 212 | > 1 error generated.
|
|---|
| 213 | > make: *** [x86_print.o] Error 1
|
|---|
| 214 | > make: Target `all' not remade because of errors.
|
|---|
| 215 | >
|
|---|
| 216 | > While executing: REBUILD-CCL, in process listener(1).
|
|---|
| 217 | > Type :POP to abort, :R for a list of available restarts.
|
|---|
| 218 | > Type :? for other options.
|
|---|
| 219 | 1 > (quit)
|
|---|
| 220 | kingston$ exit
|
|---|
| 221 | |
|---|
| 222 | Script done on Mon Oct 1 21:22:14 2012 |
|---|