-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
Steps to reproduce the issue
$ spack install [email protected]~ownlibs~ncurses
==> Error: ProcessError: Command exited with status 11:
'./bootstrap' (...)
2 errors found in build log:
359 -- Using system-installed LIBRHASH
360 -- Using system-installed LIBUV
361 -- Using system-installed NGHTTP2
362 -- Using system-installed ZLIB
363 -- Using system-installed ZSTD
364 -- Could NOT find LibRHash (missing: LibRHash_LIBRARY)
>> 365 CMake Error at CMakeLists.txt:440 (message):
366 CMAKE_USE_SYSTEM_LIBRHASH is ON but LibRHash is not found!
367 Call Stack (most recent call first):
368 CMakeLists.txt:777 (CMAKE_BUILD_UTILITIES)
369
370
371 -- Configuring incomplete, errors occurred!
372 See also "/build/razumov/cms-spack-repo/spack/stage/spack-stage-cmake-3.21.4-py4j4aexfhahe24xpk7y7wjmtnoqwx3f/spack-src/CMakeFiles/CMakeOutput.log".
373 See also "/build/razumov/cms-spack-repo/spack/stage/spack-stage-cmake-3.21.4-py4j4aexfhahe24xpk7y7wjmtnoqwx3f/spack-src/CMakeFiles/CMakeError.log".
374 ---------------------------------------------
>> 375 Error when bootstrapping CMake:
376 Problem while running initial CMake
377 ---------------------------------------------
See build log for details:
/build/razumov/cms-spack-repo/spack/stage/spack-stage-cmake-3.21.4-py4j4aexfhahe24xpk7y7wjmtnoqwx3f/spack-build-out.txt
Information on your system
- Spack: 0.17.0
- Python: 3.6.8
- Platform: linux-centos7-broadwell
- Concretizer: clingo
Additional information
Reason: CMake looks for librhash.so, but only librhash.so.0 is installed by rhash, see rhash/RHash#117 .
Pinging maintainer @chuckatkins, also @adamjstewart who did rhash recipe.
General information
- I have run
spack debug reportand reported the version of Spack/Python/Platform - I have run
spack maintainers <name-of-the-package>and @mentioned any maintainers - I have uploaded the build log and environment files
- I have searched the issues of this repo and believe this is not a duplicate
Reactions are currently unavailable