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

[C++][Gandiva] Gandiva not building in manylinux #22162

Closed
asfimport opened this issue Jun 26, 2019 · 2 comments
Closed

[C++][Gandiva] Gandiva not building in manylinux #22162

asfimport opened this issue Jun 26, 2019 · 2 comments

Comments

@asfimport
Copy link

The gandiva many linux builds have started failing post 0fc5bc4

ninja is unable to interpret the make_precompiled_bitcode.py  correctly.

@pitrou - I tried to fix it but did not make much progress :) Could you please help out.

Error is "File "/arrow/cpp/src/gandiva/precompiled/../make_precompiled_bitcode.py", line 22
    marker = B"<DATA_CHARS>"
                          
SyntaxError: invalid syntax

 

Reporter: Praveen Kumar / @praveenbingo
Assignee: Praveen Kumar / @praveenbingo

PRs and other links:

Note: This issue was originally created as ARROW-5737. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
You should make sure a more recent Python version is present on PATH. Python 2.7 or Python 3 should be ok.

@asfimport
Copy link
Author

Krisztian Szucs / @kszucs:
Issue resolved by pull request 4703
#4703

@asfimport asfimport added this to the 0.14.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants