You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/10/17 13:25:00 UTC

[jira] [Created] (ARROW-18077) [CI][C++] ubuntu 18.04 builds with ORC enabled fail

Raúl Cumplido created ARROW-18077:
-------------------------------------

             Summary: [CI][C++] ubuntu 18.04 builds with ORC enabled fail
                 Key: ARROW-18077
                 URL: https://issues.apache.org/jira/browse/ARROW-18077
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Continuous Integration
            Reporter: Raúl Cumplido
             Fix For: 10.0.0


Currently some of our nightlies are broken with the following error:
{code:java}
 -- Building Abseil-cpp from source
-- Building gRPC from source
-- Found hdfs.h at: /arrow/cpp/thirdparty/hadoop/include/hdfs.h
-- Building Apache ORC from source
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:4341 (target_link_libraries):
  Cannot specify link libraries for target "orc::liborc" which is not built
  by this project.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:183 (build_orc)
  cmake_modules/ThirdpartyToolchain.cmake:274 (build_dependency)
  cmake_modules/ThirdpartyToolchain.cmake:4357 (resolve_dependency)
  CMakeLists.txt:496 (include)
-- Configuring incomplete, errors occurred! {code}
It seems to be related to https://issues.apache.org/jira/browse/ARROW-17817 ([https://github.com/apache/arrow/pull/14208)] as the first appearance of the issue was once the above was merged.

The full list of changes on the first failure appearance:

[https://github.com/apache/arrow/compare/99b40926c72bcedc056ce2c869ada4d4d02fc509...0b86e40622f7153d64b36b4e65e0c0ace15d6ffa]

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)