You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/23 23:36:57 UTC

[GitHub] [arrow] augustoasilva opened a new pull request #12039: ARROW-15200: [C++][Gandiva] Fix UnsatisfiedLinkError when using Gandiva's generated jar files

augustoasilva opened a new pull request #12039:
URL: https://github.com/apache/arrow/pull/12039


   When generating Gandiva's jar file it is possible that an error of UnsatisfiedLinkError may occur based on a LLVM's symbol being used, more specific the llvm::ObjectCache.
   
   To fix that, the flag `-fno-rtti` was passed only to the file that uses the llvm::ObjectCache.
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] anthonylouisbsb commented on pull request #12039: ARROW-15200: [C++][Gandiva] Fix UnsatisfiedLinkError when using Gandiva's generated jar files

Posted by GitBox <gi...@apache.org>.
anthonylouisbsb commented on pull request #12039:
URL: https://github.com/apache/arrow/pull/12039#issuecomment-1010513098


   @augustoasilva can you close this PR?
   
   I will work in this problem in that one: https://github.com/apache/arrow/pull/12130


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #12039: ARROW-15200: [C++][Gandiva] Fix UnsatisfiedLinkError when using Gandiva's generated jar files

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12039:
URL: https://github.com/apache/arrow/pull/12039#issuecomment-1000564899


   https://issues.apache.org/jira/browse/ARROW-15200


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] augustoasilva closed pull request #12039: ARROW-15200: [C++][Gandiva] Fix UnsatisfiedLinkError when using Gandiva's generated jar files

Posted by GitBox <gi...@apache.org>.
augustoasilva closed pull request #12039:
URL: https://github.com/apache/arrow/pull/12039


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org