Skip to content
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

such fedora. fatal exception. wow. #69

Closed
d3matt opened this issue Dec 28, 2013 · 5 comments
Closed

such fedora. fatal exception. wow. #69

d3matt opened this issue Dec 28, 2013 · 5 comments

Comments

@d3matt
Copy link

d3matt commented Dec 28, 2013

Trying to build on fedora 20. Get an exception when I run dogecoin-qt

A fatal error occured. DogeCoin can no longer continue safely and will quit.

EXCEPTION: 9key_error       
CKey::CKey() : EC_KEY_new_by_curve_name failed       
dogecoin in Runaway exception.

build using:

/usr/lib64/qt4/bin/qmake "USE_UPNP=1"
make
@d3matt
Copy link
Author

d3matt commented Dec 28, 2013

looks like the fedora team explicitly removed secp256k1 support due to "legal" issues... https://bugzilla.redhat.com/show_bug.cgi?id=1021898

to make a fedora RPM, we'll either have to build openssl and link statically against it or include our own version of that curve...

@rEPHeMITa
Copy link

Just use a VM for now?

@capp-dev
Copy link

Hi, I put a patched source package here which should compile with recent Fedora distributions...

http://www.djvu-pdf.com/dogecoin-for-fedora.html

Hope that helps!

@ummjackson
Copy link
Contributor

[Automated Message] We believe this issue has been addressed as part of the Dogecoin v1.5 update, currently in alpha. It builds on top of the latest Litecoin code base, bringing a range of improvements. Please review the active development repository at https://github.com/ummjackson/dogecoin-1_5_alpha (click "Releases" for up-to-date binaries) and if you still find issues, please report them or submit a pull request there. The 1.5 repository will overwrite the outdated 1.4.1 code base once tested and finalized. We will not be merging further pull requests on the 1.4 code base. Thanks for all your support, we really look forward to releasing 1.5 to the public!

@me-vlad
Copy link

me-vlad commented Jan 28, 2014

Hello!

You can use my patch to build dogecoin 1.5.0 on fedora 20:
https://gist.github.com/me-vlad/8671110#file-dogecoin-1-5-0-fedora-20

Main idea is the same as in @djvupdf solution - link dogecoin-qt with custom openssl libs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants