Re: Why is load-locally.lisp required for the CL library?

2018-12-01 Thread Allen George
I think I puzzled through a lot of it, though it’s definitely unexpected. >From what I can tell, ensure-externals.sh: 1. Creates and sets up a quicklisp environment in "lib/cl" 2. Downloads all the dependencies for the CL thrift library into a subdirectory called “externals” 3. Downloads the

Re: Why is load-locally.lisp required for the CL library?

2018-12-01 Thread James E. King III
Recommended contacting the original authors for insight. On Sat, Dec 1, 2018, 1:03 PM Allen George I’m trying to fix the spurious build failures in the CL tutorial > build. I don’t know anything about CL, so I’m confused about a couple > of things: > > 1. What is load-locally.lisp? > 2. What is

Why is load-locally.lisp required for the CL library?

2018-12-01 Thread Allen George
I’m trying to fix the spurious build failures in the CL tutorial build. I don’t know anything about CL, so I’m confused about a couple of things: 1. What is load-locally.lisp? 2. What is ensure-externals.sh? (AFAICT it’s downloading the required lisp libraries; can’t that be done during docker

[jira] [Commented] (THRIFT-4676) CL tutorial build fails sporadically

2018-12-01 Thread Allen George (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705945#comment-16705945 ] Allen George commented on THRIFT-4676: -- Now failing with a different error: {noformat} ;

[jira] [Commented] (THRIFT-4676) CL tutorial build fails sporadically

2018-12-01 Thread Allen George (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705853#comment-16705853 ] Allen George commented on THRIFT-4676: -- It looks like turning off the compile cache worked. Now the

[jira] [Commented] (THRIFT-4676) CL tutorial build fails sporadically

2018-12-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705827#comment-16705827 ] ASF GitHub Bot commented on THRIFT-4676: allengeorge edited a comment on issue #1639:

[jira] [Commented] (THRIFT-4676) CL tutorial build fails sporadically

2018-12-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16705826#comment-16705826 ] ASF GitHub Bot commented on THRIFT-4676: allengeorge commented on issue #1639: THRIFT-4676: