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 ARM64 #994 #21

Open
XINNLI opened this issue May 7, 2023 · 14 comments
Open

make test failed ARM64 #994 #21

XINNLI opened this issue May 7, 2023 · 14 comments

Comments

@XINNLI
Copy link

XINNLI commented May 7, 2023

999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c:994:
7999626220:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968:
7999626220:error:1007C06B:elliptic curve routines:EC_POINT_set_affine_coordinates_GFp:point is not on curve:ec_lib.c:968:
7999626220: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:
can't install [email protected] #20
Mac M1 chntpw not building (Openssl 1.0 requirement not satisfied) #2

@DavidSchettini
Copy link

I've got the same issue, idk how to solve it, please some help 🙏🏼

@rabindra-basnet
Copy link

Hii everyone,
I am having an issue with downloading the sydneys/home/chntpw

@ZuhanLin
Copy link

me too

@dcrawl
Copy link

dcrawl commented Jun 18, 2023

Same here

@rogu3bear
Copy link

me too

@viniciusvieira00
Copy link

Same here

@MikeSoft
Copy link

same here

@piotrekk10
Copy link

I had similiar issue with my MacBook Pro M1 recently. Try this:

  1. Remove all tap's for openssl
  2. Download curl -Lo [email protected] https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb
  3. Edit this file -> add # sign to the line system "make", "test" (comment out)
  4. Install openssl with brew install --formula --build-from-source ./[email protected]
  5. Add to path in my example I'm adding this path export PATH="/opt/homebrew/Cellar/[email protected]/1.0.2u/bin:$PATH" to .zshrc
  6. Do source ~/.zshrc and check if path/version is correct which openssl, openssl version

@nandy6666
Copy link

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

@DxPoly
Copy link

DxPoly commented Jul 6, 2023

I had similiar issue with my MacBook Pro M1 recently. Try this:

  1. Remove all tap's for openssl
  2. Download curl -Lo [email protected] https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb
  3. Edit this file -> add # sign to the line system "make", "test" (comment out)
  4. Install openssl with brew install --formula --build-from-source ./[email protected]
  5. Add to path in my example I'm adding this path export PATH="/opt/homebrew/Cellar/[email protected]/1.0.2u/bin:$PATH" to .zshrc
  6. Do source ~/.zshrc and check if path/version is correct which openssl, openssl version

Thank you ! It works !

@manoloxxl
Copy link

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

Works perfectly!

@berkaykurkcu
Copy link

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

Worked like a charm!

@pogozh
Copy link

pogozh commented Jan 30, 2024

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

I've no idea that command do, but its worked! thx

@wooferbr
Copy link

Unable to retrieve data from Windows Update servers. Reason: EMPTY_FILELIST
If this problem persists, most likely the set you are attempting to download was removed from Windows Update servers.

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