m-g-r commented on PR #2538: URL: https://github.com/apache/thrift/pull/2538#issuecomment-1224430745
Hi @Jens-G, I've made a workaround to alleviate THRIFT-5410. The problem is that the system :NET.DIDIERVERNA.CLON was subdivided in a way that the version of the package loader ASDF that is used here cannot find. The workaround locates that subsystem clon.termio explicitly. You'll find the changes in https://github.com/m-g-r/thrift/tree/THRIFT-5410 (Of course, I had to revert the commit ["THRIFT-5501 Remove Common Lisp support"](https://github.com/apache/thrift/commit/5fecc439f5244fd8585cb053877074dd1d170c30) first.) I have run the checks and all seems to work now. I have only tested with cl support. That is, I deactivated the other language bindings that would otherwise run and take quite a bit of time, by running configure as: ``` ./configure --with-ruby=no --with-php=no --with-nodejs=no --with-cpp=no --with-python=no ``` Mind you, this problem was just about running tests. The Common Lisp Thrift backend itself seems to be really stable. I am using it for months now. Are there any other problems? As I have built it on one of my systems now, I can also look for other things if it only takes an hour or two. Cheers, Max -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
