Custom Query (1030 matches)
Results (871 - 873 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1161 | fixed | CCL manual w.r.t. ARMv6 installation: 2.2.4. Rebuilding Clozure CL From Sources | ||
| Description |
The instructions for rebuilding CCL from sources in this chapter section is missing a step or two that is required when one is installing CCL on certain ARM processors (e.g. ARMv6 used in Raspberry Pi). cd lisp-kernel/linuxarm make clean make This is due to differences in the instruction-set on different versions/models of the ARM processor, so some recompilation on the target architecture is necessary. On a broader note, there are incomplete or obsolete instructions for installing CCL on the Raspberry Pi floating around on various forums/blogs. One high-pagerank example is: http://mickcharlesbeaver.blogspot.com/2014/01/clozure-common-lisp-ccl-on-raspberry-pi.html This refers to the released version 1.9, that does not have a build fix that deals with soft v hard floating-point variants. As of this writing, you need to download and build trunk. Otherwise you have to fix/hardwire the build script as RME mentioned in the internal Clozure IRC a few days ago, to deal with floating point issues. The blog entry mentions the make clean && make issue raised in this bug report, but it does not mention that you have to recompile from sources to get a fully functional CCL image. |
|||
| #559 | fixed | CCL hangs when loading cl+ssl with *load-print* set to T in IDE | ||
| Description |
Subject line pretty much says it all. Set *load-print* to T and try to asdf-load the CL+SSL package. It will hang when loading bio.dx*fsl. When *load-print* is NIL the problem goes away. I'm using the 2008-11-04 version of CL+SSL but I'm pretty sure the problem doesn't depend on that. The problem manifests itself only in the IDE. When run from the terminal it works fine even with *load-print* set to T. |
|||
| #385 | fixed | CCL fails to start on FreeBSD-6.3/i386 in VMware | ||
| Description |
CCL does not start for me on 32bit FreeBSD, running in VMware 6.5.1-build126130 hosted on Windows Vista/x64. dentinox 8_> uname -a FreeBSD dentinox.huebner.org 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:1 8:52 UTC 2008 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i38 6 dentinox 9_> svn info . Path: . URL: http://svn.clozure.com/publicsvn/openmcl/trunk/freebsdx86/ccl Repository Root: http://svn.clozure.com/publicsvn/openmcl Repository UUID: 8bdb8f1d-59ce-db11-9e41-0016172a54ae Revision: 11462 Node Kind: directory Schedule: normal Last Changed Author: gb Last Changed Rev: 11404 Last Changed Date: 2008-11-18 21:55:55 +0000 (Tue, 18 Nov 2008) dentinox 10_> ./fx86cl Unhandled exception 11 at 0x805613d, context->regs at #xbfbfe410 ? for help [2652] OpenMCL kernel debugger: b current thread: tcr = 0x48098240, native thread ID = 0x806b000, interrupts disab led |
|||
