Below is the output of my try to install vagrant-parallels.
Do note that I have a very clean install (reformatted system disk) of High Sierra. I ran Sierra or lower the last time I did this.
___________________________________________________________
Tommys-iMac:~ tommy$ vagrant plugin install vagrant-parallels
Installing the 'vagrant-parallels' plugin. This can take a few minutes...
Fetching: mini_portile2-2.3.0.gem (100%)
Fetching: nokogiri-1.8.2.gem (100%)
Building native extensions. This could take a while...
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:
ERROR: Failed to build gem native extension.
current directory: /Users/tommy/.vagrant.d/gems/2.4.3/gems/nokogiri-1.8.2/ext/nokogiri
/opt/vagrant/embedded/bin/ruby -r ./siteconf20180415-31929-15492jz.rb extconf.rb
checking if the C compiler accepts ... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/opt/vagrant/embedded/bin/$(RUBY_BASE_NAME)
--help
--clean
/opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:457:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:572:in `block in try_compile'
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:523:in `with_werror'
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:572:in `try_compile'
from extconf.rb:138:in `nokogiri_try_compile'
from extconf.rb:162:in `block in add_cflags'
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:630:in `with_cflags'
from extconf.rb:161:in `add_cflags'
from extconf.rb:410:in `<main>'
To see why this extension failed to compile, please check the mkmf.log which can be found here:
/Users/tommy/.vagrant.d/gems/2.4.3/extensions/x86_64-darwin-13/2.4.0/nokogiri-1.8.2/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in /Users/tommy/.vagrant.d/gems/2.4.3/gems/nokogiri-1.8.2 for inspection.
Results logged to /Users/tommy/.vagrant.d/gems/2.4.3/extensions/x86_64-darwin-13/2.4.0/nokogiri-1.8.2/gem_make.out
__________________________________________
I also tried the same with a "sudo" infront, but that didn't help. Exactly the same result.
Should I bug this on GitHub ?
Best Regards,
Tommy Svensson
Do note that I have a very clean install (reformatted system disk) of High Sierra. I ran Sierra or lower the last time I did this.
___________________________________________________________
Tommys-iMac:~ tommy$ vagrant plugin install vagrant-parallels
Installing the 'vagrant-parallels' plugin. This can take a few minutes...
Fetching: mini_portile2-2.3.0.gem (100%)
Fetching: nokogiri-1.8.2.gem (100%)
Building native extensions. This could take a while...
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:
ERROR: Failed to build gem native extension.
current directory: /Users/tommy/.vagrant.d/gems/2.4.3/gems/nokogiri-1.8.2/ext/nokogiri
/opt/vagrant/embedded/bin/ruby -r ./siteconf20180415-31929-15492jz.rb extconf.rb
checking if the C compiler accepts ... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/opt/vagrant/embedded/bin/$(RUBY_BASE_NAME)
--help
--clean
/opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:457:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:572:in `block in try_compile'
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:523:in `with_werror'
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:572:in `try_compile'
from extconf.rb:138:in `nokogiri_try_compile'
from extconf.rb:162:in `block in add_cflags'
from /opt/vagrant/embedded/lib/ruby/2.4.0/mkmf.rb:630:in `with_cflags'
from extconf.rb:161:in `add_cflags'
from extconf.rb:410:in `<main>'
To see why this extension failed to compile, please check the mkmf.log which can be found here:
/Users/tommy/.vagrant.d/gems/2.4.3/extensions/x86_64-darwin-13/2.4.0/nokogiri-1.8.2/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in /Users/tommy/.vagrant.d/gems/2.4.3/gems/nokogiri-1.8.2 for inspection.
Results logged to /Users/tommy/.vagrant.d/gems/2.4.3/extensions/x86_64-darwin-13/2.4.0/nokogiri-1.8.2/gem_make.out
__________________________________________
I also tried the same with a "sudo" infront, but that didn't help. Exactly the same result.
Should I bug this on GitHub ?
Best Regards,
Tommy Svensson