-
Notifications
You must be signed in to change notification settings - Fork 20.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem running make geth #1493
Comments
Could you please paste the entire build log? |
Here is the entire build log from geth make
|
The build logs suggest make cannot find gmp.h. Are you sure you installed the development packages too? Usually they are in a separate package than the library itself. |
Sorry, didn't mean to close. |
Make sure you've got |
There is another issue except missing gmp development files:
Fedora/RedHat distros comply with US patent law and remove elliptic curve crypto from their packages. See these issues for reference: Removing all references to |
Instead of using the standard packages I'd just download the official golang package from the website |
Created #1551 |
#1551 has been merged. Please note it won't show up in the |
As a note to anyone else having this problem, the solution provide by prusnak: "Removing all references to elliptic.P224 from files crypto/ecies/asn1.go and crypto/ecies/ecies_test.go fixes the issue" fixes the problem, even with the fedora go packages. |
### Description Added a gauge metric for gasPriceMinimum at path `txpool/gaspriceminimum` ### Tested Used in development testnets
I know it's not officially supported, but I'm trying to run ethereum on my Fedora 22 machine and I'm running into an issue when I attempt to make geth.
I have all the necessary dependencies that I can think of: automake, gmp, gcc, git, go, kernel-devel, libtool, and Development Tools are enabled.
I have also followed the suggestion mentioned in #934 and manually built secp256k1 successfully.
However, when I run make geth, I get an output ending in
If anyone has any suggestions I would really appreciate them.
Thanks
The text was updated successfully, but these errors were encountered: