dcoliversun opened a new issue, #5264: URL: https://github.com/apache/incubator-gluten/issues/5264
### Problem description When I run `./dev/package.sh`, I got the error: ```plain 2024-04-02T10:56:16.2972368Z + mkdir -p /__w/gluten/gluten/dev/../package/target/thirdparty-lib 2024-04-02T10:56:16.2988385Z + [[ centos == \u\b\u\n\t\u ]] 2024-04-02T10:56:16.2988946Z + [[ centos == \p\o\p ]] 2024-04-02T10:56:16.2989457Z + '[' centos == centos ']' 2024-04-02T10:56:16.2990043Z + '[' 8 == 8 ']' 2024-04-02T10:56:16.2990300Z + process_setup_centos_8 2024-04-02T10:56:16.2996852Z + cp /usr/lib64/libre2.so.0 /usr/lib64/libdouble-conversion.so.3 /usr/lib64/libgflags.so.2.2 /usr/lib64/libglog.so.0 /usr/lib64/libevent-2.1.so.6 /usr/lib64/libdwarf.so.1 /usr/lib64/libgsasl.so.7 /usr/lib64/libicudata.so.60 /usr/lib64/libicui18n.so.60 /usr/lib64/libicuuc.so.60 /usr/lib64/libidn.so.11 /usr/lib64/libntlm.so.0 /usr/lib64/libsodium.so.23 /__w/gluten/gluten/dev/../package/target/thirdparty-lib/ 2024-04-02T10:56:16.3021860Z cp: cannot stat '/usr/lib64/libgflags.so.2.2': No such file or directory 2024-04-02T10:56:16.3022795Z cp: cannot stat '/usr/lib64/libglog.so.0': No such file or directory 2024-04-02T10:56:16.3909419Z ##[error]Process completed with exit code 1. ``` ### System information Velox System Info v0.0.2 Commit: https://github.com/apache/incubator-gluten/commit/9499349a07eff402f3124d752d977cae9b3766c6 CMake Version: 3.20.2 System: Linux-4.18.0-80.11.2.el8_0.x86_64 Arch: x86_64 C++ Compiler: /opt/rh/gcc-toolset-9/root/usr/bin/c++ C++ Compiler Version: 9.2.1 C Compiler: /opt/rh/gcc-toolset-9/root/usr/bin/cc C Compiler Version: 9.2.1 CMake Prefix Path: /usr/local;/usr;/;/usr;/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]
