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

make test failed #2

Open
ccoherence opened this issue Apr 7, 2023 · 9 comments
Open

make test failed #2

ccoherence opened this issue Apr 7, 2023 · 9 comments

Comments

@ccoherence
Copy link

I'm try run this on macos 13
brew install nutcracker/tap/openssl@1.0

but getting the following error:

NIST curve P-224 (optimised implementation):
verify degree ... ok
NIST test vectors ... ok
verify group order .... ok
long/negative scalar tests allowing precomputation ... without precomputation ... ok

NIST curve P-256 (optimised implementation):
ectest.c:1796: ABORT
140704289658668:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
140704289658668:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968:
140704289658668:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968:
140704289658668:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968:
make[1]: *** [test_ec] Error 1
make: *** [tests] Error 2

Would you please give me some help solve this problem ?

@jofell
Copy link

jofell commented Apr 10, 2023

I also encountered this with the latest ventura version.

@claudioduarte
Copy link

Same 😢 I'm reconsidering going back to Monterey because of the Ruby project I work on

@Ivopires
Copy link

Any news on this issue?

Myself and a couple of coworkers, are dealing with the same issue... I've tried different approaches, but keep getting the same error when running the command brew install nutcracker/tap/openssl@1.0

@denysnando
Copy link

Any news on this issue?

@annguyendang14
Copy link

I also encountered this on MacOS 13.3.1

@WoojinByun
Copy link

Also in m1 pro with MacOS Ventura 13.3.1

@timothy316
Copy link

I also encountered this on MacOS 13.3.1

@rhanton
Copy link

rhanton commented May 19, 2023

Not an elegant solution, but we were able to ignore the issue by turning on debug mode and ignoring the error on 13.3.1: brew install -vd nutcracker/tap/openssl@1.0 (select "2" to ignore when the error crops up)

@nandinijhanwar
Copy link

Also in m1 pro with MacOS Ventura 13.3.1

did you solve this?

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

10 participants