Re: MacOS CI issue

2020-09-15 Thread Sutou Kouhei
Hi, I've fixed the c-ares problem: https://github.com/Homebrew/homebrew-core/pull/61094 Thanks, -- kou In <20200913.060135.44621514234997684@clear-code.com> "Re: MacOS CI issue" on Sun, 13 Sep 2020 06:01:35 +0900 (JST), Sutou Kouhei wrote: > Hi, > >

Re: MacOS CI issue

2020-09-13 Thread Neal Richardson
Yes, there are broader grpc packaging issues involved. See https://github.com/grpc/grpc/issues/24077. I worked around the re2 one in the PR that Kou cited, but that made it fail later on c-ares for a similar reason. Kou may further ideas for working around, but for now don't be concerned if these j

Re: MacOS CI issue

2020-09-12 Thread Radu Teodorescu
looks related to this https://issues.apache.org/jira/browse/ARROW-9972 but not sure that covers it all: - My Mac failure is on c-ares (not re2) - The re2 failure seems to be on windows (it’s the appveyor build) I’ll rebase but it’s likely a broa

Re: MacOS CI issue

2020-09-12 Thread Sutou Kouhei
Homebrew/homebrew-core/blob/master/Formula/c-ares.rb > uses configure and make. We'll be able to install > c-ares-config.cmake by switching to cmake and ninja from > configure and make. Thanks, -- kou In <20d2175f-6b25-4c99-a45b-7ef95debe...@yahoo.com> "MacOS CI issue&q

Re: MacOS CI issue

2020-09-12 Thread Wes McKinney
It looks like this has been broken for about 4 days based on reviewing CI builds on master. Here is a build from 4 days ago https://github.com/apache/arrow/runs/1087218162 I'm not sure if there is a JIRA open yet about fixing it, but if not we should open one. It seems related to changes in Homeb

Re: MacOS CI issue

2020-09-12 Thread Radu Teodorescu
the other task that is failing is also failing on a grpc dependency (different one though): CMake Error at cmake_modules/FindRE2.cmake:66 (add_library): 568 add_library cannot create imported target "RE2::re2" because another target 569 with the same name already exists. 570Call Stack (most rec

MacOS CI issue

2020-09-12 Thread Radu Teodorescu
Hi, I am struggling to debug a task that is failing in CI: https://github.com/apache/arrow/pull/8130/checks?check_run_id=1106595772 Looks like a CMake failure and that is strange given my PR only touches existing c++ fil