luismbo / cl-travis

Travis-CI scripts for testing Common Lisp software
MIT License
85 stars 18 forks source link

Allegro CL license issue #21

Closed neil-lindquist closed 6 years ago

neil-lindquist commented 6 years ago

The Allegro tests for fiveam started failing with the message "Lisp has expired. See http://www.franz.com/support/newlicense."
I haven't had a chance to look that deep into it yet, but my first few tests didn't get anything working First failure: https://travis-ci.org/neil-lindquist/fiveam/jobs/317496321 Previous run, on the same commit: https://travis-ci.org/neil-lindquist/fiveam/jobs/317134187

luismbo commented 6 years ago

Thanks for the report. Not sure why the cron cl-travis builds didn't pick this up. It might be a matter of upgrading to ACL 10.1. I'll try that ASAP.

On Sun, Dec 17, 2017, 03:21 Neil Lindquist notifications@github.com wrote:

The Allegro tests for fiveam started failing with the message "Lisp has expired. See http://www.franz.com/support/newlicense." I haven't had a chance to look that deep into it yet, but my first few tests didn't get anything working First failure: https://travis-ci.org/neil-lindquist/fiveam/jobs/317496321 Previous run, on the same commit: https://travis-ci.org/neil-lindquist/fiveam/jobs/317134187

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/luismbo/cl-travis/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AACyvzXFSqThPdGUL3fCh_LRNz63V5NPks5tBHqogaJpZM4REhbn .

luismbo commented 6 years ago

Ah, https://github.com/luismbo/cl-travis/issues/16 is why.

neil-lindquist commented 6 years ago

Does this issue related to CIM being deprecated? http://keens.github.io/blog/2017/01/29/deprecating_cim/

luismbo commented 6 years ago

I suppose it is related, yes. cl-travis is using CIM to install Allegro CL, and we won't be using CIM to install a more recent version. The best way to fix this might be to install ACL ourselves, without CIM. Do you want to take a stab at that?

neil-lindquist commented 6 years ago

Sure