Tom-Newton commented on PR #39622: URL: https://github.com/apache/arrow/pull/39622#issuecomment-1912257199
@kou I got a different error ``` [26/26] Linking CXX shared library gandiva/libgandiva_jni.so + '[' OFF = ON ']' + cmake --build . --config release --target install [0/1] Install the project... -- Install configuration: "release" -- Installing: /build/java_jni/java-jni/lib/arrow_cdata_jni/x86_64/libarrow_cdata_jni.so -- Installing: /build/java_jni/java-jni/lib/arrow_dataset_jni/x86_64/libarrow_dataset_jni.so -- Installing: /build/java_jni/java-jni/lib/gandiva_jni/x86_64/libgandiva_jni.so -- Installing: /build/java_jni/java-jni/lib/arrow_orc_jni/x86_64/libarrow_orc_jni.so + popd / + mkdir -p /arrow/java-dist + '[' -d /build/java_jni/java-jni/bin ']' + mv /build/java_jni/java-jni/lib/arrow_cdata_jni /build/java_jni/java-jni/lib/arrow_dataset_jni /build/java_jni/java-jni/lib/arrow_orc_jni /build/java_jni/java-jni/lib/gandiva_jni /arrow/java-dist/ mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/arrow_cdata_jni’ to ‘/arrow/java-dist/arrow_cdata_jni’; unable to remove target: Directory not empty mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/arrow_dataset_jni’ to ‘/arrow/java-dist/arrow_dataset_jni’; unable to remove target: Directory not empty mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/arrow_orc_jni’ to ‘/arrow/java-dist/arrow_orc_jni’; unable to remove target: Directory not empty mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/gandiva_jni’ to ‘/arrow/java-dist/gandiva_jni’; unable to remove target: Directory not empty ``` I haven't tried to understand this yet. -- 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]
