jantman / vagrant-r10k

UNSUPPORTED - SEEKING MAINTAINER - Vagrant middleware plugin to retrieve puppet modules using r10k.
MIT License
35 stars 12 forks source link

r10k deploy error on Windows #39

Closed fculpo closed 8 years ago

fculpo commented 8 years ago

Each time i try to "vagrant up", and for each module:

Tried "gem pristine wdm --version 0.1.1" as requested... Tried with "vagrant plugin install puppet", same error Also tried to install wdw gem via "gem install wdm --platform=ruby"

INFO -> Deploying concat into E:/Workspace/bath/vagrant-puppet/puppet/vendor ERROR -> Task #R10K::Task::Module::Sync:0x5f1f870 failed while running: Command exited with non-zero exit code: Command: puppet module --modulepath E:/Workspace/bath/vagrant-puppet/puppet/vendor --color false install --version=1.2.5 --force puppetlabs/concat Stderr: Ignoring wdm-0.1.1 because its extensions are not built. Try: gem pristine wdm --version 0.1.1 cannot load such file -- ffi_c Exit code: 1

fculpo commented 8 years ago

Ruby 2.2.3 with devkit is installed on a W10 x64 machine

fculpo commented 8 years ago

ok, so i uninstalled ruby and reinstalled vagrant only, as i suspected gem conflict (ffi embedded in vagrant is 32bits, while i had x64-mingw installed)