Custom Query (1030 matches)
Results (991 - 993 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #745 | fixed | Building COCOA-APPLICATION only sometimes causes ASDF to be loaded | ||
| Description |
I am using the trunk (1.6-dev-r14297M) on an Intel mac running 10.6.4. After updating from SVN, I rebuild the IDE in two steps:
The image dumped by the first of these steps never has ASDF in it (which is fine). The image dumped by the second of these steps *sometimes* has ASDF in it, which is at least annoying. Whether or not it contains ASDF depends on how much it needs to recompile, I think.
To replicate this: from the CCL root directory (whatever $ find cocoa-ide examples -name '*.dx64fsl' -exec rm {} \;
After this, the first time the IDE is build it will not include ASDF. The next time it will. The problem is obviously related to how much needs to be compiled, but I've not been able to work out what exactly. |
|||
| #971 | fixed | Current trunk appears not to build on OSX 10.7 | ||
| Description |
This may be idiocy on my part (more than likely). If more information is needed (or if I am indeed an idiot) let me know.
I'm running 10.7.4: uname -a says I'm at r15371, which I think should be the current trunk: I have updated after Gary's "trunk is OK now" message the other day and did not do a build during that window. I have formerly been able to build on Lion (almost the only thing Apple did not manage to break). I have deleted and let SVN put back the various image files. I get this: kingston$ ccl -n Welcome to Clozure Common Lisp Version 1.7-dev-r14869 (DarwinX8664)! ? (ccl:rebuild-ccl :full t :allow-constant-redefinition t :allow-other-keys t) Rebuilding Clozure Common Lisp using Version 1.7-dev-r14869 (DarwinX8664) ;Building lisp-kernel ... > Error: Error(s) during kernel compilation. > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -o x86-spjump64.o > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -o x86-spentry64.o > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -o x86-subprims64.o > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -o imports.o > cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o pmcl-kernel.o > cc -include ../platform-darwinx8664.h -c ../gc-common.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o gc-common.o > ../x86-spentry64.s:4233:32-bit absolute addressing is not supported for x86-64 > ../x86-spentry64.s:4233:cannot do signed 4 byte relocation > ../x86-spentry64.s:4237:32-bit absolute addressing is not supported for x86-64 > ../x86-spentry64.s:4237:cannot do signed 4 byte relocation > ../x86-spentry64.s:4427:32-bit absolute addressing is not supported for x86-64 > ../x86-spentry64.s:4427:cannot do signed 4 byte relocation > ../x86-spentry64.s:4431:32-bit absolute addressing is not supported for x86-64 > ../x86-spentry64.s:4431:cannot do signed 4 byte relocation > make: *** [x86-spentry64.o] Error 1 > cc -include ../platform-darwinx8664.h -c ../x86-gc.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o x86-gc.o > cc -include ../platform-darwinx8664.h -c ../bits.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o bits.o > cc -include ../platform-darwinx8664.h -c ../x86-exceptions.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o x86-exceptions.o > cc -include ../platform-darwinx8664.h -c ../x86-utils.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o x86-utils.o > cc -include ../platform-darwinx8664.h -c ../thread_manager.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o thread_manager.o > cc -include ../platform-darwinx8664.h -c ../lisp-debug.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o lisp-debug.o > ../thread_manager.c:1751:1: warning: control may reach end of non-void function [-Wreturn-type] > } > ^ > cc -include ../platform-darwinx8664.h -c ../image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o image.o > ../image.c:376:2: warning: implicit declaration of function 'set_nil' is invalid in C99 [-Wimplicit-function-declaration] > set_nil(image_nil); > ^ > ../image.c:386:2: warning: implicit declaration of function 'make_dynamic_heap_executable' is invalid in C99 [-Wimplicit-function-declaration] > make_dynamic_heap_executable(a->low, a->active); > ^ > ../image.c:414:9: warning: implicit declaration of function 'lower_heap_start' is invalid in C99 [-Wimplicit-function-declaration] > lower_heap_start(static_cons_area->low,a); > ^ > ../image.c:419:2: warning: implicit declaration of function 'xMakeDataExecutable' is invalid in C99 [-Wimplicit-function-declaration] > xMakeDataExecutable(a->low, a->active - a->low); > ^ > 1 warning generated. > cc -include ../platform-darwinx8664.h -c ../memory.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o memory.o > ../memory.c:154:3: warning: implicit declaration of function 'raise_limit' is invalid in C99 [-Wimplicit-function-declaration] > raise_limit(); > ^ > 4 warnings generated. > cc -include ../platform-darwinx8664.h -c ../unix-calls.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o unix-calls.o > cc -include ../platform-darwinx8664.h -c ../mach-o-image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o mach-o-image.o > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-asmutils64.s | as -arch x86_64 -g -o x86-asmutils64.o > cc -include ../platform-darwinx8664.h -c ../lispdcmd.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o lispdcmd.o > 1 warning generated. > cc -include ../platform-darwinx8664.h -c ../plprint.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o plprint.o > ../mach-o-image.c:515:5: warning: implicit declaration of function 'prepare_to_write_dynamic_space' is invalid in C99 [-Wimplicit-function-declaration] > prepare_to_write_dynamic_space(managed_static_area); > ^ > ../mach-o-image.c:570:3: warning: implicit declaration of function 'prepare_to_write_static_space' is invalid in C99 [-Wimplicit-function-declaration] > prepare_to_write_static_space(egc_was_enabled); > ^ > ../mach-o-image.c:801:5: warning: implicit declaration of function 'set_nil' is invalid in C99 [-Wimplicit-function-declaration] > set_nil(image_nil); > ^ > ../mach-o-image.c:819:5: warning: implicit declaration of function 'map_initial_reloctab' is invalid in C99 [-Wimplicit-function-declaration] > map_initial_reloctab(p, q); > ^ > ../mach-o-image.c:820:5: warning: implicit declaration of function 'map_initial_markbits' is invalid in C99 [-Wimplicit-function-declaration] > map_initial_markbits(p, q); > ^ > ../mach-o-image.c:825:5: warning: implicit declaration of function 'xMakeDataExecutable' is invalid in C99 [-Wimplicit-function-declaration] > xMakeDataExecutable(a->low, a->active - a->low); > ^ > ../mach-o-image.c:829:5: warning: implicit declaration of function 'lower_heap_start' is invalid in C99 [-Wimplicit-function-declaration] > lower_heap_start(sc_start,a); > ^ > cc -include ../platform-darwinx8664.h -c ../plsym.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o plsym.o > cc -include ../platform-darwinx8664.h -c ../xlbt.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o xlbt.o > cc -include ../platform-darwinx8664.h -c ../x86_print.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \ > -g -O2 -Wno-format \ > -I. -mmacosx-version-min=10.5 -isysroot / -o x86_print.o > ../x86_print.c:161:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] > static tried_to_resolve_hook = false; > ~~~~~~ ^ > 7 warnings generated. > 1 warning generated. > make: Target `all' not remade because of errors. > > While executing: REBUILD-CCL, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > |
|||
| #972 | fixed | Building the IDE may be broen in r15373 | ||
| Description |
This may be related to #971. After that was resolved I've done an SVN update and am now at r15373. CCL builds fine at this point. But if I try and build the IDE I get the result below. As before I'm running on OSX 10.7.4, and I'm running the 64-bit version. After the SVN update I've built twice (ie once with the old image, with the usual couple of warnings about argument-count mismatches, and then again with the new image. Both builds seemed fine to me. Again this may just be stupidity on my part. I don't know the kernel debugger, but if there is output you need from it let me know. kingston$ ccl -n Welcome to Clozure Common Lisp Version 1.9-dev-r15373M (DarwinX8664)! ? (require :cocoa-application) Unhandled exception 10 at 0x22a6f, context->regs at #xb029ad50 Exception occurred while executing foreign code at mark_memoized_area + 223 received signal 10; faulting address: 0x307e0000a000 ? for help [8855] Clozure CL kernel debugger: B current thread: tcr = 0x1062c0, native thread ID = 0xc603, interrupts enabled (#x0000000020E19298) #x0000000000000000 : () + ?? Bad frame! (1300b < 20e19298) [8855] Clozure CL kernel debugger: |
|||
