You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Benson Muite (Jira)" <ji...@apache.org> on 2021/09/20 07:57:00 UTC

[jira] [Commented] (ARROW-13994) [Doc][C++] Build document misses git submodule update

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

Benson Muite commented on ARROW-13994:
--------------------------------------

This test also fails on Cent OS 8. Build steps

 
{code:java}
dnf -y update
dnf -y install cmake gcc gcc-c++ make python39 git
git clone https://github.com/apache/arrow.git
cd arrow

git submodule update --init --recursive

cd cpp
mkdir debug 
cd debug 
cmake -DCMAKE_BUILD_TYPE=Debug -DARROW_BUILD_TESTS=ON .. 
make -j2  unittest
{code}
{color:#000000}
 {color}

{color:#000000}CI tests only use [Ubuntu, Mac OS X and MinGW|https://github.com/apache/arrow/blob/master/.github/workflows/cpp.yml] {color}

 

{{{color:#000000}Line 98 in arrow/cpp/build-support/run-test.sh
 needs to be changed from{color}}}

{{{color:#000000} | ${PYTHON:-python} $ROOT/build-support/asan_symbolize.py \
to
{color}}}

{{{color:#000000}| ${PYTHON:-python3} $ROOT/build-support/asan_symbolize.py \
{color}}}

 

since Cent OS 8 uses python3 command to distinguish from python which has typically been python2
 
 

> [Doc][C++] Build document misses git submodule update
> -----------------------------------------------------
>
>                 Key: ARROW-13994
>                 URL: https://issues.apache.org/jira/browse/ARROW-13994
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Documentation
>         Environment: Fedora linux with gcc version 10.3.1 20210422  compiler
>            Reporter: Benson Muite
>            Assignee: Benson Muite
>            Priority: Minor
>         Attachments: LastTest.log
>
>
> arrow-ipc-read-write-test fails after doing a debug build and then testing it on git commit {color:#b26818}672149b68f3c8878e0f62a1bfde122092d734c0d{color}
> when using {color:#000000}gcc version 10.3.1 20210422{color} on Fedora linux



--
This message was sent by Atlassian Jira
(v8.3.4#803005)