brew install [email protected] failed in mac m1 chip

613 Views Asked by At

Most of the commands in Apple silicon macbook is failing with below error.

I need to install capybara-webkit

brew tap cartr/qt4
brew install qt@4
brew install [email protected]
gem install capybara-webkit

Its failing in any case i mean while installing in [email protected] or capybara-webkit

==> make
Last 15 lines from /Users/name/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

Do not report this issue to Homebrew/brew or Homebrew/core!

output picture

0

There are 0 best solutions below