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

[jira] [Created] (ARROW-15025) [C++] google_cloud_cpp_storage_SOURCE=BUNDLED fails configuring

Antoine Pitrou created ARROW-15025:
--------------------------------------

             Summary: [C++] google_cloud_cpp_storage_SOURCE=BUNDLED fails configuring
                 Key: ARROW-15025
                 URL: https://issues.apache.org/jira/browse/ARROW-15025
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou


{code}
-- Building google-cloud-cpp from source
-- Only building the google-cloud-cpp::storage component
-- Building Abseil-cpp from source
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:2637 (add_library):
  add_library cannot create imported target "absl::bad_any_cast_impl" because
  another target with the same name already exists.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:3679 (build_absl_once)
  cmake_modules/ThirdpartyToolchain.cmake:157 (build_google_cloud_cpp_storage)
  cmake_modules/ThirdpartyToolchain.cmake:239 (build_dependency)
  cmake_modules/ThirdpartyToolchain.cmake:3789 (resolve_dependency)
  CMakeLists.txt:538 (include)


CMake Error at cmake_modules/ThirdpartyToolchain.cmake:2637 (add_library):
  add_library cannot create imported target "absl::bad_optional_access"
  because another target with the same name already exists.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:3679 (build_absl_once)
  cmake_modules/ThirdpartyToolchain.cmake:157 (build_google_cloud_cpp_storage)
  cmake_modules/ThirdpartyToolchain.cmake:239 (build_dependency)
  cmake_modules/ThirdpartyToolchain.cmake:3789 (resolve_dependency)
  CMakeLists.txt:538 (include)

[etc.]
{code}



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