Summary: | net-p2p/cpp-ethereum: ebuild request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | A. Person <tesoro302> |
Component: | Current packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | xmw |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
A. Person
2015-08-08 21:38:47 UTC
Oh and the cpp-ethereum ebuild in an overlay fails for me. You referred to http://gpo.zugaina.org/net-p2p/cpp-ethereum? Yes, that one won't build for me. I was able to build cpp-ethereum myself by removing -Werror from cmake/EthCompilerSettings.cmake and invoking cmake like this: cmake .. -DCMAKE_BUILD_TYPE=Release -DBUNDLE=minimal -DETHASHCL=0 -DEVMJIT=0 -DJSCONSOLE=0 The only extra dependencies I had to install were leveldb, v8, and libjson-rpc-cpp. |