Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

984
Views
rvm install 2.6.7 siempre fallaba en Apple M1 mac

Siempre recibo el siguiente error en mi mac M1 mientras rvm install 2.6.7

ingrese la descripción de la imagen aquí

 me@xx ~ % rvm install 2.6.7 ruby-2.6.7 - #removing src/ruby-2.6.7 - please wait Searching for binary rubies, this might take some time. No binary rubies available for: osx/11.5/x86_64/ruby-2.6.7. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. Checking requirements for osx. Certificates bundle '/opt/homebrew/etc/openssl@1.1/cert.pem' is already up to date. Requirements installation successful. Installing Ruby from source to: /Users/me/.rvm/rubies/ruby-2.6.7, this may take a while depending on your cpu(s)... ruby-2.6.7 - #downloading ruby-2.6.7, this may take a while depending on your connection... ruby-2.6.7 - #extracting ruby-2.6.7 to /Users/me/.rvm/src/ruby-2.6.7 - please wait ruby-2.6.7 - #configuring - please wait ruby-2.6.7 - #post-configuration - please wait ruby-2.6.7 - #compiling - please wait Error running '__rvm_make -j8', please read /Users/me/.rvm/log/1629787822_ruby-2.6.7/make.log There has been an error while running make. Halting the installation.
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Sí, este es un problema conocido en sentido ascendente: https://bugs.ruby-lang.org/issues/17777 ruby-build también está rastreando este problema: https://github.com/rbenv/ruby-build/issues/1489

La solución es ejecutar el siguiente código e instalar Ruby 2.6.7 nuevamente:

 $ export warnflags=-Wno-error=implicit-function-declaration $ rbenv install 2.6.7

-o-

 $ CFLAGS="-Wno-error=implicit-function-declaration" rbenv install 2.6.7

Parece que esto también puede afectar la instalación de gemas con extensiones nativas (mysql2 es una de ellas):

 gem install <GEMNAME> -- --with-cflags="-Wno-error=implicit-function-declaration"

Referenciado: Error al instalar Ruby 2.6.7 en Mac OS: ¿cómo resolverlo?

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!