Error installing root v6.26 on ubuntu 22.04

Hi everyone,
I am trying to install root v6.26 by buildling from source on ubuntu 22.04 but i’m getting the same error again and again. I followed the instruction on root website.
here is the error
CMake Error at XROOTD-stamp/XROOTD-download-Release.cmake:49 (message):
Command failed: 1

‘/usr/bin/cmake’ ‘-Dmake=’ ‘-Dconfig=’ ‘-P’ ‘…/root_build/builtins/xrootd/XROOTD-prefix/src/XROOTD-stamp/XROOTD-download-Release-impl.cmake’

See also

.../root_build/builtins/xrootd/XROOTD-prefix/src/XROOTD-stamp/XROOTD-download-*.log

when I look at …/XROOTD-download-out.log, I see

verifying file…
file=’…/root_build/builtins/xrootd/XROOTD-prefix/src/v5.4.2.tar.gz’
– SHA256 hash of
…/root_build/builtins/xrootd/XROOTD-prefix/src/v5.4.2.tar.gz
does not match expected value
expected: ‘84e8a9a2bcad116df479f94e985c287dd99fbac0613d4fbb61f4ccc0cef81fa3’
actual: ‘2b394270c55cb3d14f3c44b692311db99d2d25278882b513d4d564b68a58ed4a’
– Hash mismatch, removing…

Any help is appreciated.
Thanks

Welcome to the ROOT forum, @B90 !

Indeed that’s a bug, we’re about to publish a new release that will address this. Until then please grab the sources through git, from the current v6-26-00-patches git branch or https://github.com/root-project/root/archive/refs/heads/v6-26-00-patches.zip

Thanks Axel.

And just FYI the release is out.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.