kou commented on issue #46453:
URL: https://github.com/apache/arrow/issues/46453#issuecomment-2897907164
You're right. The log is strange.
Can we retry with `cmake --build --verbose`?
```diff
diff --git a/r/inst/build_arrow_static.sh b/r/inst/build_arrow_static.sh
index fc3a173294..4c09575594 100755
--- a/r/inst/build_arrow_static.sh
+++ b/r/inst/build_arrow_static.sh
@@ -108,7 +108,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-G "${CMAKE_GENERATOR:-Unix Makefiles}" \
${SOURCE_DIR}
-${CMAKE} --build . --target install -- -j $N_JOBS
+${CMAKE} --build . --target install --verbose -- -j $N_JOBS
if command -v sccache &> /dev/null; then
echo "=== sccache stats after the build ==="
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]