You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Karl Dunkle Werner (Jira)" <ji...@apache.org> on 2021/08/26 23:24:00 UTC

[jira] [Created] (ARROW-13776) [C++] Offline thirdparty versions.txt is missing extensions for some files

Karl Dunkle Werner created ARROW-13776:
------------------------------------------

             Summary: [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: Bug
          Components: C++, Packaging
    Affects Versions: 5.0.0
            Reporter: Karl Dunkle Werner
            Assignee: Karl Dunkle Werner


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)