[Openmcl-devel] Problem compiling Chunga-1.1.5 with CCL trunk 64-bit Linux

R. Matthew Emerson rme at clozure.com
Mon Feb 9 18:11:36 PST 2015


> On Feb 9, 2015, at 9:02 PM, Jeff Caldwell <jcaldwell at clozure.com> wrote:
> 
> I checked out CCL trunk 64-bit Linux, did a full rebuild, and tried to
> build Chunga-1.1.5. I got:
> 
>> Error: Special operator or global macro-function CCL::NHASH.MIN-SIZE can't be FUNCALLed or APPLYed
>> While executing: #<CCL::STANDARD-KERNEL-METHOD MAKE-LOAD-FORM (HASH-TABLE)>, in process listener(1).
>> Type :POP to abort, :R for a list of available restarts.
>> Type :? for other options.
> 
> while compiling Chunga's known-words.lisp file. (E.g. Ctrl-c Ctrl-k in
> Slime reproduced the problem.)
> 
> I made a change, shown in the patch file below, to ccl/lib/hash.lisp
> and did a full rebuild of CCL. Chunga then built successfully.

In this case, it is necessary to rebuild CCL twice for bootstrapping reasons.  Often this isn't needed, but in the general case it is sometimes required.

See also http://trac.clozure.com/ccl/ticket/1264




More information about the Openmcl-devel mailing list