Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.0.0
Description
The file cpp/thirdparty/versions.txt lists third-party dependencies, and the filename download_dependencies.sh should use to save them.
A couple of those files, for aws-checksums and aws-c-event-stream, are missing extensions.
When I try to use those files, e.g. with $ARROW_AWS_CHECKSUMS_URL, cmake has an error:
CMake Error at /usr/share/cmake/Modules/ExternalProject.cmake:1561 (message): error: do not know how to extract '/tmp/RtmpuzmuVM/R.INSTALL3f194a9055a6/arrow/arrow-thirdparty/aws-c-event-stream-v0.1.5' -- known types are .7z, .tar, .tar.bz2, .tar.gz, .tar.xz, .tbz2, .tgz, .txz and .zip
This error is fixed if I manually add .tar.gz to aws-checksums-v0.1.10 and aws-c-event-stream-v0.1.5.
Attachments
Issue Links
- links to