You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/12/13 17:28:00 UTC

[jira] [Resolved] (ARROW-15078) [C++] Silence CMake error "includes non-existent path" with bundled OpenTelemetry

     [ https://issues.apache.org/jira/browse/ARROW-15078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Li resolved ARROW-15078.
------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11939
[https://github.com/apache/arrow/pull/11939]

> [C++] Silence CMake error "includes non-existent path" with bundled OpenTelemetry
> ---------------------------------------------------------------------------------
>
>                 Key: ARROW-15078
>                 URL: https://issues.apache.org/jira/browse/ARROW-15078
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: David Li
>            Assignee: Matthijs Brobbel
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We get errors like
> {noformat}
> CMake Error in src/arrow/CMakeLists.txt:
>   Imported target "opentelemetry-cpp::trace" includes non-existent path
>     "<path>/build/opentelemetry_ep-install/include"
>   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
>   * The path was deleted, renamed, or moved to another location.
>   * An install or uninstall procedure did not complete successfully.
>   * The installation package was faulty and references files it does not
>   provide.
> {noformat}
> We need to create the include directory like other bundled builds do, e.g. see [https://github.com/apache/arrow/blob/dee4ba31773e3ba854e91f8b5df1423a0c88f352/cpp/cmake_modules/ThirdpartyToolchain.cmake#L3338-L3339]



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