Sutou Kouhei

Results 417 comments of Sutou Kouhei

> * python-sdist > > * was still missing curl, now fixed Why do we need sscache for this? It seems that we don't compile C/C++ code for this. BTW,...

I don't know why... Anyway I've approved the CI for #14175.

Could you share the full output of your `cmake ...` command?

Could you also show the output of the command?

Thanks. How did you install your Apache Arrow into `C:\Program Files\arrow`? It seems that you used Visual C++ not MSYS2 (what is msys64?). Could you also show file list in...

Thanks. Did you get the same error with the package in MSYS2? ( https://packages.msys2.org/package/mingw-w64-ucrt-x86_64-arrow?repo=ucrt64 ) Could you try adding `target_compile_definitions(test_project PRIVATE ARROW_STATIC)`? Or could you try using `arrow_shared` instead of...

OK. Let's use `arrow_shared` from MSYS2 as the first step. Could you show all build logs including `cmake ...` for `arrow_shared` from MSYS2. I tried `arrow_shared` from MSYS2 with MSYS2's...

```console $ cmake -S . -B cpp.build -- Building for: Ninja -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C...

You need to add `C:\msys64\mingw64\bin` to your `PATH`. There is `libarrow.dll` in the folder.

It seems that the s390x workers on Travis CI don't have enough resource to build gRPC and Gandiva stably. How about disabling Flight and Gandiva?