sidneys / homebrew-homebrew

sidneys.github.io Homebrew Tap
23 stars 13 forks source link

make test failed ARM64 #19

Open Uglybf opened 1 year ago

Uglybf commented 1 year ago

Last 15 lines from /Users/User/Library/Logs/Homebrew/openssl@1.0/03.make: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994: 8259410924:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968: 8259410924:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968: 8259410924: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

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/sidneys/homebrew-homebrew/issues

These open issues may also help: Mac M1 chntpw not building (Openssl 1.0 requirement not satisfied) https://github.com/sidneys/homebrew-homebrew/issues/2

gurvirbaraich commented 1 year ago

Hi @Uglybf! I had the same issue install chntpw using the readme.unix.md file provided by uupdump. Instead of that command run this.

$ brew install cabextract wimlib cdrtools
$ brew tap minacle/chntpw
$ brew install aria2 cabextract wimlib cdrtools minacle/chntpw/chntpw
creativetags commented 1 year ago

I have the same issue as @Uglybf and the solution from @gurvirbaraich didn't make a difference.

jason-dan-iel commented 1 year ago

Hi @Uglybf! I had the same issue install chntpw using the readme.unix.md file provided by uupdump. Instead of that command run this.

$ brew install cabextract wimlib cdrtools
$ brew tap minacle/chntpw
$ brew install aria2 cabextract wimlib cdrtools minacle/chntpw/chntpw

Hey thanks man. Worked for me 😄 👍🏿

email362 commented 1 year ago

@gurvirbaraich Your solution worked for me! Thanks!

gurvirbaraich commented 1 year ago

@gurvirbaraich Your solution worked for me! Thanks!

Good!!

jbourny commented 1 year ago

Hi @Uglybf! I had the same issue install chntpw using the readme.unix.md file provided by uupdump. Instead of that command run this.

$ brew install cabextract wimlib cdrtools
$ brew tap minacle/chntpw
$ brew install aria2 cabextract wimlib cdrtools minacle/chntpw/chntpw

Thank you it works :)