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++] thirdparty/download_dependencies.sh uses tools or options not available in older Linuxes #20634

Closed
asfimport opened this issue Dec 14, 2018 · 3 comments
Assignees
Milestone

Comments

@asfimport
Copy link

I found I had to install the realpath apt package on Ubuntu 14.04. Also wget 1.15 does not have the --show-progress option

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

PRs and other links:

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

@asfimport
Copy link
Author

Wes McKinney / @wesm:
I partially addressed this in #3174. @fsaintjacques can you use an alternative to realpath?

@asfimport
Copy link
Author

Francois Saint-Jacques / @fsaintjacques:
I suppose that realpath is used to get the absolute path such that the subsequent exports are independent of the relative path. It could be replaced by readlink -f which is also part of coreutils (but older).

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 3205
#3205

@asfimport asfimport added this to the 0.12.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