Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (889 - 891 of 1030)

Ticket Resolution Summary Owner Reporter
#1391 fixed Building on FreeBSD 11.x and later broken due to MAP_NORESERVE Ashish SHUKLA
Description

MAP_NORESERVE is not defined in FreeBSD 11.x since r273250, and when it was defined it was not implemented anyways. The attached diff should fix it hopefully, which is copied from lisp-kernel/pmc-kernel.c.

#1302 fixed Building lisp-kernel fail in (rebuild-ccl :full t :force T) on p2
Description

Virgin new trunk by: svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl downloads revision 16504.

Running ./dx86cl64 --no-init brings up Clozure Common Lisp Version 1.10-dev-r16089M-trunk (DarwinX8664)

(rebuild-ccl :full t :force T) crashes at Building lisp-kernel

transcript attached

#745 fixed Building COCOA-APPLICATION only sometimes causes ASDF to be loaded gz Tim Bradshaw
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:

  • Rebuild CCL with (rebuild-ccl ...)
  • Build the IDE by running ccl -n and saying (require :cocoa-application).

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 (translate-logical-pathname "ccl") gets), do this:

$ 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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.