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

brew install qucs error while building on MacOS Sonoma #90

Open
gregparkin opened this issue Oct 26, 2024 · 1 comment
Open

brew install qucs error while building on MacOS Sonoma #90

gregparkin opened this issue Oct 26, 2024 · 1 comment

Comments

@gregparkin
Copy link

==> Installing guitorri/tap/qucs dependency: cartr/qt4/[email protected]
==> perl ./Configure --prefix=/opt/homebrew/Cellar/[email protected]/1.0.2t --openssldir=/opt/homebrew/etc/openssl no-ssl2 no-ssl3 no-z
==> make depend
==> make
Last 15 lines from /Users/gregparkin/Library/Logs/Homebrew/[email protected]/03.make:
^
x86_64cpuid.s:273:10: error: unknown token in expression
cmpq $0,%rax
^
x86_64cpuid.s:273:10: 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

@heavior
Copy link

heavior commented Dec 6, 2024

Same error:

==> Installing tomoyanonymous/flatcam/flatcam dependency: cartr/qt4/[email protected]
==> perl ./Configure --prefix=/opt/homebrew/Cellar/[email protected]/1.0.2t --openssldir=/opt/homebrew/etc/openssl no-
==> make depend
==> make
Last 15 lines from /Users/evgenybalashov/Library/Logs/Homebrew/[email protected]/03.make:
^
x86_64cpuid.s:273:10: error: unknown token in expression
cmpq $0,%rax
^
x86_64cpuid.s:273:10: 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

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

It seems weird that it references x86_64cpuid while building to Apple M1 Max chip
Any suggestions?

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

2 participants