Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
Hmm, it should. Can you open a JIRA with the full build logs? In the meantime though, you can also install the Developer Toolset to get a much newer gcc version: https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ Regards Antoine. Ticket created: https://issues.apache.org/jira/br

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Antoine Pitrou
On Tue, 28 Sep 2021 10:58:43 +0300 Benson Muite wrote: > On 9/28/21 10:47 AM, Antoine Pitrou wrote: > > > > Le 28/09/2021 à 09:41, Benson Muite a écrit : > >> Sorry, second one should have -DARROW_BUILD_TESTS=ON instead of > >> -DARROW_BUILD_TESTS=OFF > > > > I see. What is the gcc version?

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
On 9/28/21 10:47 AM, Antoine Pitrou wrote: Le 28/09/2021 à 09:41, Benson Muite a écrit : Sorry, second one should have -DARROW_BUILD_TESTS=ON instead of -DARROW_BUILD_TESTS=OFF I see. What is the gcc version? 4.8 (will need to rebuild to get minor version) is default on Cent OS 7 - expect th

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Antoine Pitrou
Le 28/09/2021 à 09:41, Benson Muite a écrit : Sorry, second one should have -DARROW_BUILD_TESTS=ON instead of -DARROW_BUILD_TESTS=OFF I see. What is the gcc version?

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
On 9/28/21 10:36 AM, Antoine Pitrou wrote: Hi, Le 28/09/2021 à 09:25, Benson Muite a écrit : Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cent OS 7 Currently trying this on commit 1f481d9 (tagged as apache-arrow-6.0.0.

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Antoine Pitrou
Hi, Le 28/09/2021 à 09:25, Benson Muite a écrit : Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cent OS 7 Currently trying this on commit 1f481d9 (tagged as apache-arrow-6.0.0.dev) - having some trouble with current hea

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
The lines > mkdir build > cd build should be mkdir cpp/build cd cpp/build Let me know if other configurations/bindings are needed. On 9/28/21 10:25 AM, Benson Muite wrote: Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cen

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cent OS 7 Currently trying this on commit 1f481d9 (tagged as apache-arrow-6.0.0.dev) - having some trouble with current head of the development repository. Installed yum ins

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-27 Thread Rares Vernica
CentOS 7 On Mon, Sep 27, 2021 at 10:06 PM Benson Muite wrote: > Hi Rares, > What operating system are you using? > Benson > On 9/28/21 7:38 AM, Rares Vernica wrote: > > Hello, > > > > I'm still struggling to build Arrow with Parquet. I compiled Thrift > myself > > but I'm running into dependency

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-27 Thread Benson Muite
Hi Rares, What operating system are you using? Benson On 9/28/21 7:38 AM, Rares Vernica wrote: Hello, I'm still struggling to build Arrow with Parquet. I compiled Thrift myself but I'm running into dependency issues with Boost. It looks like the Boost download URL provided in ThirdpartyToolchai

C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-27 Thread Rares Vernica
Hello, I'm still struggling to build Arrow with Parquet. I compiled Thrift myself but I'm running into dependency issues with Boost. It looks like the Boost download URL provided in ThirdpartyToolchain.cmake here https://github.com/apache/arrow/blob/ef4e92982054fcc723729ab968296d799d3108dd/cpp/cm