Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java][Gandiva] Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ] #61

Open
danepitkin opened this issue Aug 20, 2024 · 2 comments
Assignees
Labels
Type: bug Something isn't working

Comments

@danepitkin
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

The Java JNI module for Gandiva fails to build in CI because it is being built with llvm 17. This is a known issue and can be worked around by building with llvm 16.

See failing CI job here: https://github.com/apache/arrow/actions/runs/10456918898/job/28955360689?pr=43752

Component(s)

Java

@danepitkin
Copy link
Member Author

Python duplicate issue: apache/arrow#39695

@danepitkin
Copy link
Member Author

danepitkin commented Aug 20, 2024

Possible ways to fix: apache/arrow#43770 (comment)

@assignUser assignUser transferred this issue from apache/arrow Nov 26, 2024
@assignUser assignUser added the Type: bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants