Iurii Borisov created PARQUET-1957:
--------------------------------------

             Summary: [c++] PARQUET_MINIMAL_DEPENDENCY incompatible with 
ARROW_DEPENDENCY_SOURCE=BUNDLED and parallel build
                 Key: PARQUET-1957
                 URL: https://issues.apache.org/jira/browse/PARQUET-1957
             Project: Parquet
          Issue Type: Bug
          Components: parquet-cpp
            Reporter: Iurii Borisov


Trying to build with the following flags being set:
 * ARROW_DEPENDENCY_SOURCE=BUNDLED
 * ARROW_DEPENDENCY_USE_SHARED=OFF
 * ARROW_PARQUET=ON
 * PARQUET_MINIMAL_DEPENDENCY=ON


in parallel mode (-j4). 
Build failed with:

arrow/cpp/src/parquet/thrift_internal.h:36:10: fatal error: 
thrift/TApplicationException.h: No such file or directory 
   36 | #include <thrift/TApplicationException.h>
 
Parquet target does not have a dependency on thrift::thrift, so it tries to 
build thrift and parquet in parallel.

Probably source included: cpp/src/parquet/CMakeLists.txt:234



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

Reply via email to