pitrou commented on PR #13295: URL: https://github.com/apache/arrow/pull/13295#issuecomment-1144909352
The Fedora 35 build fails because the mimalloc library is installed in `lib64` but is then looked for in `lib`: ``` -- Install configuration: "DEBUG" -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/lib64/mimalloc-2.0/libmimalloc-debug.a -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/lib64/cmake/mimalloc-2.0/mimalloc.cmake -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/lib64/cmake/mimalloc-2.0/mimalloc-debug.cmake -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/include/mimalloc-2.0/mimalloc.h -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/include/mimalloc-2.0/mimalloc-override.h -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/include/mimalloc-2.0/mimalloc-new-delete.h -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/lib64/cmake/mimalloc-2.0/mimalloc-config.cmake -- Installing: /build/cpp/mimalloc_ep/src/mimalloc_ep/lib64/cmake/mimalloc-2.0/mimalloc-config-version.cmake [ ... ] /usr/bin/ld: cannot find mimalloc_ep/src/mimalloc_ep/lib/mimalloc-2.0/libmimalloc-debug.a: No such file or directory ``` -- 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]
