wgtmac commented on PR #39729:
URL: https://github.com/apache/arrow/pull/39729#issuecomment-2048948619
> Could you try this?
>
> ```diff
> diff --git a/docker-compose.yml b/docker-compose.yml
> index 46717557bc..e4c2cb734f 100644
> --- a/docker-compose.yml
> +++ b/docker-compose.yml
> @@ -724,7 +724,7 @@ services:
> - .:/arrow:delegated
> command: >-
> /bin/bash -c "
> - /arrow/ci/scripts/install_sccache.sh unknown-linux-musl
/usr/local/bin &&
> + sudo /arrow/ci/scripts/install_sccache.sh unknown-linux-musl
/usr/local/bin &&
> /arrow/ci/scripts/conan_setup.sh &&
> /arrow/ci/scripts/conan_build.sh /arrow /build"
>
> ```
Seems no luck:
```
CMake Warning (dev) at CMakeLists.txt:219 (find_program):
-- Using sccache: /usr/local/bin/sccache
Policy CMP0109 is not set: find_program() requires permission to execute
but not to read. Run "cmake --help-policy CMP0109" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The file
/usr/local/bin/sccache
is readable but not executable. CMake is using it for compatibility.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Build files have been written to:
/home/conan/.conan/data/arrow/16.0.0/_/_/build/f6e05c1e9dc8a9c7bab8f7f5ea2c586111bedf6e/build/Release
arrow/16.0.0: CMake command: cmake --build
"/home/conan/.conan/data/arrow/16.0.0/_/_/build/f6e05c1e9dc8a9c7bab8f7f5ea2c586111bedf6e/build/Release"
'--' '-j4'
[ 1%] Building CXX object
src/arrow/CMakeFiles/arrow_memory_pool.dir/memory_pool.cc.o
[ 1%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/buffered.cc.o
[ 1%] Building CXX object
src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o
/bin/sh: 1: /usr/local/bin/sccache: Permission denied
make[2]: *** [src/arrow/CMakeFiles/arrow_array.dir/build.make:76:
src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o] Error 126
make[1]: *** [CMakeFiles/Makefile2:751:
src/arrow/CMakeFiles/arrow_array.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/bin/sh: 1: /usr/local/bin/sccache: Permission denied
make[2]: *** [src/arrow/CMakeFiles/arrow_io.dir/build.make:76:
src/arrow/CMakeFiles/arrow_io.dir/io/buffered.cc.o] Error 126
[ 2%] Building CXX object
src/arrow/CMakeFiles/arrow_vendored.dir/vendored/base64.cpp.o
make[2]: *** Waiting for unfinished jobs....
/bin/sh: 1: /usr/local/bin/sccache: Permission denied
make[2]: *** [src/arrow/CMakeFiles/arrow_memory_pool.dir/build.make:76:
src/arrow/CMakeFiles/arrow_memory_pool.dir/memory_pool.cc.o] Error 126
make[1]: *** [CMakeFiles/Makefile2:803:
src/arrow/CMakeFiles/arrow_memory_pool.dir/all] Error 2
/bin/sh: 1: /usr/local/bin/sccache: Permission denied
make[2]: *** [src/arrow/CMakeFiles/arrow_vendored.dir/build.make:76:
src/arrow/CMakeFiles/arrow_vendored.dir/vendored/base64.cpp.o] Error 126
make[2]: *** Waiting for unfinished jobs....
/bin/sh: 1: /usr/local/bin/sccache: Permission denied
```
--
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]