You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Alenka Frim (Jira)" <ji...@apache.org> on 2022/03/28 08:09:00 UTC

[jira] [Commented] (ARROW-16040) [Doc][C++][Python]Building on M1 with conda and "-DARROW_JEMALLOC=OFF"

    [ https://issues.apache.org/jira/browse/ARROW-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513221#comment-17513221 ] 

Alenka Frim commented on ARROW-16040:
-------------------------------------

Thank you [~yibocai] for pointing out the lack of the report description!

I built with "-DARROW_JEMALLOC=OFF" for a while now and tried without this flag just now (to post the failure message) and it works fine!

[~xzeng] could you pls upload the build steps and the full failure message? Maybe to the issue where the discussion originates from: https://issues.apache.org/jira/browse/ARROW-15459 .

In case there will be no need to add content to the documentation, I will close this issue.

> [Doc][C++][Python]Building on M1 with conda and "-DARROW_JEMALLOC=OFF"
> ----------------------------------------------------------------------
>
>                 Key: ARROW-16040
>                 URL: https://issues.apache.org/jira/browse/ARROW-16040
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Alenka Frim
>            Priority: Major
>
> Add a note to C++ and Python development documentation about issues building on M1 *inside conda env* with similar errors:
> {code:java}
> Invalid configuration `arm64-apple-darwin20.0.0': machine `arm64-apple' not recognized
> configure: error: /bin/sh build-aux/config.sub arm64-apple-darwin20.0.0 failed
> {code}
> suggesting the use of
> {code:java}
> "-DARROW_JEMALLOC=OFF"
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)