Michał "phoe" Herda
Michał "phoe" Herda
SBCL, as of 2.2.6, switched from zlib to zstd for its core compression - you might also need to prompt for `libzstd-dev` instead.
> I'll upload binaries if someone is able to back-port the fix to 1.11 series. You can likely backport it yourself - cherry-pick https://github.com/Clozure/ccl/commit/71cc1a5a59bff33dd577a8b9c3761f7e0f179848 on top of 1.11.
I don't know if @xrme will want to accept binaries coming from a third party. It's possible that he might want to cherry-pick that commit himself and upload a new...
I can reproduce the failure on another machine running Debian buster. Attaching the faulting binaries. Do they work on anyone's machine, or were they somehow compiled incorrectly? [ccl.zip](https://github.com/Clozure/ccl/files/3785635/ccl.zip)
I have reproduced the build on Travis by using ubuntu bionic: https://travis-ci.com/phoe-trash/ccl/builds/134081589 It seems that compiling CCL32 on a new enough Linux fails.
Duplicate of #303 It is interesting to know that it seems to work intermittently and that you were able to run CCL earlier, and only then it broke. Hmmm. Could...
> (74BD58) : 2 (%HEMLOCK-FRAME-FOR-TEXTSTORAGE # # 80 24 NIL # 0) 341 This function is called at https://github.com/Clozure/ccl/blob/275105afd94706d95ac955178316074931822c42/cocoa-ide/cocoa-listener.lisp#L639 As for the recursive debugger that you enter: WTF? What is...
So it tries to read from `*terminal-io*` and fails majestically at that. I wonder what is the current value of that variable, but that's orthogonal to our bug. The offending...
These lines make use of the `peer` slot. So there's two possible offenders. https://github.com/Clozure/ccl/blob/275105afd94706d95ac955178316074931822c42/cocoa-ide/cocoa-editor.lisp#L2277-L2280 `echo-area` is returned by `make-echo-area` and should therefore not be a pointer. However, `tv` calls `text-pane-text-view`...
@xrme What's the technical reason for that error and why is it unfixable? It seems like a type error in the source for me since you attempt to get the...