Libv8 3.16.14.3をインストールしようとしていますが、最新の安定したrvmとRuby-1.9.3-p125を使用してOSX Mavericksでエラーが発生します。
これは、コマンド「gem install libv8」を実行した結果です。
~/src(branch:master) » gem install libv8
Fetching: libv8-3.16.14.3.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing therubyracer:
ERROR: Failed to build gem native extension.
/Users/me/.rvm/rubies/Ruby-1.9.3-p125/bin/Ruby extconf.rb
creating Makefile
Compiling v8 for x64
Using python 2.7.5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --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/Xcode.app/Contents/Developer/usr --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
libtool: unrecognized option `-static'
libtool: Try `libtool --help' for more information.
make[1]: *** [/Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/libpreparser_lib.a] Error 1
make: *** [x64.release] Error 2
/Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/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/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/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/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/ext/libv8/location.rb:35:in `each'
from /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/ext/libv8/location.rb:35:in `verify_installation!'
from /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/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/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/allocation.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/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/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/bignum.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/bignum-dtoa.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/cached-powers.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/conversions.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/diy-fp.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/dtoa.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/fast-dtoa.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/fixed-dtoa.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/once.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/preparse-data.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/preparser.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/preparser-api.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/scanner.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/strtod.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/token.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/unicode.o
CXX(target) /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/preparser_lib/src/utils.o
LIBTOOL-STATIC /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/libpreparser_lib.a
Gem files will remain installed in /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3 for inspection.
Results logged to /Users/me/.rvm/gems/Ruby-1.9.3-p125@proj-Rails3-Ruby19/gems/libv8-3.16.14.3/ext/libv8/gem_make.out
これは、OS X 10.9+がバージョン4.8のGCCを使用しているためです。これは、プルリクエストで言及されているように、libv8の古いバージョンでは公式にサポートされていません( https://github.com/cowboyd/libv8/pull/95 )。 Gemfileでlibv8のバージョンを上げてみてください(または)bundle update
で十分です。お役に立てれば。
Libv8から README
独自のV8をお持ちください
Libv8はtherubyracerが使用するV8エンジンのインターフェースであるため、V8がすでにインストールされている場合でもlibv8を使用する必要がある場合があります。自分用にビルドするのではなく、独自のV8インストールを使用する場合は、-with-system-v8オプションを使用します。
RubyGemsの使用:
gem install libv8 [-v YOUR_VERSION]---with-system-v8
Bundlerの使用(Gemfile内):
バンドル構成build.libv8 --with-system-v8
独自のV8を実行する場合は、V8とそのヘッダー(Debianディストリビューションのlibv8-devにある)の両方をインストールする必要があることに注意してください。
独自のコンパイラを持ち込む
コンパイルする前にCXX環境変数を設定するか、バンドル構成に--with-cxx =オプションを追加することにより、選択したコンパイラを指定できます。
バンドル構成build.libv8 --with-cxx = clang ++
編集:
この問題がtherubyracer
によって引き起こされた場合、 rider_on_Railshere で提案されているように、以下を試してください。
gemアンインストールlibv8
gem install therubyracer -v YOUR_Ruby_RACER_VERSION
gem install libv8 -v YOUR_VERSION---with-system-v8
実際にそのバージョンをMavericksにインストールできます。
gem install libv8 -v 3.11.8.17 -- --with-system-v8
これはrbenvおよびRuby 1.9.3p448で動作することを確認できます
私のためのエルキャピタンソリューション:
$ brew install v8
$ gem install libv8 -v REQUIRED_LIBV8_VERSION -- --with-system-v8
私にとってREQUIRED_LIBV8_VERSION
は3.16.14.7
でしたが、バンドルで必要なものを確認する必要があります(これはRails 4.2.5
のものでした)
また、スーパーユーザーとして上記のコマンドを実行する必要がある場合があります(gemとシステムライブラリがグローバルな場合)
受け入れられた答えを試したとき、libv8はgem install libv8
で正常にインストールされましたが、bundle install
はlibv8で失敗しました。 bundle install
はlibv8の異なるバージョンをインストールしようとしていたと思います。私に合った解決策を見つけることができました。
Therubyracerはそれに依存しているため、libv8が必要でした。インストールするために、therubyracerのgem_make.out
ログにインストールに失敗したバージョンを記録しました。 (gem_make.out
ログのパスは失敗メッセージに含まれます。)私の場合、それは3.16.14.7でした。 (このバージョンは、おそらくこの3年後を読んでいる場合のために、時間の経過とともにおそらく変更されるでしょう。)それから私はこれをしました:
gem install libv8 -v 3.16.14.7 -- --with-v8-lib
<-受け入れられた回答とは異なるフラグに注意してください
これが機能するようにしました:
gem install therubyracer
bundle install
を完了することができました。
これはOSX Yosemiteで私のために働いた。
https://github.com/cowboyd/therubyracer/issues/339
そのリンクで見つかったjasonlynesのソリューションが、私にとってのトリックになりました。それ以外は機能しませんでした。
brew install homebrew/versions/v8-315
brew link --overwrite v8-315 --force
gem install libv8 -v '3.16.14.13' -- --with-system-v8
gem install therubyracer -v '0.12.2' -- --with-system-v8
この質問で要約したことを試してください: "gem install therubyracer -v '0.10.2'" on osx mavericks not installed
私のために働いた(OS X Mavericks)
これは私にとってはうまくいきました:
このコンパイル済みのgemをインストールしてみてください。
https://dl.dropboxusercontent.com/u/7919548/gems/libv8/libv8-3.11.8.17-x86_64-darwin-13.gem (sha1:5ce07aaf4085fff5a5e10fe018fd6b22021bef3b)
または、独自のビルドを希望する場合:
git clone https://github.com/cowboyd/libv8.git
cd libv8
git checkout 3.11
bundle install
bundle exec rake clean build binary
gem install pkg/libv8-3.11.8.17-x86_64-darwin-13.gem
ソース: https://github.com/cowboyd/libv8/issues/107
FelixBünemann に感謝します!
OSX Mountain LionからOSX Mavericksにアップグレードしたときにも同じ問題が発生しました。受け入れられた答えはlibv8で機能しましたが、therubyracer gemをバンドルインストールしたときは機能しませんでした。
Ruby-1.8.7-p354からRuby-1.8.7-375にアップグレードすると、私にとってはうまくいきました。 libv8(3.16.14.3-x86_64-darwin-13)およびtherubyracer(0.12.0)gemが問題なくインストールされました。
rbenvを使用すると仮定します。
rbenv versions
system
* 1.8.7-p354
2.0.0-rc2
rbenv uninstall 1.8.7-p354
rbenv install 1.8.7-p375
rbenv versions
system
* 1.8.7-p375
2.0.0-rc2
bundle install
以前の回答で概説したいくつかの解決策を試しましたが、実行中のバンドル(他の不足しているgemをインストールするため)がlibv8を再コンパイルしようとし(--with-system-v8
を使用してすでに正常にインストールされているにもかかわらず)、したがって同じ問題に苦しむことがわかりました。
最終的に、libv8 gemを削除し、rubygemsからgemファイルを取得してから、.gem
フラグを使用して--with-system-v8
ファイルを手動でインストールすることでうまくいくことがわかりました。
つまり.
gem uninstall libv8
gem fetch libv8 -v LIBV8_VERSION
gem install libv8-LIBV_VERSION.gem -- --with-system-v8
bundle
Gaurav Agarwal's answer に感謝します。
私は別のプロジェクトにXcodeのベータ版を使用していましたが、忘れていました。 xcode-select
で切り替えます。何かのようなもの:
Sudo xcode-select --switch /Applications/Xcode.app/
Rubyを2.2.0にアップグレードし、Gemfile.lockを削除して再度バンドルすることで、本当にうまくいきました。
魅力のように働いた!
libv8 githubサイト に記載されている方法で、gemを手動でコンパイルしてインストールすることができます。
エルキャップでも同様の問題に直面しました。これが私がしたことです。
brew tap homebrew/dupes
brew install Apple-gcc42
その後、
export CC=/usr/local/Cellar/Apple-gcc42/4.2.1-5666.3/bin/gcc-4.2
export CXX=/usr/local/Cellar/Apple-gcc42/4.2.1-5666.3/bin/g++-4.2
export CPP=/usr/local/Cellar/Apple-gcc42/4.2.1-5666.3/bin/cpp-4.2
最後に、
brew uninstall v8
gem install libv8 -v 3.11.8.17 -- --with-system-v8
これは私のために働いたものです。
3.16.14.7
をご使用のバージョンに置き換えます。
bundle install
gem install libv8 -v '3.16.14.7' -- --with-system-v8
bundle install
gem uninstall libv8 -v '3.16.14.7' -- --with-system-v8
brew install homebrew/dupes/Apple-gcc42
export CC=/usr/local/Cellar/Apple-gcc42/4.2.1-5666.3/bin/gcc-4.2
export CXX=/usr/local/Cellar/Apple-gcc42/4.2.1-5666.3/bin/g++-4.2
export CPP=/usr/local/Cellar/Apple-gcc42/4.2.1-5666.3/bin/cpp-4.2
bundle install
RVM環境とRuby-2.1.1バージョンを備えたMAC-Yosemiteで
gem install libv8 -v 3.16.14.3 -- --with-v8-lib gem install therubyracer
上記のコマンドの助けを借りて動作し、これを確認できます。