2015-08-04: All my systems fail on SBCL due to encoding error

23 views
Skip to first unread message

maxrott...@googlemail.com

unread,
Aug 30, 2015, 6:32:00 PM8/30/15
to cl-test-grid
All my systems failed to build on SBCL because of an encoding error. The report says the external format is ASCII which could explain this?

http://cl-test-grid.appspot.com/blob?key=mok0mcgoi7

Anton Vodonosov

unread,
Aug 30, 2015, 6:43:29 PM8/30/15
to cl-tes...@googlegroups.com


31.08.2015, 01:32, "maxrott...@googlemail.com" <maxrott...@googlemail.com>:
> All my systems failed to build on SBCL because of an encoding error. The report says the external format is ASCII which could explain this?
>
> http://cl-test-grid.appspot.com/blob?key=mok0mcgoi7

It's because your ASDF system doesn't specify encoding.

Since ASDF 3 the default encoding is UTF-8, but before that the system default encoding was used
(https://common-lisp.net/project/asdf/asdf/Controlling-source-file-character-encoding.html)

Note, cl-rfc2047 only fails like that on SBCL 1.0.58. Newer SBCLs come with ASDF 3:
https://common-lisp.net/project/cl-test-grid/library/cl-rfc2047.html

If you want to fix it for elder lisps you can do this:
http://cliki.net/ASDF%20encoding

Best regards,
- Anton

maxrott...@googlemail.com

unread,
Aug 30, 2015, 8:24:56 PM8/30/15
to cl-test-grid
Thanks for the quick and detailed help!
Reply all
Reply to author
Forward
0 new messages