Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626262 - rhash dependency for emerge dev-util/cmake-3.8.2 on stage2 MacOS X 10.11
Summary: rhash dependency for emerge dev-util/cmake-3.8.2 on stage2 MacOS X 10.11
Status: RESOLVED DUPLICATE of bug 624722
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 15:16 UTC by vest.april4+gentoo
Modified: 2018-03-19 23:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vest.april4+gentoo 2017-07-26 15:16:38 UTC
run ./bootstrap-prefix.sh, at stage2, the script will try to
emerge dev-util/cmake-3.8.2, then it will throw this error:

-- Using system-installed LIBARCHIVE
-- Using system-installed LIBLZMA
-- Using system-installed LIBRHASH
-- Using system-installed LIBUV
-- Using system-installed ZLIB
-- Could NOT find LibRHash (missing:  LibRHash_LIBRARY LibRHash_INCLUDE_DIR)
CMake Error at CMakeLists.txt:309 (message):
  CMAKE_USE_SYSTEM_LIBRHASH is ON but LibRHash is not found!
Call Stack (most recent call first):
  CMakeLists.txt:663 (CMAKE_BUILD_UTILITIES)


sounds like it dependent the system's librhash, I tried this:
brew install rhash

and got fixed this.
Comment 1 Benda Xu gentoo-dev 2018-03-19 23:16:19 UTC

*** This bug has been marked as a duplicate of bug 624722 ***