https://bugzilla.wikimedia.org/show_bug.cgi?id=61285
Dan Duvall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Dan Duvall <[email protected]> --- I believe I'm running into the same issue, even with proper ownership and permissions on ~vagrant/.gem. A manual execution of `bundle install` reveals a failed compilation of the ffi gem. At first I thought this might be a missing dependency but the issue persists after installing libffi—and looking into the gem source it appears to be bundled with its own libffi so that's definitely not it. I'll do some more digging. Output of `bundle install --path /home/vagrant/.gem` in /srv/browsertests/tests/browser: Fetching source index for https://rubygems.org/ Using builder (3.2.2) Installing ffi (1.9.3) with native extensions /usr/lib/ruby/1.9.1/rubygems/installer.rb:552:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) /usr/bin/ruby1.9.1 extconf.rb Gem files will remain installed in /home/vagrant/.gem/ruby/1.9.1/gems/ffi-1.9.3 for inspection. Results logged to /home/vagrant/.gem/ruby/1.9.1/gems/ffi-1.9.3/ext/ffi_c/gem_make.out (... useless rubygems backtrace) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
