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

cmake find_package VDT not found in root docker container #14195

Closed
1 task done
xkzl opened this issue Dec 7, 2023 · 2 comments
Closed
1 task done

cmake find_package VDT not found in root docker container #14195

xkzl opened this issue Dec 7, 2023 · 2 comments

Comments

@xkzl
Copy link

xkzl commented Dec 7, 2023

Check duplicate issues.

  • Checked for duplicates

Description

Hello,

I have used the latest version of ROOT through docker container.
The VDT related variables are not found in cmake although it is built internally.

-- Found nlohmann_json: /usr/lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.10.5", minimum required is "3.10.5") 
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Vdt (missing: VDT_INCLUDE_DIR VDT_LIBRARY)
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /opt/root/cmake/modules/FindVdt.cmake:63 (find_package_handle_standard_args)
  /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  /opt/root/cmake/ROOTConfig.cmake:132 (find_dependency)
  cmake/Req/LoadROOT.cmake:5 (find_package)
  CMakeLists.txt:83 (include)
-- Configuring incomplete, errors occurred!

Reproducer

docker run -it rootproject/root:latest

Then run a cmake using: find_package(ROOT REQUIRED)

ROOT version

6.30

Installation method

docker

Operating system

ubuntu

Additional context

No response

@xkzl xkzl added the bug label Dec 7, 2023
@ferdymercury
Copy link
Collaborator

ferdymercury commented Dec 7, 2023

This is a duplicate of #14163, and it was fixed yesterday by #14178 (you'll need to wait for 6.30.04 or .06 release I guess)

@ferdymercury ferdymercury closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2023
Copy link

github-actions bot commented Dec 8, 2023

Hi @ferdymercury,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

@ferdymercury ferdymercury added this to Issues in Fixed in 6.30.04 via automation Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants