2015-04-13 23 views
5

Tôi đang cố gắng sao chép một kho lưu trữ từ Github và tôi đang ở bước mà tôi chạy "gói cài đặt". Tuy nhiên mỗi lần tôi cố gắng chạy này tôi nhận được thông báo sau:Cài đặt gói sẽ không cập nhật đá quý eventmachine

An error occurred while installing eventmachine (1.0.3), and Bundler cannot 
continue. 
Make sure that `gem install eventmachine -v '1.0.3'` succeeds before bundling. 

Khi tôi chạy "gem install eventmachine -v '1.0.3'" tôi nhận được

Building native extensions. This could take a while... 
ERROR: Error installing eventmachine: 
    ERROR: Failed to build gem native extension. 

    /Users/christinating/.rbenv/versions/2.1.5/bin/ruby extconf.rb 
checking for rb_trap_immediate in ruby.h,rubysig.h... no 
checking for rb_thread_blocking_region()... yes 
checking for inotify_init() in sys/inotify.h... no 
checking for __NR_inotify_init in sys/syscall.h... no 
checking for writev() in sys/uio.h... yes 
checking for rb_wait_for_single_fd()... yes 
checking for rb_enable_interrupt()... no 
checking for rb_time_new()... yes 
checking for sys/event.h... yes 
checking for sys/queue.h... yes 
creating Makefile 

make "DESTDIR=" clean 

make "DESTDIR=" 
compiling binder.cpp 
In file included from binder.cpp:20: 
In file included from ./project.h:29: 
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iostream:38: 
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ios:216: 
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__locale:15: 
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:439: 
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:628: 
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:604: 
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found 
#include <__debug> 
     ^
1 error generated. 
make: *** [binder.o] Error 1 

make failed, exit code 2 

Gem files will remain installed in /Users/christinating/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.3 for inspection. 
Results logged to /Users/christinating/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/eventmachine-1.0.3/gem_make.out 

Tôi đã thử một số giải pháp (mà chưa từng làm việc) mà tôi tìm thấy trực tuyến:

  1. tôi đã thay đổi phiên bản ruby ​​của tôi để 2.1.5 trong tập tin .ruby-phiên bản của tôi và gemfile.

  2. Tôi cũng đã thay đổi phiên bản eventmachine trong gemfile.lock và gemfile thành 1.0.4 và sau đó là 1.0.7. Sau mỗi lần thay đổi, tôi cố gắng chạy gói cài đặt hoặc gem install eventmachine. Mà chỉ được sản xuất như sau:

tìm nạp: eventmachine-1.0.7.gem (100%) Xây dựng mở rộng bản địa. Quá trình này có thể mất một khoảng thời gian ... L ERI: Lỗi khi cài đặt eventmachine: L ERI: Không thể xây dựng tiện ích mở rộng gốc đá quý.

 /Users/christinating/.rbenv/versions/2.1.5/bin/ruby extconf.rb 
    checking for rb_trap_immediate in ruby.h,rubysig.h... no 
    checking for rb_thread_blocking_region()... yes 
    checking for ruby/thread.h... yes 
    checking for rb_thread_call_without_gvl() in ruby/thread.h... yes 
    checking for inotify_init() in sys/inotify.h... no 
    checking for __NR_inotify_init in sys/syscall.h... no 
    checking for writev() in sys/uio.h... yes 
    checking for rb_thread_fd_select()... yes 
    checking for rb_fdset_t in ruby/intern.h... yes 
    checking for rb_wait_for_single_fd()... yes 
    checking for rb_enable_interrupt()... no 
    checking for rb_time_new()... yes 
    checking for sys/event.h... yes 
    checking for sys/queue.h... yes 
    checking for clock_gettime()... no 
    checking for gethrtime()... no 
    creating Makefile 

    make "DESTDIR=" clean 

    make "DESTDIR=" 
    compiling binder.cpp 
    In file included from binder.cpp:20: 
    In file included from ./project.h:29: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iostream:38: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ios:216: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__locale:15: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:439: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:628: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:604: 
    /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found 
    #include <__debug> 
      ^
    1 error generated. 
    make: *** [binder.o] Error 1 

    make failed, exit code 2 

    Gem files will remain installed in /Users/christinating/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.7 for inspection. 
    Results logged to /Users/christinating/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/eventmachine-1.0.7/gem_make.out 
    Christinas-iMac:scholarhood christinating$ gem install eventmachine 
    Building native extensions. This could take a while... 
    ERROR: Error installing eventmachine: 
     ERROR: Failed to build gem native extension. 

     /Users/christinating/.rbenv/versions/2.1.5/bin/ruby extconf.rb 
    checking for rb_trap_immediate in ruby.h,rubysig.h... no 
    checking for rb_thread_blocking_region()... yes 
    checking for ruby/thread.h... yes 
    checking for rb_thread_call_without_gvl() in ruby/thread.h... yes 
    checking for inotify_init() in sys/inotify.h... no 
    checking for __NR_inotify_init in sys/syscall.h... no 
    checking for writev() in sys/uio.h... yes 
    checking for rb_thread_fd_select()... yes 
    checking for rb_fdset_t in ruby/intern.h... yes 
    checking for rb_wait_for_single_fd()... yes 
    checking for rb_enable_interrupt()... no 
    checking for rb_time_new()... yes 
    checking for sys/event.h... yes 
    checking for sys/queue.h... yes 
    checking for clock_gettime()... no 
    checking for gethrtime()... no 
    creating Makefile 

    make "DESTDIR=" clean 

    make "DESTDIR=" 
    compiling binder.cpp 
    In file included from binder.cpp:20: 
    In file included from ./project.h:29: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iostream:38: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ios:216: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__locale:15: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:439: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:628: 
    In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:604: 
    /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found 
    #include <__debug> 
      ^
    1 error generated. 
    make: *** [binder.o] Error 1 

    make failed, exit code 2 

    Gem files will remain installed in /Users/christinating/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.7 for inspection. 
    Results logged to /Users/christinating/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/eventmachine-1.0.7/gem_make.out 

Tôi thực sự không có ý tưởng và thực sự cần trợ giúp!

+0

[http://stackoverflow.com/questions/17361958/eventmachine-gem-install-fail] – djrock

+1

Tôi đang sử dụng máy Mac Tôi không nghĩ những hướng dẫn đó làm việc cho tôi?? – chiccaboom

+0

Đây là nguyên nhân chính của vấn đề: http://stackoverflow.com/questions/29529455/missing-c-header-debug-after-updating-osx-command-line-tools-6-3 –

Trả lời

4

Điều gì đã xảy ra là tôi chưa cài đặt xcode! sau khi tải xuống, tôi có thể chạy gói cài đặt và cập nhật eventmachine

+0

Nó phải là một số thư viện được đi kèm với xcode. Có ai biết đây là gì? –

Các vấn đề liên quan