[
https://issues.apache.org/jira/browse/ARROW-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191291#comment-16191291
]
ASF GitHub Bot commented on ARROW-1640:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1160
ARROW-1640: Fix HTTPS failures in cmake / libcurl caused by ca-certificates
clash
See discussion in https://github.com/apache/arrow/pull/1155
This seems to have done the trick, here is the Travis CI build running on
my fork: https://travis-ci.org/wesm/arrow/builds/283203983
I will merge this as soon as it passes so that other PRs can rebase and
stop failing
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow fix-openssl-issues
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1160
----
commit abb048ede0b66f90517d5441c6688380aa74fbee
Author: Wes McKinney <[email protected]>
Date: 2017-10-04T13:40:51Z
Use ca-certificates from defaults
Change-Id: Icfc790948baecbb266f16d5ab09477add422c19a
commit b2e3da191dcf7d1a60b545e5d2f8d39520d76143
Author: Wes McKinney <[email protected]>
Date: 2017-10-04T13:50:29Z
Do not install additional stuff in the root conda env
Change-Id: I16fa79df7c2dcdf9bdc959951bf5bd50cc19d2c9
commit e218025d087397407c4b69d2d96e78f5e00f32ad
Author: Wes McKinney <[email protected]>
Date: 2017-10-04T13:52:30Z
Fix conda update statement
Change-Id: I5e45bf0a8a73e7eae50a857a9c61f2b0ef8aab29
----
> Resolve OpenSSL issues in Travis CI
> -----------------------------------
>
> Key: ARROW-1640
> URL: https://issues.apache.org/jira/browse/ARROW-1640
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration
> Reporter: Ankit Aggarwal
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Following error occurs:
> error: downloading
>
> 'https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz'
> failed
> status_code: 1
> status_string: "Unsupported protocol"
> log: Protocol "https" not supported or disabled in libcurl
> Closing connection -1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)