jonkeane opened a new issue, #38295:
URL: https://github.com/apache/arrow/issues/38295
### Describe the bug, including details regarding any error messages,
version, and platform.
It looks like this has been failing for a long time (>90days when writing
this issue)
The error we are seeing is:
```
[100%] Built target arrow_dataset_static
Install the project...
-- Install configuration: "RELEASE"
-- Installing:
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/cmake/Arrow/FindOpenSSLAlt.cmake
-- Installing:
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/include/arrow/util/config.h
-- Installing:
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/libarrow_bundled_dependencies.a
-- Installing:
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/libarrow.a
CMake Error at src/arrow/cmake_install.cmake:50 (file):
file INSTALL cannot copy file
"/tmp/RtmptkhPVi/file73025600f53/release/libarrow.a" to
"/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/libarrow.a":
Success.
Call Stack (most recent call first):
cmake_install.cmake:55 (include)
make: *** [Makefile:110: install] Error 1
```
`file INSTALL cannot copy file` and then `Success.` seem to contradict each
other, and this install location should not need super-user privileges (a
common source of the cannot copy file error), and other files seem to succeed.
### Component(s)
Continuous Integration, R
--
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]