dimanche 19 octobre 2014

How do I tell Bundler which compiler to use?


Vote count:

0




I have a new MBP and it is running Yosemite. Of course I am having problems installing the gems that require C extensions. Like therubyracer.



Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

/Users/me/.rbenv/versions/2.1.0/bin/ruby extconf.rb
creating Makefile
Compiling v8 for x64
Using python 2.7.6
Configured with: --prefix=/Applications/http://ift.tt/1d5DwEL --with-gxx-include-dir=/usr/include/c++/4.2.1
Unable to find a compiler officially supported by v8.
It is recommended to use GCC v4.4 or higher
Using compiler: g++
Configured with: --prefix=/Applications/http://ift.tt/1d5DwEL --with-gxx-include-dir=/usr/include/c++/4.2.1
Unable to find a compiler officially supported by v8.
It is recommended to use GCC v4.4 or higher
../src/cached-powers.cc:136:18: error: unused variable 'kCachedPowersLength' [-Werror,-Wunused-const-variable]
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers);
^
1 error generated.
make[1]: *** [/Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/cached-powers.o] Error 1
make: *** [x64.release] Error 2
/Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/ext/libv8/location.rb:36:in `block in verify_installation!': libv8 did not install properly, expected binary v8 archive '/Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a'to exist, but it was not found (Libv8::Location::Vendor::ArchiveNotFound)
from /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/ext/libv8/location.rb:35:in `each'
from /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/ext/libv8/location.rb:35:in `verify_installation!'
from /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/ext/libv8/location.rb:26:in `install!'
from extconf.rb:7:in `<main>'
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. \
-Dv8_target_arch=x64 \
-S.x64 -Dv8_enable_backtrace=1 -Dv8_can_use_vfp2_instructions=true -Darm_fpu=vfpv2 -Dv8_can_use_vfp3_instructions=true -Darm_fpu=vfpv3
CXX(target) /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/allocation.o
CXX(target) /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/atomicops_internals_x86_gcc.o
CXX(target) /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/bignum.o
CXX(target) /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/bignum-dtoa.o
CXX(target) /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/cached-powers.o

extconf failed, exit code 1

Gem files will remain installed in /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/gems/libv8-3.16.14.3 for inspection.
Results logged to /Users/me/myFitment/code/myfitment/.gems/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/libv8-3.16.14.3/gem_make.out
An error occurred while installing libv8 (3.16.14.3), and Bundler cannot continue.
Make sure that `gem install libv8 -v '3.16.14.3'` succeeds before bundling.


What a mess. And I know there is a newer minor version of libv8 out there, 3.16.14.7. I'm not sure why this version is installing. If it's in my Gemfile.lock, can I just update the version there?


Thank you for your help. I have lost 2 days trying to set this machine up.



asked 1 min ago

AKWF

3,423






How do I tell Bundler which compiler to use?

Aucun commentaire:

Enregistrer un commentaire