Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (880 - 882 of 1030)

Ticket Resolution Summary Owner Reporter
#1109 fixed CCL Windows: output from ccl:fasl-concatenate is "not a FASL file" Dave
Description

So I'm trying to get the ASDF test suite running on Windows, and tracked this down as one of the failures for CCL (32-bit and 64-bit). (there were 5 failures out of 47 tests, I haven't looked at the rest yet).

This can be replicated as follows (with files from

https://www.dropbox.com/sh/jc2cqwpkp06dupm/7lgyRUdwZ5/cl/tests/simple

):

[below, substitute ".../'" for your actual path to the test files]:

(lisp-implementation-version)

"Version 1.9-r15765 (WindowsX8664)"

(compile-file ".../try1")

(compile-file ".../try2")

(ccl:fasl-concatenate ".../try.wx64fsl" (list ".../try1.wx64fsl" ".../try2.wx64fsl"))

(load ".../try.wx64fsl")

ERROR: Not a FASL file.

Does anyone recognize what might be going on?

#771 fixed CCL 1.6 breaks cl-fad (or vice versa) Zach Beane
Description

cl-fad defines and exports a symbol named DELETE-DIRECTORY from the CCL package. This is not a great idea on cl-fad's part, but as it stands, many projects are broken by upgrading to CCL 1.6.

See openmcl.lisp in the cl-fad distribution for the problematic code.

#300 wontfix CCL 1.2 rc1 does not run on FreeBSD-6.3/amd64 under VMWare on AMD hardware Gary Byers Hans Hübner
Description

I fetched clozurecl-1.2-rc1-freebsdx8664.tar.gz from ftp.clozure.com. Extracted it. It does not start.

FreeBSD alka-seltzer.headcraft.de 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 01:31:10 UTC 2008     root@palmer.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
alka-seltzer 104_> ./fx86cl64
exception in foreign context
Exception occurred while executing foreign code
? for help
[2829] OpenMCL kernel debugger: b

Framepointer [#x7FFFFFFFDCC0] in unknown area.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.