<div>Hi,<br></div><div><br></div><div>There are two different problems with the assembler.<br></div><div><br></div><div>The first is the the messages of the form "<span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">4294967291 shortened to 251"</span></span></span></span><br></div><div><br></div><div>The second is the  <span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">suffix or operands invalid for `movq'</span></span></span></span><br></div><div id="editorUserSignature" style="display:none;"><br></div><div><br></div><div>The first one is some stupid signed/unsigned problem with the expression parser which you can see with the following snippet.<br></div><div><br></div><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">as -Q -g -arch x86_64 bus1.s</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">bus1.s:39:4294967291 shortened to 251</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><br></p><div><br></div><div><br></div><div>where bus1.s is below and all the movq statements should be the same.<br></div><div><br></div><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">/* assemble with as -Q -g -arch x86_64 bus.s */</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">/* fails with assembler included with Xcode 11 -- Xcode 11.1.2 at least */</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">/* works on Xcode 10.3 or earler */</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>node_size = 8</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>dnode_size = 16</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>num_subtag_bits = 8</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>subtag_shift = num_subtag_bits</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>ntagbits = 4</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>fulltag_misc = 13</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>misc_bias = fulltag_misc</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>fulltag_nodeheader_0 = 5</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>subtag_catch_frame = (fulltag_nodeheader_0 | (2 << ntagbits))</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">misc_header_offset = -fulltag_misc</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">misc_header_offset_neg = fulltag_misc</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">misc_data_offset = misc_header_offset+node_size /* first word of data<span class="Apple-converted-space">    </span>*/</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">misc_subtag_offset = misc_header_offset <span class="Apple-converted-space">      </span>/* low byte of header <span class="Apple-converted-space">  </span>*/</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>.text</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>.align 2</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>.p2align 3</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>.globl junk</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">junk:</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>/* movq %rax,misc_data_offset(%rsi) */</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">/* should all be the same */</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,-5(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,-13+8(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,-13+node_size(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,-fulltag_misc+node_size(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,misc_header_offset_neg+node_size(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></p><div><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,-misc_header_offset_neg+node_size(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></div><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">/* fails */</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>movq %rax,misc_header_offset+node_size(%rsi)<span class="Apple-converted-space"> </span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><span class="Apple-converted-space">        </span>ret</span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal; min-height: 13px;"><br></p><div>cheers<br></div><div><br></div><div>bruce</div><div><br></div><div><i>16 December 2019 19:44 "R. Matthew Emerson" <rme@acm.org> wrote:</i><br></div><blockquote class="infmailquote"><div>Xcode 11 tools can't build CCL.  Something in the assembler changed. <br></div><div class=""><br></div><div class="">See the comment at the bottom of <a href="https://github.com/Clozure/ccl/issues/226" class="">https://github.com/Clozure/ccl/issues/226</a><br></div><div class=""><br></div><div class="">As a workaround, install an earlier Xcode (like 10.2), select it with xcode-select -s /Applications/Xcode-10.2, and then it should work to rebuild the lisp kernel.<br></div><div class=""><br></div><div class=""><br></div><div class=""><br></div><div class=""><div><br></div><div><div><br></div><blockquote type="cite" class=""><div class="">On Dec 16, 2019, at 2:59 AM, Tim Bradshaw <<a href="mailto:tfb@tfeb.org" class="">tfb@tfeb.org</a>> wrote:<br></div><div><br></div><div class=""><div class=""><div>I'm trying to rebuild CCL using the current master branch from github (58d4d91c), based on the v1.12-dev.5 snapshot.<br></div><div> <br></div><div> I do this by running the snapshot image (with no init files), and then<br></div><div> <br></div><div>  (ccl:rebuild-ccl :full t :allow-constant-redefinition t :allow-other-keys t)<br></div><div> <br></div><div> This makes good noises until it tries to rebuild the kernel, when I get a lot of bad-looking things below.<br></div><div> <br></div><div> This is OSX 10.14 (not 10.15!), with the most recent Xcode (at least, the most recent for 10.14), and current patches as far as I know.<br></div><div> <br></div><div> I am reasonably sure that this is a change in OSX not CCL: the previous commit I built (well: the previous commit I had pulled from GH, and I am pretty sure I would have built it) was b5233ad, and if I check this out it no longer builds with exactly the same symptoms.  So it is probably a change to Xcode, but I have no idea what it might be.<br></div><div> <br></div><div> --tim<br></div><div> <br></div><div> Noise as it fails:<br></div><div> <br></div><div> ;Building lisp-kernel ...<br></div><div> <br></div><blockquote type="cite" class=""><div>Error: Error(s) during kernel compilation.<br></div><div>       gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -Q -o x86-spjump64.o<br></div><div>       gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -Q -o x86-spentry64.o<br></div><div>       gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -Q -o x86-subprims64.o<br></div><div>       gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -Q -o imports.o<br></div><div>       cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.0-164-g58d4d91c" -DUSE_DTRACE \<br></div><div>        -g -O -Wno-format  \<br></div><div>        -I. -mmacosx-version-min=10.9 -o pmcl-kernel.o<br></div><div>       ../x86-spjump64.s:unknown:rs_org invalid, dot past value by -17616 bytes<br></div><div>       ../x86-spentry64.s:55:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:60:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:77:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:78:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:115:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:116:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:117:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:120:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:121:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:122:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:157:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:158:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:159:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:162:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:165:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:166:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:167:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:178:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:183:4294967283 shortened to 243<br></div><div>       cc -include ../platform-darwinx8664.h -c ../gc-common.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.0-164-g58d4d91c" -DUSE_DTRACE \<br></div><div>        -g -O -Wno-format  \<br></div><div>        -I. -mmacosx-version-min=10.9 -o gc-common.o<br></div><div>       ../x86-spentry64.s:479:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:484:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:487:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:490:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:492:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:493:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:498:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:502:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:504:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:505:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:508:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:512:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:517:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:523:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:529:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:537:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:543:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:549:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:556:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:563:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:569:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:574:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:594:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:614:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:633:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:638:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:929:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:943:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:946:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:951:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:955:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:956:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:958:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:965:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:976:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:979:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:981:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:983:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:995:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:998:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:999:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1002:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:1009:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:1012:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1013:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1026:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1035:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1044:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1053:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1056:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1064:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1077:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1086:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1095:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1108:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1116:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1184:suffix or operands invalid for `movq'<br></div><div>       ../x86-spentry64.s:1184:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1190:suffix or operands invalid for `movq'<br></div><div>       ../x86-spentry64.s:1190:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1205:suffix or operands invalid for `movq'<br></div><div>       ../x86-spentry64.s:1205:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1211:suffix or operands invalid for `movq'<br></div><div>       ../x86-spentry64.s:1211:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1221:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1334:4294967291 shortened to 251<br></div><div>       cc -include ../platform-darwinx8664.h -c ../x86-gc.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.0-164-g58d4d91c" -DUSE_DTRACE \<br></div><div>        -g -O -Wno-format  \<br></div><div>        -I. -mmacosx-version-min=10.9 -o x86-gc.o<br></div><div>       cc -include ../platform-darwinx8664.h -c ../bits.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.0-164-g58d4d91c" -DUSE_DTRACE \<br></div><div>        -g -O -Wno-format  \<br></div><div>        -I. -mmacosx-version-min=10.9 -o bits.o<br></div><div>       ../x86-spentry64.s:1465:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1657:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:1670:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:1689:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:1710:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:1730:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1803:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:1843:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1847:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1885:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:1889:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:2093:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2099:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2100:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2114:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2135:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2137:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2265:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:2268:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:2331:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2349:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2367:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2410:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2420:4294967289 shortened to 249<br></div><div>       ../x86-spentry64.s:2421:4294967289 shortened to 249<br></div><div>       ../x86-spentry64.s:2422:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:2469:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:2529:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2543:4294967289 shortened to 249<br></div><div>       ../x86-spentry64.s:2544:4294967289 shortened to 249<br></div><div>       ../x86-spentry64.s:2546:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:2585:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2633:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2841:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:2871:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:2906:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2915:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:2939:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:2995:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3034:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3051:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3067:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3102:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3106:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3133:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3141:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3143:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3147:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3218:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3249:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3252:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3254:4294967287 shortened to 247<br></div><div>       ../x86-spentry64.s:3467:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3470:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3475:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3479:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3480:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:3495:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3498:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3500:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3520:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3521:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3525:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3526:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3740:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3755:4294967299 shortened to 3<br></div><div>       ../x86-spentry64.s:3776:4294967307 shortened to 11<br></div><div>       ../x86-spentry64.s:3780:4294967315 shortened to 19<br></div><div>       ../x86-spentry64.s:3791:4294967323 shortened to 27<br></div><div>       ../x86-spentry64.s:3803:4294967331 shortened to 35<br></div><div>       ../x86-spentry64.s:3815:4294967339 shortened to 43<br></div><div>       ../x86-spentry64.s:3827:4294967347 shortened to 51<br></div><div>       ../x86-spentry64.s:3839:4294967355 shortened to 59<br></div><div>       cc -include ../platform-darwinx8664.h -c ../x86-exceptions.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DVC_REVISION="v1.12-dev.0-164-g58d4d91c" -DUSE_DTRACE \<br></div><div>        -g -O -Wno-format  \<br></div><div>        -I. -mmacosx-version-min=10.9 -o x86-exceptions.o<br></div><div>       ../x86-spentry64.s:3851:4294967363 shortened to 67<br></div><div>       ../x86-spentry64.s:3865:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3866:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3873:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3874:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3887:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3888:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3901:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3902:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3906:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3907:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3918:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3919:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3921:4294967295 shortened to 255<br></div><div>       ../x86-spentry64.s:3922:4294967295 shortened to 255<br></div><div>       ../x86-spentry64.s:3945:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3955:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:3958:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:3971:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3976:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:3980:4294967379 shortened to 83<br></div><div>       ../x86-spentry64.s:3993:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4006:4294967387 shortened to 91<br></div><div>       ../x86-spentry64.s:4017:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:4044:4294967293 shortened to 253<br></div><div>       ../x86-spentry64.s:4074:4294967411 shortened to 115<br></div><div>       ../x86-spentry64.s:4085:4294967419 shortened to 123<br></div><div>       ../x86-spentry64.s:4097:4294967427 shortened to 131<br></div><div>       ../x86-spentry64.s:4107:4294967443 shortened to 147<br></div><div>       ../x86-spentry64.s:4118:4294967451 shortened to 155<br></div><div>       ../x86-spentry64.s:4123:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4130:4294967467 shortened to 171<br></div><div>       ../x86-spentry64.s:4177:4294967435 shortened to 139<br></div><div>       ../x86-spentry64.s:4181:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4188:4294967459 shortened to 163<br></div><div>       ../x86-spentry64.s:4221:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4349:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4350:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4432:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4449:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4543:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4544:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4927:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4930:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4943:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4965:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:4968:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:4988:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5010:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5013:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5026:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5048:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5051:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5071:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5099:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5137:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5171:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5184:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5195:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5202:4294967291 shortened to 251<br></div><div>       ../x86-spentry64.s:5207:4294967323 shortened to 27<br></div><div>       ../x86-spentry64.s:5215:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5218:4294967275 shortened to 235<br></div><div>       ../x86-spentry64.s:5220:4294967267 shortened to 227<br></div><div>       ../x86-spentry64.s:5223:4294967323 shortened to 27<br></div><div>       ../x86-spentry64.s:5229:4294967283 shortened to 243<br></div><div>       ../x86-spentry64.s:5231:4294967275 shortened to 235<br></div><div>       ../x86-spentry64.s:5234:4294967283 shortened to 243<br></div><div>       make: *** [x86-spentry64.o] Error 1<br></div><div>       make: *** Waiting for unfinished jobs....<br></div><div> <br></div><div> While executing: REBUILD-CCL, in process listener(1).<br></div><div> Type :GO to continue, :POP to abort, :R for a list of available restarts.<br></div><div> If continued: Skip evaluation of (progn (ccl:rebuild-ccl :full t :allow-constant-redefinition t :allow-other-keys t) (quit))<br></div><div> Type :? for other options.<br></div></blockquote><div>1 ><br></div><div> <br></div><div> <br></div><div> <br></div><div> _______________________________________________<br></div><div> Openmcl-devel mailing list<br></div><div> <a href="mailto:Openmcl-devel@clozure.com" class="">Openmcl-devel@clozure.com</a><br></div><div> https://lists.clozure.com/mailman/listinfo/openmcl-devel<br></div></div></div></blockquote></div></div><div><><br></div></blockquote><div><br></div>