[
https://issues.apache.org/jira/browse/ARROW-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16857959#comment-16857959
]
Neal Richardson commented on ARROW-4649:
----------------------------------------
FWIW I'm finding that {{brew install apache-arrow --HEAD}} currently fails on
my machine like this:
{code:java}
==> cmake ../cpp -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL
==> make
Last 15 lines from /Users/enpiar/Library/Logs/Homebrew/apache-arrow/02.make:
[ 14%] Performing install step for 'jemalloc_ep'
cd
/tmp/apache-arrow-20190606-23431-17mtok5/build/jemalloc_ep-prefix/src/jemalloc_ep
&& /usr/local/Cellar/cmake/3.14.5/bin/cmake -P
/tmp/apache-arrow-20190606-23431-17mtok5/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-RELEASE.cmake
CMake Error at
/tmp/apache-arrow-20190606-23431-17mtok5/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-RELEASE.cmake:49
(message):
Command failed: 2
'/usr/local/Homebrew/Library/Homebrew/shims/mac/super/make' 'install'
See also
/tmp/apache-arrow-20190606-23431-17mtok5/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-*.log
make[2]: *** [jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install]
Error 1
make[1]: *** [CMakeFiles/jemalloc_ep.dir/all] Error 2
make: *** [all] Error 2
{code}
> [C++/CI/R] Add nightly job that builds `brew install apache-arrow --HEAD`
> -------------------------------------------------------------------------
>
> Key: ARROW-4649
> URL: https://issues.apache.org/jira/browse/ARROW-4649
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Continuous Integration, R
> Reporter: Uwe L. Korn
> Priority: Major
> Labels: nightly, travis-ci
> Fix For: 0.15.0
>
>
> Now that we have an Arrow homebrew formula again and we may want to have it
> as a simple setup for R Arrow users, we should add a nightly crossbow task
> that checks whether this still builds fine.
> To implement this, one should write a new travis.yml like
> [https://github.com/apache/arrow/blob/master/dev/tasks/python-wheels/travis.osx.yml]
> that calls {{brew install apache-arrow --HEAD}}. This task should then be
> added to https://github.com/apache/arrow/blob/master/dev/tasks/tests.yml so
> that it is executed as part of the nightly chain.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)