[Bug 233456] math/secp256k1: include module "recovery"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 23 23:19:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233456

            Bug ID: 233456
           Summary: math/secp256k1: include module "recovery"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ale at FreeBSD.org
          Reporter: robert.ayrapetyan at gmail.com
             Flags: maintainer-feedback?(ale at FreeBSD.org)
          Assignee: ale at FreeBSD.org

Created attachment 199500
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199500&action=edit
Makefile diff for adding recovery module support

When compiled without "--enable-module-recovery",

import coincurve

in python raises:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/ara/devel/blockchain/venv/lib/python3.6/site-packages/coincurve/__init__.py",
line 1, in <module>
    from coincurve.context import GLOBAL_CONTEXT, Context
  File
"/ara/devel/blockchain/venv/lib/python3.6/site-packages/coincurve/context.py",
line 4, in <module>
    from coincurve.flags import CONTEXT_ALL, CONTEXT_FLAGS
  File
"/ara/devel/blockchain/venv/lib/python3.6/site-packages/coincurve/flags.py",
line 1, in <module>
    from ._libsecp256k1 import lib
ImportError:
/ara/devel/blockchain/venv/lib/python3.6/site-packages/coincurve/_libsecp256k1.so:
Undefined symbol "secp256k1_ecdsa_recoverable_signature_convert"

Attached is a patch for a Makefile.
Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list