nutcracker / homebrew-tap

Homebrew tap for OpenSSL 1.0
4 stars 2 forks source link

make test failed #2

Open ccoherence opened 1 year ago

ccoherence commented 1 year ago

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 commented 1 year ago

I also encountered this with the latest ventura version.

claudioduarte commented 1 year ago

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

Ivopires commented 1 year ago

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 commented 1 year ago

Any news on this issue?

annguyendang14 commented 1 year ago

I also encountered this on MacOS 13.3.1

WoojinByun commented 1 year ago

Also in m1 pro with MacOS Ventura 13.3.1

timothy316 commented 1 year ago

I also encountered this on MacOS 13.3.1

rhanton commented 1 year ago

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 commented 1 year ago

Also in m1 pro with MacOS Ventura 13.3.1

did you solve this?