Search Criteria
Package Details: python-coincurve 13.0.0-1
Git Clone URL: | https://aur.archlinux.org/python-coincurve.git (read-only, click to copy) |
---|---|
Package Base: | python-coincurve |
Description: | Cross-platform Python CFFI bindings for libsecp256k1 |
Upstream URL: | https://github.com/ofek/coincurve |
Licenses: | |
Submitter: | redfish |
Maintainer: | redfish |
Last Packager: | redfish |
Votes: | 1 |
Popularity: | 0.007091 |
First Submitted: | 2019-03-30 01:18 |
Last Updated: | 2019-12-13 04:32 |
Latest Comments
Popolon commented on 2020-07-04 17:32
With or without libsecp256k1, I have the following error (it links an internal version of this lib (CC src/libsecp256k1_la-secp256k1.lo ) :
redfish commented on 2020-05-24 03:59
@Ergo: did you try suggestions by @mborder below? Package builds for me.
Ergus commented on 2020-04-05 22:08
Still getting the same error:
build/temp.linux-x86_64-3.8/_libsecp256k1.c:541:10: fatal error: secp256k1_ecdh.h: No such file or directory 541 | #include <secp256k1_ecdh.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. error: command 'gcc' failed with exit status 1 ==> ERROR: A failure occurred in build(). Aborting... Error making: python-coincurve
sehraf commented on 2019-12-17 07:58
Thanks! That totally did the trick! Removing
libsecp256k1
temporarily andpython-coincurve
builds fine.Thank you for looking into this.
Anonymous comment on 2019-12-17 06:44
I've been debugging this package for a good hour now.
Upstream checks for the lib
secp256k1
in a way that can return false positives, basically they only check for the library, not for the feature ecdh which is experimental. Now because ecdh is experimental, it's not included in the packagelibsecp256k1
, and if you have that (or anything else providing it without ecdh) then the build will fail like in sehraf's case. Removing anything providing secp256k1 fixes the issue, however you may need to delete the cached build folder for this, I ended up with an odd error fixed by doing that after discovering the false library version issue.Also I've filed an issue with upstream.
sehraf commented on 2019-12-13 16:25
Still the same :(
redfish commented on 2019-12-13 04:33
@sehraf: appears to be fixed in 13.0.0.
sehraf commented on 2019-07-21 20:53
Build fails due to missing secp256k1_ecdh.h