-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
arrow build failure #18282
Comments
There is no |
Thanks for responding. I get the same error with or without it. I looked into
|
It seems that here:
|
Seems that it was already reported and fixed: apache/arrow#9622 |
Oh! Thanks I missed it, so the vcpkg port does not work. I see there is a pull request for arrow version 4.0.0. |
We need to update arrow to fix this issue. |
@ghamarian ,pr #17975 Update arrow to 4.0.0. I tested arrow:x64-osx locally and it can be used successfully. You can update vcpkg and try again.This issue is temporarily closed. If you have any problems, you can reopen it. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install arrow
Failure logs
Port installs fine but when I make a project against it I get the following error.
make[2]: *** No rule to make target `/Users/amir/projects/github-code/vcpkg/installed/x64 osx/debug/lib/libarrow_bundled_dependencies.a'
Additional context
I tried both versions but gives the same error message. The older versions of the port generate arrow_bundled_dependencies.
The text was updated successfully, but these errors were encountered: