[
https://issues.apache.org/jira/browse/ARROW-13776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-13776.
----------------------------------
Fix Version/s: 6.0.0
Resolution: Fixed
Issue resolved by pull request 11015
[https://github.com/apache/arrow/pull/11015]
> [C++] Offline thirdparty versions.txt is missing extensions for some files
> --------------------------------------------------------------------------
>
> Key: ARROW-13776
> URL: https://issues.apache.org/jira/browse/ARROW-13776
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: C++, Packaging
> Affects Versions: 5.0.0
> Reporter: Karl Dunkle Werner
> Assignee: Karl Dunkle Werner
> Priority: Minor
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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:
> {noformat}
> 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
> {noformat}
> This error is fixed if I manually add {{.tar.gz}} to
> {{aws-checksums-v0.1.10}} and {{aws-c-event-stream-v0.1.5}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)