Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (370 - 372 of 1030)

Ticket Resolution Summary Owner Reporter
#765 fixed asdf2 uninterns itself during build Lou Vanek
Description

You can see a description of the problem and a solution at: http://common-lisp.net/pipermail/asdf-devel/2010-October/001708.html

A trace is shown at: http://paste.lisp.org/+2H95 [This paste will automatically go away in 6 days.]

In a nutshell, ASDF2 will unintern portions of itself if ASDF is already loaded and it is loaded again during the build process.

The solution is to start ccl with the --no-init option before invoking (ccl:rebuild-ccl :full t) so that any "(require :asdf)" form in .ccl-init is bypassed.

I don't think any code changes need be done to ccl, but it would be nice if something would be mentioned in the ccl documentation, otherwise this conflict between asdf and ccl is going to show up again.

Perhaps section "3.3 Building Everything" of the Clozure CL Documentation would be a good place to document this issue.

#988 invalid armhf: FLOATING-POINT-INVALID-OPERATION signalled when LOG called with base Julian Squires
Description

On Debian/armhf:

julian@ash:~% uname -a
Linux ash 2.6.31.14.27-efikamx #1 Sun Mar 18 20:13:21 EDT 2012 armv7l GNU/Linux
julian@ash:~% ccl
Welcome to Clozure Common Lisp Version 1.8-r15286M  (LinuxARM32)!
? (log 42 2)
> Error: FLOATING-POINT-INVALID-OPERATION detected
>        performing COERCE on (NIL)
> While executing: CCL::/-2, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
#1351 fixed arm kernel does not need to be linked specially Gary Byers
Description

it once did, for reasons having to do with how subprimitives were called. see <https://lists.clozure.com/pipermail/openmcl-devel/2016-February/011196.html>

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