Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Checksums fail on Fedora 30 #888

@jnordwick3x

Description

@jnordwick3x
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=release -DCMAKE_EXPORT_COMPILE_COMMANDS=YES 
-- The CXX compiler identification is GNU 9.2.1
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using downloaded Clang
-- Downloading Clang 7.0.0 (https://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz) ...
CMake Error at cmake/DownloadAndExtractClang.cmake:94 (message):
  SHA256 hash of downloaded Clang does not match expected hash.  Remove the
  build directory and try running CMake again.  If this keeps happening, file
  an issue to report the problem.
Call Stack (most recent call first):
  CMakeLists.txt:94 (download_and_extract_clang)


-- Configuring incomplete, errors occurred!
See also "/home/jnordwick/rdev/cquery/build/CMakeFiles/CMakeOutput.log".

here is what i get

$ sha256sum clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz 
5c90e61b06d37270bc26edb305d7e498e2c7be22d99e0afd9f2274ef5458575a  clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions