FelixYBW commented on issue #5924: URL: https://github.com/apache/incubator-gluten/issues/5924#issuecomment-2140506886
@marin-ma It's because the jemalloc conflict. You need to uninstall jemalloc from system. It's marked here: https://github.com/apache/incubator-gluten/blob/main/docs/developers/docker_ubuntu22.04.md # make sure jemalloc is uninstalled, jemalloc will be build in vcpkg, which conflicts with the default jemalloc in system apt purge libjemalloc-dev libjemalloc2 librust-jemalloc-sys-dev -- 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]
