質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Ruby on Rails 4

Ruby on Rails4はRubyによって書かれたオープンソースのウェブフレームワークです。 Ruby on Railsは「設定より規約」の原則に従っており、効率的に作業を行うために再開発を行う必要をなくしてくれます。

Q&A

解決済

2回答

2772閲覧

【Ruby on rails】Bundle updateが出来ません。

Tomoaki_Fukuda

総合スコア75

Ruby on Rails 4

Ruby on Rails4はRubyによって書かれたオープンソースのウェブフレームワークです。 Ruby on Railsは「設定より規約」の原則に従っており、効率的に作業を行うために再開発を行う必要をなくしてくれます。

0グッド

1クリップ

投稿2016/10/19 21:24

###前提・実現したいこと
Ruby on railsにてイベント一覧が表示されるシステムを作っています。
そのイベントを検索する機能を実装するべく、gemの「Ransack」を導入しようとしておりますが、古いバージョンのRansackをインストールしてしまったため、
「bundle update」を行いたいのですが、下記のようなエラーが発生してしまいました。
解決策をご教示頂きたくお願い致します。

###発生している問題・エラーメッセージ
$ bundle update

Warning: this Gemfile contains multiple primary sources. Using source more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run bundle config disable_multisource true.
Fetching gem metadata from http://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies..........
Using rake 11.3.0
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.9.1 (was 5.9.0)
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.5
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile2 2.1.0 (was 2.0.0)
Installing nokogiri 1.6.8.1 (was 1.6.7.2) with native extensions

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

/Users/TOMOAKI/.rbenv/versions/2.2.3/bin/ruby -r ./siteconf20161020-51635-pqz1om.rb extconf.rb

checking if the C compiler accepts ... yes
checking if the C compiler accepts -Wno-error=unused-command-line-argument-hard-error-in-future... no
Building nokogiri using packaged libraries.
Using mini_portile version 2.1.0
checking for iconv.h... yes
checking for gzdopen() in -lz... yes
checking for iconv... yes


IMPORTANT NOTICE:

Building Nokogiri with a packaged version of libxml2-2.9.4.

Team Nokogiri will keep on doing their best to provide security
updates in a timely manner, but if this is a concern for you and want
to use the system library instead; abort this installation process and
reinstall nokogiri as follows:

gem install nokogiri -- --use-system-libraries [--with-xml2-config=/path/to/xml2-config] [--with-xslt-config=/path/to/xslt-config]

If you are using Bundler, tell it to use the option:

bundle config build.nokogiri --use-system-libraries bundle install

Note, however, that nokogiri is not fully compatible with arbitrary
versions of libxml2 provided by OS/package vendors.


Extracting libxml2-2.9.4.tar.gz into tmp/x86_64-apple-darwin14.5.0/ports/libxml2/2.9.4... OK
Running 'configure' for libxml2 2.9.4... OK
Running 'compile' for libxml2 2.9.4... ERROR, review '/Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.8.1/ext/nokogiri/tmp/x86_64-apple-darwin14.5.0/ports/libxml2/2.9.4/compile.log' to see what happened. Last lines are:

unsigned short* in = (unsigned short*) inb; ^~~~~~~~~~~~~~~~~~~~~

encoding.c:815:27: warning: cast from 'unsigned char ' to 'unsigned short ' increases required alignment from 1 to 2 [-Wcast-align]
unsigned short
out = (unsigned short
) outb;
^~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
CC error.lo
CC parserInternals.lo
CC parser.lo
CC tree.lo
CC hash.lo
CC list.lo
CC xmlIO.lo
xmlIO.c:1450:52: error: use of undeclared identifier 'LZMA_OK'
ret = (__libxml2_xzclose((xzFile) context) == LZMA_OK ) ? 0 : -1;
^
1 error generated.
make[2]: *** [xmlIO.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

*** 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
--without-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=/Users/TOMOAKI/.rbenv/versions/2.2.3/bin/$(RUBY_BASE_NAME)
--help
--clean
--use-system-libraries
--enable-static
--disable-static
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--enable-cross-build
--disable-cross-build
/Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb:366:in block in execute': Failed to complete compile task (RuntimeError) from /Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb:337:in chdir'
from /Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb:337:in execute' from /Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb:111:in compile'
from /Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb:150:in cook' from extconf.rb:365:in block (2 levels) in process_recipe'
from extconf.rb:258:in block in chdir_for_build' from extconf.rb:257:in chdir'
from extconf.rb:257:in chdir_for_build' from extconf.rb:364:in block in process_recipe'
from extconf.rb:263:in tap' from extconf.rb:263:in process_recipe'
from extconf.rb:556:in `<main>'

extconf failed, exit code 1

Gem files will remain installed in /Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.8.1 for inspection.
Results logged to /Users/TOMOAKI/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-14/2.2.0-static/nokogiri-1.6.8.1/gem_make.out
An error occurred while installing nokogiri (1.6.8.1), and Bundler cannot continue.
Make sure that gem install nokogiri -v '1.6.8.1' succeeds before bundling.

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

hana-da

2016/10/19 23:09

エラーメッセージは読みましたでしょうか? 読んでどの辺がわからなかったのかを書いておくとよいと思います。
guest

回答2

0

ベストアンサー

ホームディレクトリのパスからたぶんMacだと思います。Macであれば下記記事を参考にしてみてください。
ruby2.3でRails5をインストールする ( rbenv ) - Qiita
題名はruby2.3でRails5ですが、nokogiriインストール時のエラーの対処について書いてあります。

投稿2016/10/22 02:14

raccy

総合スコア21733

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

Tomoaki_Fukuda

2016/10/23 22:32

ありがとうございます。貼って頂いたリンク先を参照にしながら試行錯誤しております。 また質問させていただくと思いますので、その際はよろしくお願い致します。
Tomoaki_Fukuda

2016/10/29 06:02

ご教示頂きました上記リンクの記事を参考にしたところ、無事に解決することが出来ました。ご協力頂きまして誠にありがごとうございました。
guest

0

環境も何も書かれていないので外しているかもしれませんが、とりあえずメッセージのとおり

gem install nokogiri -- --use-system-libraries
[--with-xml2-config=/path/to/xml2-config]
[--with-xslt-config=/path/to/xslt-config]

If you are using Bundler, tell it to use the option:

bundle config build.nokogiri --use-system-libraries
bundle install

gem install nokogiri -- --use-system-libraries してみてはいかがでしょう?

もし Bundler を使っているのであれば

bundle config build.nokogiri --use-system-libraries してから
bundle install するといいよ。とも書かれていますね。

投稿2016/10/21 22:53

hana-da

総合スコア1728

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

Tomoaki_Fukuda

2016/10/23 22:31

ご回答ありがとうございます! まだ解決できておりませんが、こちらで試したことを後ほど、改めて追記させて頂きますので、ご対応頂けますと幸いです。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問