[
https://issues.apache.org/jira/browse/ARROW-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16717370#comment-16717370
]
Wes McKinney commented on ARROW-3863:
-------------------------------------
Here's another error seen today
{code}
==> Downloading
https://homebrew.bintray.com/bottles/boost-1.68.0.sierra.bottle.tar.gz
curl: (56) SSLRead() return error -9806
Error: Failed to download resource "boost"
Download failed:
https://homebrew.bintray.com/bottles/boost-1.68.0.sierra.bottle.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading
https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2
==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.68.0
--libdir=/usr/local/Cellar/boost/1.68.0/lib --without-icu
--without-libraries=python,mpi
==> ./b2 headers
==> ./b2 --prefix=/usr/local/Cellar/boost/1.68.0
--libdir=/usr/local/Cellar/boost/1.68.0/lib -d2 -j2 --layout=tagged
--user-config=user-config.jam -sNO_LZMA=1 install threading=multi,single
link=shared,static cxxflags=-std=c++14 cxxflags=-stdlib=libc++
linkflags=-stdlib=libc++
+rm brew.log
+false
{code}
https://travis-ci.org/apache/arrow/jobs/466330590
> [GLib] Use travis_retry with brew bundle command
> ------------------------------------------------
>
> Key: ARROW-3863
> URL: https://issues.apache.org/jira/browse/ARROW-3863
> Project: Apache Arrow
> Issue Type: Improvement
> Components: GLib
> Reporter: Wes McKinney
> Assignee: Kouhei Sutou
> Priority: Major
> Fix For: 0.13.0
>
>
> This has been flaky lately, see
> https://travis-ci.org/apache/arrow/jobs/458878912#L1844
> It may not make the errors go away, but it might be worth adding retry logic
> to try a few times before giving up
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)