[Openmcl-devel] CCL install & update fail with Catalina.

R. Matthew Emerson rme at acm.org
Fri Nov 22 14:15:53 PST 2019


That shows that the lisp kernel was compiled successfully.

If you go back to the ccl directory, i.e., cd ../.. and then run

./dx86cl64

then that should start the lisp.

I would then expect (rebuild-ccl :full t) to work.



> On Nov 22, 2019, at 1:13 PM, martin <brooks.martin at sympatico.ca> wrote:
> 
> Does this help:
> 
> sv1 at SV1 darwinx8664 % make
> gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -Q -o x86-spjump64.o
> gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -Q -o x86-spentry64.o
> gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -Q -o x86-subprims64.o
> gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -Q -o imports.o
> dtrace -h -s ../probes.d
> cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o pmcl-kernel.o
> cc -include ../platform-darwinx8664.h -c ../gc-common.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o gc-common.o
> cc -include ../platform-darwinx8664.h -c ../x86-gc.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o x86-gc.o
> cc -include ../platform-darwinx8664.h -c ../bits.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o bits.o
> cc -include ../platform-darwinx8664.h -c ../x86-exceptions.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o x86-exceptions.o
> cc -include ../platform-darwinx8664.h -c ../x86-utils.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o x86-utils.o
> cc -include ../platform-darwinx8664.h -c ../thread_manager.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o thread_manager.o
> cc -include ../platform-darwinx8664.h -c ../lisp-debug.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o lisp-debug.o
> cc -include ../platform-darwinx8664.h -c ../image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o image.o
> cc -include ../platform-darwinx8664.h -c ../memory.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o memory.o
> cc -include ../platform-darwinx8664.h -c ../unix-calls.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o unix-calls.o
> cc -include ../platform-darwinx8664.h -c ../mach-o-image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o mach-o-image.o
> gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-asmutils64.s | as -arch x86_64 -g -Q -o x86-asmutils64.o
> mig -arch x86_64 -header /dev/null -user /dev/null \
> 		-sheader mach_exc.h -server mach_exc_server.c \
> 		 ../mach_exc.defs
> cc -include ../platform-darwinx8664.h -c mach_exc_server.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o mach_exc_server.o
> cc -include ../platform-darwinx8664.h -c ../lispdcmd.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o lispdcmd.o
> cc -include ../platform-darwinx8664.h -c ../plprint.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o plprint.o
> cc -include ../platform-darwinx8664.h -c ../plsym.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o plsym.o
> cc -include ../platform-darwinx8664.h -c ../xlbt.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o xlbt.o
> cc -include ../platform-darwinx8664.h -c ../x86_print.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.5-10-g71cc1a5a" -DUSE_DTRACE \
> 	-g -O -Wno-format  \
> 	 -I. -mmacosx-version-min=10.9 -o x86_print.o
> cc -mmacosx-version-min=10.9 -arch x86_64 \
> 	 -Wl,-no_pie,-pagezero_size,0x11000,-seg1addr,0x11000 \
> 	 -o ../../dx86cl64 x86-spjump64.o x86-spentry64.o x86-subprims64.o  imports.o pmcl-kernel.o gc-common.o x86-gc.o bits.o  x86-exceptions.o x86-utils.o thread_manager.o lisp-debug.o image.o memory.o unix-calls.o mach-o-image.o x86-asmutils64.o mach_exc_server.o lispdcmd.o plprint.o plsym.o xlbt.o x86_print.o
> 
> 
> 
> 
>> On Nov 18, 2019, at 8:47 PM, R. Matthew Emerson <rme at acm.org <mailto:rme at acm.org>> wrote:
>> 
>> 
>> 
>>> On Nov 18, 2019, at 5:03 PM, martin <brooks.martin at sympatico.ca <mailto:brooks.martin at sympatico.ca>> wrote:
>>> 
>>> Thank you Matthew
>>> 
>>> Xcode 10.3 installed and switched-to, and verified:
>>> 
>>> sv1 at SV1 Lisp new % system_profiler SPDeveloperToolsDataType
>>> Developer:
>>> 
>>>     Developer Tools:
>>> 
>>>       Version: 10.3 (10G8)
>>>       Location: /Applications/Xcode-10.3.app
>>>       Applications:
>>>           Xcode: 10.3 (14492.2)
>>>           Instruments: 10.2.1 (64492.2)
>>>       SDKs:
>>>           iOS:
>>>               12.4: (16G73)
>>>           iOS Simulator:
>>>               12.4: (16G73)
>>>           macOS:
>>>               10.14: (18G74)
>>>           tvOS:
>>>               12.4: (16M567)
>>>           tvOS Simulator:
>>>               12.4: (16M567)
>>>           watchOS:
>>>               5.3: (16U567)
>>>           watchOS Simulator:
>>>               5.3: (16U567)
>>> 
>>> 
>>> It appears that the 10.3 command line tools are automatically switched-to:
>>> 
>>> sv1 at SV1 Lisp new % xcode-select -p                                     
>>> /Applications/Xcode-10.3.app/Contents/Developer
>>> 
>>> However, Lisp still does not update.
>>> 
>>> sv1 at SV1 Lisp new % ./dx86cl64 -n
>>> Clozure Common Lisp Version 1.12-dev (v1.12-dev.5) DarwinX8664
>>> 
>>> ? (rebuild-ccl :full t)
>>> 
>>> ;Loading #P"/Users/sv1/Lisp new/level-0/nfasload.dx64fsl"...
>>> ;Wrote bootstrapping image: #P"/Users/sv1/Lisp new/x86-boot64.image"
>>> ;Building lisp-kernel ...
>>> > Error: Error(s) during kernel compilation.
>>> >        
>>> > While executing: REBUILD-CCL, in process listener(1).
>>> > Type :POP to abort, :R for a list of available restarts.
>>> > Type :? for other options.
>>> 1 > 
>> 
>> If you build the lisp kernel by hand, we should be able to see the error messages.
>> 
>> Go to the CCL directory, then do:
>> 
>> cd lisp-kernel/darwinx8664
>> make clean
>> make
>> 
>> and then we should be able to see what is going wrong.
>> 
>> -m
>> 
>> 
>> 
>> 
>> 
>>> 
>>> 
>>> Thanks for any ideas of what to check,
>>> Martin
>>> 
>>> 
>>>> On Nov 18, 2019, at 11:32 AM, R. Matthew Emerson <rme at acm.org <mailto:rme at acm.org>> wrote:
>>>> 
>>>> At least part of this is because Xcode 11 can't compile parts of the CCL lisp kernel.
>>>> 
>>>> https://github.com/Clozure/ccl/issues/226#issuecomment-541491005 <https://github.com/Clozure/ccl/issues/226#issuecomment-541491005>
>>>> 
>>>> The workaround for now is to install Xcode 10.3 (you can install multiple versions of Xcode).
>>>> 
>>>> Download it from here:
>>>> https://download.developer.apple.com/Developer_Tools/Xcode_10.3/Xcode_10.3.xip <https://download.developer.apple.com/Developer_Tools/Xcode_10.3/Xcode_10.3.xip>
>>>> 
>>>> After you double-click Xcode_10.3.xip to uncompress it, rename the Xcode.app to Xcode-10.3.app and then move it to your /Applications folder.
>>>> 
>>>> Next, in the terminal, type
>>>> 
>>>> sudo xcode-select -s /Applications/Xcode-10.3.app
>>>> 
>>>> This switches the command-line compiler, etc. to use the versions from Xcode 10.3.  After doing that, you will be able rebuild ccl.
>>>> 
>>>>> On Nov 17, 2019, at 7:46 AM, martin <brooks.martin at sympatico.ca <mailto:brooks.martin at sympatico.ca>> wrote:
>>>>> 
>>>>> Hello all:
>>>>> 
>>>>> The steps below show my failed attempt to update CCL 1.12-dev.5 after installing Catalina.
>>>>> I then re-installed CCL and tried update — same error.
>>>>> 
>>>>> Separate, but also after re-installing CCL, I get an error from the Quicklisp setup:
>>>>> 
>>>>> ? (load "/Users/sv1/quicklisp/setup.lisp")                                
>>>>>> Error: The value "CL" is not of the expected type LIST.
>>>>>> While executing: (:INTERNAL CCL::OPERATION-ON-ALL-SPECS CCL::%DEFINE-PACKAGE), in process listener(1).
>>>>>> Type :POP to abort, :R for a list of available restarts.
>>>>>> Type :? for other options.
>>>>> 1 > 
>>>>> 
>>>>> Thanks for any help.
>>>>> Martin
>>>>> 
>>>>> 
>>>>> Here is my failing saga after installing Catalina:
>>>>> 
>>>>> —————————————
>>>>> ***** At first I had the Xcode command line tools error:
>>>>> 
>>>>> ;Building lisp-kernel ...
>>>>>> Error: Error(s) during kernel compilation.
>>>>>>       xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
>>>>> 
>>>>> —————————————
>>>>> ***** Install Xcode command line tools:
>>>>> 
>>>>> SV1:Lisp sv1$ xcode-select --install
>>>>> xcode-select: note: install requested for command line developer tools
>>>>> 
>>>>> —————————————
>>>>> ***** UPDATE EXISTING CCL FAIL (see near bottom for more detail)
>>>>> 
>>>>>> Error: Error(s) during kernel compilation.
>>>>>> 
>>>>>> While executing: REBUILD-CCL, in process listener(1).
>>>>>> Type :POP to abort, :R for a list of available restarts.
>>>>>> Type :? for other options.
>>>>> 1 > :b
>>>>> (12198B0) : 0 (FUNCALL #'#<REBUILD-CCL> :UPDATE NIL :FULL T :CLEAN T :KERNEL T :FORCE NIL :RELOAD T :EXIT NIL :RELOAD-ARGUMENTS NIL :VERBOSE NIL :OPTIONAL-FEATURES NIL :SAVE-SOURCE-LOCATIONS :NO-TEXT :ALLOW-CONSTANT-REDEFINITION T) 2965
>>>>> (1219A80) : 1 (CALL-CHECK-REGS REBUILD-CCL :FULL T) 229
>>>>> (1219AB8) : 2 (TOPLEVEL-EVAL (REBUILD-CCL :FULL T) NIL) 789
>>>>> (1219B30) : 3 (READ-LOOP :INPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x302000327E1D> :OUTPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x302000327CBD> :BREAK-LEVEL 0 :PROMPT-FUNCTION #<Compiled-function (:INTERNAL CCL::READ-LOOP) (Non-Global)  #x30000058312F>) 2421
>>>>> (1219D78) : 4 (RUN-READ-LOOP :BREAK-LEVEL 0) 157
>>>>> (1219DA0) : 5 (TOPLEVEL-LOOP) 93
>>>>> (1219DB0) : 6 (FUNCALL #'#<(:INTERNAL (TOPLEVEL-FUNCTION (CCL::LISP-DEVELOPMENT-SYSTEM T)))>) 109
>>>>> (1219DD0) : 7 (FUNCALL #'#<(:INTERNAL CCL::MAKE-MCL-LISTENER-PROCESS)>) 661
>>>>> (1219E68) : 8 (RUN-PROCESS-INITIAL-FORM #<TTY-LISTENER listener(1) [Active] #x302000326D1D> (#<COMPILED-LEXICAL-CLOSURE # #x30200032684F>)) 741
>>>>> (1219EF0) : 9 (FUNCALL #'#<(:INTERNAL (CCL::%PROCESS-PRESET-INTERNAL (PROCESS)))> #<TTY-LISTENER listener(1) [Active] #x302000326D1D> (#<COMPILED-LEXICAL-CLOSURE # #x30200032684F>)) 581
>>>>> (1219F98) : 10 (FUNCALL #'#<(:INTERNAL CCL::THREAD-MAKE-STARTUP-FUNCTION)>) 277
>>>>> 
>>>>> 
>>>>> —————————————
>>>>> ***** INSTALL new CCL v1.12-dev.5
>>>>> 
>>>>> SV1:Lisp sv1$ git clone https://github.com/Clozure/ccl.git <https://github.com/Clozure/ccl.git> ccl-dev
>>>>> Cloning into 'ccl-dev'...
>>>>> remote: Enumerating objects: 31524, done.
>>>>> remote: Total 31524 (delta 0), reused 0 (delta 0), pack-reused 31524
>>>>> Receiving objects: 100% (31524/31524), 44.38 MiB | 295.00 KiB/s, done.
>>>>> Resolving deltas: 100% (22824/22824), done.
>>>>> SV1:Lisp sv1$ curl -L -O https://github.com/Clozure/ccl/releases/download/v1.12-dev.5/darwinx86.tar.gz <https://github.com/Clozure/ccl/releases/download/v1.12-dev.5/darwinx86.tar.gz>
>>>>>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>>>>>                                 Dload  Upload   Total   Spent    Left  Speed
>>>>> 100   606    0   606    0     0   1204      0 --:--:-- --:--:-- --:--:--  1204
>>>>> 100 36.6M  100 36.6M    0     0   301k      0  0:02:04  0:02:04 --:--:--  307k
>>>>> SV1:Lisp sv1$ cd ccl-dev
>>>>> SV1:ccl-dev sv1$ tar xf ../darwinx86.tar.gz
>>>>> 
>>>>> 
>>>>> —————————————
>>>>> ***** LOOKS OK:
>>>>> 
>>>>> SV1:ccl-dev sv1$ ls
>>>>> LICENSE			darwin-x86-headers	dx86cl.image		level-0			lisp-kernel		tools
>>>>> README.md		darwin-x86-headers64	dx86cl64		level-1			mac-ui			xdump
>>>>> cocoa-ide		doc			dx86cl64.image		lib			objc-bridge
>>>>> compiler		dx86cl			examples		library			script
>>>>> 
>>>>> 
>>>>> —————————————
>>>>> ***** UPDATE FAIL, same as before.
>>>>> 
>>>>> SV1:ccl-dev sv1$ ./dx86cl64 -n
>>>>> Clozure Common Lisp Version 1.12-dev (v1.12-dev.5) DarwinX8664
>>>>> 
>>>>> ? (rebuild-ccl :full t)
>>>>> Rebuilding Clozure Common Lisp using Version 1.12-dev (v1.12-dev.5) DarwinX8664
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/systems.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/systems.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/compile-ccl.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/compile-ccl.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/nxenv.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/nxenv.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/nx.lisp"...
>>>>> ; Including "/Users/sv1/Lisp/ccl-dev/compiler/nx-basic.lisp"...
>>>>> ; Including "/Users/sv1/Lisp/ccl-dev/compiler/lambda-list.lisp"...
>>>>> ; Including "/Users/sv1/Lisp/ccl-dev/compiler/nx0.lisp"...
>>>>> ; Including "/Users/sv1/Lisp/ccl-dev/compiler/nx1.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/l1-fasls/nx.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/optimizers.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/optimizers.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/dll-node.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/dll-node.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/arch.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/arch.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/vreg.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/vreg.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/vinsn.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/vinsn.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/reg.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/reg.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/subprims.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/subprims.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/backend.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/backend.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/nx2.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/nx2.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/acode-rewrite.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/acode-rewrite.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/X8632/x8632-arch.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x8632-arch.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/X8664/x8664-arch.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x8664-arch.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x86-arch.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-arch.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/x8632env.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x8632env.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/x8664env.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x8664env.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x86-asm.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-asm.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x86-lap.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-lap.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x86-backend.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-backend.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/X8664/x8664-backend.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x8664-backend.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/X8664/x8664-vinsns.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x8664-vinsns.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x862.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x862.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x86-lapmacros.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-lapmacros.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/xdump/xx8664-fasload.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/xdump/xx8664-fasload.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/xdump/xfasload.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/xdump/xfasload.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/xdump/heap-image.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/xdump/heap-image.dx64fsl"...
>>>>> Can't find #P"ccl:library;lispequ.dx64fsl.newest" so requiring "ccl:library;lispequ.lisp" instead
>>>>> Can't find #P"ccl:bin;hash.dx64fsl.newest" so requiring "ccl:lib;hash.lisp" instead
>>>>> Can't find #P"ccl:bin;backquote.dx64fsl.newest" so requiring "ccl:lib;backquote.lisp" instead
>>>>> Can't find #P"ccl:bin;level-2.dx64fsl.newest" so requiring "ccl:lib;level-2.lisp" instead
>>>>> Can't find #P"ccl:bin;macros.dx64fsl.newest" so requiring "ccl:lib;macros.lisp" instead
>>>>> Can't find #P"ccl:bin;defstruct-macros.dx64fsl.newest" so requiring "ccl:lib;defstruct-macros.lisp" instead
>>>>> Can't find #P"ccl:bin;lists.dx64fsl.newest" so requiring "ccl:lib;lists.lisp" instead
>>>>> Can't find #P"ccl:bin;chars.dx64fsl.newest" so requiring "ccl:lib;chars.lisp" instead
>>>>> Can't find #P"ccl:bin;setf.dx64fsl.newest" so requiring "ccl:lib;setf.lisp" instead
>>>>> Can't find #P"ccl:bin;setf-runtime.dx64fsl.newest" so requiring "ccl:lib;setf-runtime.lisp" instead
>>>>> Can't find #P"ccl:bin;defstruct.dx64fsl.newest" so requiring "ccl:lib;defstruct.lisp" instead
>>>>> Can't find #P"ccl:bin;defstruct-lds.dx64fsl.newest" so requiring "ccl:lib;defstruct-lds.lisp" instead
>>>>> Can't find #P"ccl:bin;foreign-types.dx64fsl.newest" so requiring "ccl:lib;foreign-types.lisp" instead
>>>>> Can't find #P"ccl:bin;db-io.dx64fsl.newest" so requiring "ccl:lib;db-io.lisp" instead
>>>>> Can't find #P"ccl:bin;nfcomp.dx64fsl.newest" so requiring "ccl:lib;nfcomp.lisp" instead
>>>>> Can't find #P"ccl:bin;hashenv.dx64fsl.newest" so requiring "ccl:xdump;hashenv.lisp" instead
>>>>> Can't find #P"ccl:bin;ffi-darwinx8664.dx64fsl.newest" so requiring "ccl:lib;ffi-darwinx8664.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/lispequ.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/library/lispequ.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/hash.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/hash.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/backquote.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/backquote.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/level-2.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/level-2.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/macros.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/macros.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/defstruct-macros.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/defstruct-macros.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/lists.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/lists.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/chars.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/chars.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/setf.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/setf.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/setf-runtime.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/setf-runtime.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/defstruct.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/defstruct.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/defstruct-lds.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/defstruct-lds.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/foreign-types.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/foreign-types.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/db-io.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/db-io.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/nfcomp.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/nfcomp.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/xdump/hashenv.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/hashenv.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/ffi-darwinx8664.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/ffi-darwinx8664.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/level-1.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-cl-package.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-boot-1.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-boot-2.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-boot-3.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-utils.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-init.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-symhash.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-numbers.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-aprims.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-sort.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-dcode.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-clos-boot.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-clos.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-unicode.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-streams.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-files.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-io.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-format.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-readloop.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-reader.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-sysio.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-pathnames.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-events.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-boot-lds.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-readloop-lds.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-lisp-threads.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-application.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-processes.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-typesys.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/sysutils.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-error-system.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-error-signal.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/version.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-callbacks.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/l1-sockets.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/linux-files.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/x86-error-signal.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/x86-trap-support.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/x86-threads-utils.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/x86-callback-support.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/streams.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/streams.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/pathnames.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/pathnames.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/backtrace.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/backtrace.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/apropos.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/apropos.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/numbers.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/numbers.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/dumplisp.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/dumplisp.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/source-files.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/source-files.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/swink.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/swink.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/x86-backtrace.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-backtrace.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/compiler/X86/x86-disassemble.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-disassemble.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/x86-watch.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/x86-watch.dx64fsl"...
>>>>> Can't find #P"ccl:bin;encapsulate.dx64fsl.newest" so requiring "ccl:lib;encapsulate.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/encapsulate.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/encapsulate.dx64fsl"...
>>>>> Can't find #P"ccl:bin;read.dx64fsl.newest" so requiring "ccl:lib;read.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/read.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/read.dx64fsl"...
>>>>> Can't find #P"ccl:bin;misc.dx64fsl.newest" so requiring "ccl:lib;misc.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/misc.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/misc.dx64fsl"...
>>>>> Can't find #P"ccl:bin;arrays-fry.dx64fsl.newest" so requiring "ccl:lib;arrays-fry.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/arrays-fry.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/arrays-fry.dx64fsl"...
>>>>> Can't find #P"ccl:bin;sequences.dx64fsl.newest" so requiring "ccl:lib;sequences.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/sequences.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/sequences.dx64fsl"...
>>>>> Can't find #P"ccl:bin;sort.dx64fsl.newest" so requiring "ccl:lib;sort.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/sort.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/sort.dx64fsl"...
>>>>> Can't find #P"ccl:bin;method-combination.dx64fsl.newest" so requiring "ccl:lib;method-combination.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/method-combination.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/method-combination.dx64fsl"...
>>>>> Can't find #P"ccl:bin;case-error.dx64fsl.newest" so requiring "ccl:lib;case-error.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/case-error.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/case-error.dx64fsl"...
>>>>> Can't find #P"ccl:bin;pprint.dx64fsl.newest" so requiring "ccl:lib;pprint.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/pprint.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/pprint.dx64fsl"...
>>>>> Can't find #P"ccl:bin;format.dx64fsl.newest" so requiring "ccl:lib;format.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/format.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/format.dx64fsl"...
>>>>> Can't find #P"ccl:bin;time.dx64fsl.newest" so requiring "ccl:lib;time.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/time.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/time.dx64fsl"...
>>>>> Can't find #P"ccl:bin;backtrace-lds.dx64fsl.newest" so requiring "ccl:lib;backtrace-lds.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/backtrace-lds.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/backtrace-lds.dx64fsl"...
>>>>> Can't find #P"ccl:bin;ccl-export-syms.dx64fsl.newest" so requiring "ccl:lib;ccl-export-syms.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/ccl-export-syms.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/ccl-export-syms.dx64fsl"...
>>>>> Can't find #P"ccl:bin;prepare-mcl-environment.dx64fsl.newest" so requiring "ccl:lib;prepare-mcl-environment.lisp" instead
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/prepare-mcl-environment.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/bin/prepare-mcl-environment.dx64fsl"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/number-macros.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/number-case-macro.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/loop.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-1/runtime.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/mcl-compat.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/arglist.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/edit-callers.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/lib/describe.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/cover.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/leaks.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/core-files.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/dominance.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/swank-loader.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/remote-lisp.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/tools/asdf.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/sockets.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/tools/defsystem.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/jp-encode.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/library/cn-encode.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-aprims.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-array.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-bignum32.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-bignum64.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-cfm-support.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-complex.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-def.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-error.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-float.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-hash.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-init.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-int.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-io.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-misc.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-numbers.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-pred.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-symbol.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/l0-utils.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/nfasload.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/X8664/x8664-bignum.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-array.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-clos.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-def.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-float.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-hash.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-io.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-misc.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-numbers.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-pred.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-symbol.lisp"...
>>>>> ;Compiling "/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-utils.lisp"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/X8664/x8664-bignum.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-array.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-clos.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-def.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-float.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-hash.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-io.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-misc.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-numbers.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-pred.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-symbol.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/X86/x86-utils.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-aprims.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-array.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-bignum32.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-bignum64.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-cfm-support.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-complex.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-def.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-error.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-float.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-hash.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-init.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-int.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-io.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-misc.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-numbers.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-pred.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-symbol.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/l0-utils.dx64fsl"...
>>>>> ;Loading #P"/Users/sv1/Lisp/ccl-dev/level-0/nfasload.dx64fsl"...
>>>>> ;Wrote bootstrapping image: #P"/Users/sv1/Lisp/ccl-dev/x86-boot64.image"
>>>>> ;Building lisp-kernel ...
>>>>>> Error: Error(s) during kernel compilation.
>>>>>> 
>>>>>> While executing: REBUILD-CCL, in process listener(1).
>>>>>> Type :POP to abort, :R for a list of available restarts.
>>>>>> Type :? for other options.
>>>>> 1 >  :b
>>>>> (1A198B0) : 0 (FUNCALL #'#<REBUILD-CCL> :UPDATE NIL :FULL T :CLEAN T :KERNEL T :FORCE NIL :RELOAD T :EXIT NIL :RELOAD-ARGUMENTS NIL :VERBOSE NIL :OPTIONAL-FEATURES NIL :SAVE-SOURCE-LOCATIONS :NO-TEXT :ALLOW-CONSTANT-REDEFINITION T) 2693
>>>>> (1A19A80) : 1 (CALL-CHECK-REGS REBUILD-CCL :FULL T) 229
>>>>> (1A19AB8) : 2 (TOPLEVEL-EVAL (REBUILD-CCL :FULL T) NIL) 789
>>>>> (1A19B30) : 3 (READ-LOOP :INPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x3020003294AD> :OUTPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x30200032934D> :BREAK-LEVEL 0 :PROMPT-FUNCTION #<Compiled-function (:INTERNAL CCL::READ-LOOP) (Non-Global)  #x30000058862F>) 2341
>>>>> (1A19D78) : 4 (RUN-READ-LOOP :BREAK-LEVEL 0) 157
>>>>> (1A19DA0) : 5 (TOPLEVEL-LOOP) 93
>>>>> (1A19DB0) : 6 (FUNCALL #'#<(:INTERNAL (TOPLEVEL-FUNCTION (CCL::LISP-DEVELOPMENT-SYSTEM T)))>) 109
>>>>> (1A19DD0) : 7 (FUNCALL #'#<(:INTERNAL CCL::MAKE-MCL-LISTENER-PROCESS)>) 661
>>>>> (1A19E68) : 8 (RUN-PROCESS-INITIAL-FORM #<TTY-LISTENER listener(1) [Active] #x30200032833D> (#<COMPILED-LEXICAL-CLOSURE # #x302000327E6F>)) 669
>>>>> (1A19EF0) : 9 (FUNCALL #'#<(:INTERNAL (CCL::%PROCESS-PRESET-INTERNAL (PROCESS)))> #<TTY-LISTENER listener(1) [Active] #x30200032833D> (#<COMPILED-LEXICAL-CLOSURE # #x302000327E6F>)) 581
>>>>> (1A19F98) : 10 (FUNCALL #'#<(:INTERNAL CCL::THREAD-MAKE-STARTUP-FUNCTION)>) 277
>>>>> 
>>>>> _______________________________________________
>>>>> Openmcl-devel mailing list
>>>>> Openmcl-devel at clozure.com <mailto:Openmcl-devel at clozure.com>
>>>>> https://lists.clozure.com/mailman/listinfo/openmcl-devel
>>>> 
>>> 
>> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20191122/cde0c29f/attachment.htm>


More information about the Openmcl-devel mailing list