Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CMake Error "The required target arrow_compute is not in any export set when calling with target arrow_static" #15726

Closed
NvTimLiu opened this issue May 11, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@NvTimLiu
Copy link
Contributor

Describe the bug
CMake Error "The required target arrow_compute is not in any export set when calling with target arrow_static", after PR Upgrade arrow to 16  got merged

  -- ---------------------------------------------------------------------
  -- Arrow version:                                 16.0.0
  -- 
  -- Build configuration summary:
  --   Generator: Ninja
  --   Build type: RELEASE
  --   Source directory: /home/jenkins/agent/workspace/jenkins-cudf_nightly-dev-github-1246-cuda12/cpp/build/_deps/arrow-src/cpp
  --   Install prefix: /usr/local/rapids
  -- Installing: /home/jenkins/agent/workspace/jenkins-cudf_nightly-dev-github-1246-cuda12/cpp/build/_deps/arrow-src/cpp/src/arrow/util/config.h
  -- CPM: Adding package [email protected] (v0.8)
  -- CPM: Adding package [email protected] (2101cb31d0210b609cd02c88f9b538e10881d91d)
  -- CPM: Adding package [email protected] (v1.13.0)
  -- Could NOT find Python (missing: Python_EXECUTABLE Interpreter) 
  -- Found cuFile: /usr/local/cuda/lib64/libcufile.so  
  -- CPM: Adding package [email protected] (branch-24.06)
  -- Found cuFile Batch API: TRUE
  -- Found cuFile Stream API: TRUE
  -- CPM: Adding package [email protected] (11e73a8c85b45e3d49c8c541b4e1497a649fe03c)
  -- Building using CMake version: 3.26.4
  -- Configuring done (216.0s)
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target
    "arrow_array" that is not in any export set.
  
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target
    "arrow_compute" that is not in any export set.
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target
    "arrow_filesystem" that is not in any export set.
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target "arrow_io"
    that is not in any export set.
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target "arrow_ipc"
    that is not in any export set.
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target
    "arrow_memory_pool" that is not in any export set.
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target "arrow_util"
    that is not in any export set.
  
  CMake Error in CMakeLists.txt:
    export called with target "arrow_static" which requires target
    "arrow_vendored" that is not in any export set.
  
  -- Generating done (2.6s)
  CMake Generate step failed.  Build files cannot be regenerated correctly.

Steps/Code to reproduce bug
Follow this guide to run build in docker container
https://github.com/rapidsai/cudf/blob/branch-24.06/java/ci/README.md

@NvTimLiu NvTimLiu added the bug Something isn't working label May 11, 2024
@NvTimLiu NvTimLiu added this to libcudf May 11, 2024
@NvTimLiu
Copy link
Contributor Author

@galipremsagar

@davidwendt
Copy link
Contributor

This maybe the same as #15714

@NvTimLiu
Copy link
Contributor Author

dup to #15714

@NvTimLiu NvTimLiu closed this as not planned Won't fix, can't repro, duplicate, stale May 11, 2024
@GregoryKimball GregoryKimball removed this from libcudf Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants