gael-ian / vagrant-bindfs

A Vagrant plugin to automate bindfs mount in the VM
MIT License
483 stars 37 forks source link

An error occurred while installing nokogiri (1.6.4.1), and Bundler cannot continue. #19

Closed intelligence closed 10 years ago

intelligence commented 10 years ago

Getting this error when trying to install this. Tried to install nokogiri on my own and found errors pointing me to this http://stackoverflow.com/questions/22703393/clang-error-unknown-argument-mno-fused-madd-wunused-command-line-argumen

So got nokogiri installed, but when trying to install again it still throws me this..

gael-ian commented 10 years ago

Hi,

How do you try to install the plugin ? Could you please post a complete log of your installation process ?

intelligence commented 10 years ago

Simply using vagrant plugin install vagrant-bindfs

This is what happens: Installing the 'vagrant-bindfs' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is:

An error occurred while installing nokogiri (1.6.4.1), and Bundler cannot continue. Make sure that gem install nokogiri -v '1.6.4.1' succeeds before bundling.

I've updated to 10.9.5 now, still seeing this problem unfortunately..

gael-ian commented 10 years ago

vagrant-bindfs does not require nokogiri. Do you have any other plugin installed ?

intelligence commented 10 years ago

Only lists -login and -share, but the problem seems connected to Vagrant itself.

gael-ian commented 10 years ago

Yes. I think we can close this issue.

oflannabhra commented 9 years ago

I'm coming across a similar issue, @intelligence . I realize this might not be vagrant-bindfs specific, but how did you resolve it?

Edit: I resolved this issue by updating vagrant, because it was an issue with vagrant that was resolved in vagrant 1.6.4

gael-ian commented 9 years ago

Sorry but I didn't look further into this problem as it is not related to the plugin. Maybe you can find more help in vagrant's issues.