[Openmcl-devel] rebuild-ccl fails in l1-sockets.lisp

Raffael Cavallaro raffaelcavallaro at mac.com
Thu Mar 11 08:05:37 PST 2010


On Mar 11, 2010, at 3:33 AM, Gary Byers wrote:

>  b) it might be a little weird to bootstrap these changes if the
>      image one compiles with is known not to have been affected
>      by the kernel bug.

Rather than deal with this I simply did a fresh svn checkout of sources and rebuilt from scratch.
The only issue is a constant redefinition[1], but after that restart (for both 64 and 32 bit intel) everything appears fine.

Subsequent rebuilds don't have the constant redefinition issue of course.

All my 2D and 3D graphics tests work as expected, so all is right with the world once more!

thanks and warmest regards,

Ralph

Raffael Cavallaro
raffaelcavallaro at me.com




[1]
;Compiling "/Users/raffaelc/ccl/compiler/X86/X8664/x8664-arch.lisp"...
> Error: Constant MAX-1-BIT-CONSTANT-INDEX is already defined with a different value (68719476544)
> While executing: CCL::DEFINE-CONSTANT, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Redefine MAX-1-BIT-CONSTANT-INDEX to have new value 17179869136
> Type :? for other options.
1 > :r
>   Type (:C <n>) to invoke one of the following restarts:
0. Return to break level 1.
1. #<RESTART CCL:ABORT-BREAK #x70F11D>
2. Redefine MAX-1-BIT-CONSTANT-INDEX to have new value 17179869136
3. Retry compiling "ccl:compiler;X86;X8664;x8664-arch.lisp"
4. Skip compiling and loading "ccl:compiler;X86;X8664;x8664-arch.lisp"
5. Skip evaluation of (ccl:rebuild-ccl :full t :force t)
6. Abort startup.
7. Reset this thread
8. Kill this thread
1 > :c 2
Invoking restart: Redefine MAX-1-BIT-CONSTANT-INDEX to have new value 17179869136




More information about the Openmcl-devel mailing list