-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mac M1 chntpw not building (Openssl 1.0 requirement not satisfied) #2
Comments
I have same problem. x86_64cpuid.s:273:7: error: invalid token in expression
cmpq $0,%rax
^
x86_64cpuid.s:273:7: error: invalid operand
cmpq $0,%rax
^
x86_64cpuid.s:274:9: error: unknown token in expression
cmoveq %rcx,%rax
^
x86_64cpuid.s:274:9: error: invalid operand
cmoveq %rcx,%rax
^
make[1]: *** [x86_64cpuid.o] Error 1
make: *** [build_crypto] Error 1
Do not report this issue to Homebrew/brew or Homebrew/core! |
I have the same issue. Anyone got it fixed? |
To get it fixed, use @itsmattkc's PR, then download chntpw from sidney's cask, here: https://github.com/sidneys/chntpw/archive/0.99.6.tar.gz Untar the downloaded file, edit the Makefile replace the line that contains
Save the Makefile, go to the terminal, navigate to the folder where chntpw is located, execute |
i edit the Makefile replace the line that contains OSSLPATH by this one 'OSSLPATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1k' ,i have get a new issue |
@994279206 It's because chntpw v 0.99.6 uses openssl 1.0 as a dependency, you absolutely need to install that and use it |
I think the repository owner will not fix about it. So, I have created a repositories about chntpw, including homebrew tap. Installationbrew tap minacle/chntpw
brew install minacle/chntpw/chntpw RepositoriesIssues and PRs are welcome. (+) Thank @aiden-leong for correction! |
Thanks, @minacle! |
the Easy Installation script works |
Should be:
|
Update. This fixed it: Easy Installation YOU NEED TO $brew install aria2 BAM it starts downloading. |
After running the script make gives this error : make Do not report this issue to Homebrew/brew or Homebrew/core! I'm getting this issue... after running the easy installation sxript |
@kuldeepaher01, Please try my new solution that using homebrew tap. #2 (comment) |
As I mentioned before, this works:
It's not a good idea to provide brew users a long bash script as I've recommended brew to many friends who don't have IT backgrounds. Let's keep this thread nice and clean. |
This fixed the issue for me |
Hello All, I followed the solutions above, only to find out while it generates the ISO file to create a Windows 10 VM from. According to Parallels, in order to create a VM for Windows 10 on a M1 chipset a VHDX file is needed. Is there a way that this process can generate a VHDX file from this? ISO files from what I understand are only compatible for Intel based machines. Thanks, |
Yes ! I have secretly l severely vhdx. Will give them a shot next.
Thanks,,!(¿
…On Fri, Feb 4, 2022, 15:23 Andrew Sauerwin ***@***.***> wrote:
Hello All,
I followed the solutions above, only to find out while it generates the
ISO file to create a Windows 10 VM from. According to Parallels, in order
to create a VM for Windows 10 on a M1 chipset a VHDX file is needed. Is
there a way that this process can generate a VHDX file from this? ISO files
from what I understand are only compatible for Intel based machines.
Thanks,
Andrew
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXFNE3JNPHWRNFSHV7TMETUZQYTHANCNFSM4WGHDMNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
This worked for me <3 |
Hmm running into this issue, looking into this but yeah, not able to get this to install edit: @minacle 's method worked beautifully. I had some unrelated networking issues to work through first 🙃 |
@dhanani94, Please try my new solution that using homebrew tap. #2 (comment) |
thanks! |
I have gone through everything, but i still get this error
macOS requires Homebrew (https://brew.sh) to install the prerequisite software. |
I have tried everyones methoods, reinstalling everything, ect |
Minacle's method worked for me |
Hi I have a similar issue, I've tried minacle method as well as the other the other solution proposed by ashtonvalasko. I'm trying to build a iso file for windows on mac. The current error message when running ./uup_download_macos.sh is "genisoimage nor mkisofs does seem to be installed", although I have repeatedly tried to install cdrtools over homebrew. Can you help me on this topic? |
You should install cabextract, cdrtools, and wimlib too, as wrote in readme.unix.md. Try below: brew install cabextract cdrtools wimlib and then retry your script. If the problem not resolved, you may need to (re)link them explicitly. brew unlink cabextract cdrtools wimlib
brew link cabextract cdrtools wimlib |
the following is for installing chntpw (instead of messing with make file)
I didn't have /opt/homebrew/ at all, so I removed the whole directory when finished. if |
I got another error when running "brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw"
|
Thank you, it worked for me! |
I got the same issue jack6@jack6s-Mac-mini ~ % brew install sidneys/homebrew/openssl@1.0 If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): These open issues may also help: |
Update: I have found that the aria2c is placed in /opt/homebrew/bin after installing aria2. I set a temporary path to this /opt/homebrew/bin Your solution works for the minacle/chntpw repository. Thanks. I have tried the miracle/chntpw repository and installing the miracle/chntpw/chntpw. But still running the uup_download_macos.sh script gave the following error: Below is the steps I did. $ /opt/homebrew/bin/brew tap minacle/chntpw ==> Downloading https://formulae.brew.sh/api/formula.jws.json $ bash uup_download_macos.sh |
I've tried the suggestions above and still have the error during make test about elliptic curve routines |
I also have this problem, building on a MacBook Air M2. Looks like this issue has been open a while, any chance of a fix? The objective is to get Windows 11 ARM running on UTM on said MacBook.
|
Also on a M2 MacBook Air, came for the same problem here, I found in others issues below solution brew tap minacle/chntpw |
Hi everyone! Error message:
Does anyone know how to fix it? Thank you. |
instead of using https://files.rg-adguard.net/file/eaa79b4b-0b95-add5-9a9e-06bb860ec5cc |
Thank you, it worked for me!👏 |
@lixianguser : Merci beaucoup pour ta solution ! Elle fonctionne parfaitement et m'a permis de résoudre ce problème ! |
@lixianguser: Thank you very much for your solution! It works perfectly and allowed me to solve this problem! I've been going around in circles for hours, and you got me out of trouble... Thank you again and good (end of?) Day. Yours: Florent |
@CrimsonCleaver did you manage to get past the make test stage? I'm stuck at this step too |
@herbert256 Thank you bro |
this worked for my M2. thanks a lot |
Kindly help me with this error. I still can't get it to work. make test If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): These open issues may also help: |
UUP dump https://uupdump.net Windows 11 on Apple Silicon Macs w/ FREE VMware Player - YouTube https://www.youtube.com/watch?v=za2CyrxKYFs Arm 맥에 VMware Fusion + Win 11 Arm 설치 https://velog.io/@nonz/Arm-%EB%A7%A5%EC%97%90-VMware-Fusion-Win-11-Arm-%EC%84%A4%EC%B9%98 설치 명령은 `readme.unix.md` 보고 해야 update된 명령으로 실행 가능 그럼에도 오류가 있어서 다음 link를 가서 수정 실행 후 성공 Mac M1 chntpw not building (Openssl 1.0 requirement not satisfied) · Issue #2 · sidneys/homebrew-homebrew sidneys/homebrew-homebrew#2
I tri install I execute in terminal
Anybody know how fix it? UPDATE:
from comment - #2 (comment) fixed problem. Why UUPDump readme file recommend use this repository instead repositoy by @minacle ? :/ |
Anyone had issues with this?
|
Hey guys! I love how everyone is writing scripts for the ARM64 Macs, but every. single. one of you are overlooking one thing!!! amd64 MacsPlease could someone drop a link for installing chntpw on an amd64 Mac?! EDIT: Seems like someone did do it. #29 |
Hello.
I have a mac M1 mba and I am trying to install sidneys/homebrew/chntpw
i have tried via rosetta and also via regular arm homebrew. unfortunately there is an issue building openssl 1.0 for this cpu,
there seems to be some instructions to build it manually on openssl github repo, any chance this can be incorporated into your script?
The text was updated successfully, but these errors were encountered: