Thanks! BTW I built SBCL (latest github master) today too using the following command (Linux,X86_64, sbcl clone directory):
sh make.sh --xc-host='<path-to-abcl>/abcl --noinit'
-Mark
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, December 19, 2019 11:19 AM, Mark Evenson evenson@panix.com wrote:
On Dec 19, 2019, at 00:29, somewhat-functional-programmer somewhat-functional-programmer@protonmail.com wrote: Glad to hear it, I appreciate you trying it again. I'll try to go through the building of SBCL myself too -- it's really a blessing to have these types of existing resources already available to help test (the ansi-test suite is also fantastic).
Somehow, I missed receiving Mark’s patch for yesterday for reasons that I can’t explain.
Fortunately, I did receive Eric’s confirmation that Mark’s patch works for him and was able to retrieve the patch from the mailing list archives.
[I have now applied the patch to ABCL][1].
This will be part of abcl-1.6.1, which I intend to release over the holidays.
Eric: Thanks again for the concise test case from hosting the SBCL compilation via ABCL.
Mark: Thank you for the fix, and especially the use of PROVE tests.