ruricolist/spinneret

Compile-File-Error in sbcl version 1.4.8

sabracrolleton opened this issue · 3 comments

sbcl version 1.4.8

(ql:quickload :spinneret)

To load "spinneret":
Load 1 ASDF system:
spinneret
; Loading "spinneret"
..................................................
[package string-case].
;
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Lock on package SB-VM violated when interning XOR while in package
; STRING-CASE.
; See also:
; The SBCL Manual, Node "Package Locks"
;
; (in form starting at line: 246, column: 0, position: 10257)

Have not tried other versions of sbcl

Problem is in string-case (which is pulled in by depending on serapeum) and latest version of sbcl. It has been flagged as an issue in that package. Not sure what users can do about it until string-case is fixed.

This has been fixed upstream, so I'm closing this issue.