Error testing lammps using homebrew #5010
Replies: 2 comments
-
What are you hoping to do with this command? Because it will only run the package tests, which generally isn't very interesting for users. |
Beta Was this translation helpful? Give feedback.
-
I made a custom formula, with a test, and wanted to run "brew test" on it. I'm also behind a corporate firewall that does TLS interception. I also see the same errors as reported above: SSL verification error: self-signed certificate, failed to install the 'bundler' gem. The system curl does use the system certs which include the interception CA root, and most things work, including "brew install" etc. But when "brew test" runs "gem" I can't seem to get it to use my own CA root bundle, even after copying it over |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
Hello everyone! I have recently downloaded Homebrew and LAMMPS through it. When I try to test LAMMPS by writing in my terminal "brew test lammps -v" or "brew test lammps" I always find myself getting the same error: "Error: failed to install the 'bundler' gem."
Since I am quite new to using my laptop terminal and Homebrew I don't know what should I do next.
Thank you so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions