zhouyifan279 opened a new issue, #6072:
URL: https://github.com/apache/incubator-gluten/issues/6072
### Problem description
Run `./dev/package.sh` with a non-root user. Permission denied error occurs
when install AWSSDK.
```
-- Configuring done (4.9s)
-- Generating done (0.0s)
-- Build files have been written to:
/home/zhouyifan/git/incubator-gluten/ep/build-velox/build/velox_ep/aws-sdk-cpp/_build
+ cmake --build _build
[520/520] Linking CXX static library
generated/src/aws-cpp-sdk-s3/libaws-cpp-sdk-s3.a
+ cmake --install _build
-- Install configuration: "Release"
-- Installing: /usr/local/lib/cmake/AWSSDK/AWSSDKConfigVersion.cmake
CMake Error at _build/cmake_install.cmake:46 (file):
file INSTALL cannot copy file
"/home/zhouyifan/git/incubator-gluten/ep/build-velox/build/velox_ep/aws-sdk-cpp/_build/AWSSDK/AWSSDKConfigVersion.cmake"
to "/usr/local/lib/cmake/AWSSDK/AWSSDKConfigVersion.cmake": Permission
denied.
```
### System information
Velox System Info v0.0.2
Commit: f9ab77236844b76b961ca5609423d0d0c91102d0
CMake Version: 3.28.3
System: Linux-5.15.0-112-generic
Arch: x86_64
C++ Compiler: /usr/bin/c++
C++ Compiler Version: 12.3.0
C Compiler: /usr/bin/cc
C Compiler Version: 12.3.0
CMake Prefix Path:
/usr/local;/usr;/;/usr/local/lib/python3.10/dist-packages/cmake/data;/usr/local;/usr/X11R6;/usr/pkg;/opt
### CMake log
_No response_
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]