-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Could NOT find Vdt error when using 6.32.02 docker image #16038
Comments
Just checked, everything works on |
conda-forge installation seems also affected https://anaconda.org/conda-forge/root The reproducer
|
Hi, I fixed the VDT issue in my local Docker image by installing |
Thanks for testing! One question: |
|
Thanks for checking. I see that:
So ubuntu24 is built with system-wide vdt rather than with the builtin, compared to ubuntu 22 and ubuntu 20. Two alternative solutions:
According to b364478 I think the second option is the most correct one, because https://github.com/root-project/root-docker/blob/vdtfix/ubuntu2310/packages has it correctly. |
I've proposed root-project/web#1011 and root-project/root-docker#91 |
Conda root-feedstock link to this bug conda-forge/root-feedstock#261 I didn't find conda variant of libvdt so the solution 2 there seems not working for conda. Update. Conda PR conda-forge/root-feedstock#262 |
Check duplicate issues.
Description
When trying to build any image based on
rootproject/root:6.32.02-ubuntu24.04
docker file and build any cmake application which references root, it fails withI tried 3 different packages
ACTS
,PODIO
,JANA2
- all failed with the same error during the configuration.Reproducer
Reproducer, where ACTS is taken as an example
ROOT version
Installation method
Docker image rootproject/root:6.32.02-ubuntu24.04
Operating system
Linux
Additional context
Update: everything works on rootproject/root:6.28.00-ubuntu22.04
The text was updated successfully, but these errors were encountered: