problem about bundle-install-Collection of common programming errors


  • Bushido Code
    ruby-on-rails rubygems bundle-install ruby-install
    I apologize ahead of time if I don’t do a good job of explaining this. I am a complete beginner and I have been struggling to find anything online that is written with that in mind. So far, my only experience is doing the Javascript and Ruby sections of Codecademy.com. I read that I should have some knowledge of Ruby before trying out Rails. So I found this site Getting Started with Rails and I tried to follow the steps and do exactly as it said. It even says at the beginning, “This guide is des

  • Brian
    ruby-on-rails gem cygwin railstutorial.org bundle-install
    I’m working on this tutorial: http://ruby.railstutorial.org/chapters/static-pages#top …You can [ctrl+f] to ” Listing 3.1. A Gemfile for the sample app. ” to find where I am.I just copy and pasted the gemfile as it is given there (it didn’t work, so I went ahead and tried the one from 10.42 as is linked immediately above the [ctrl+f] spot, since I’ll have to use that at some point anyways.)For the 10.42 listing, it is giving me an error, “Could not find gem ‘will_paginate (= 3.0.pre2) ruby’ in

  • Nirav Zaveri
    ruby windows-7 pcap bundle-install msf
    C:\metasploit\apps\pro\msf3\tools>bundle install Fetching gem metadata from http://rubygems.org/……… Fetching gem metadata from http://rubygems.org/.. Resolving dependencies… Using rake (10.0.4) Using i18n (0.6.1) Using multi_json (1.0.4) Using activesupport (3.2.13) Using builder (3.0.4) Using activemodel (3.2.13) Using arel (3.0.2) Using tzinfo (0.3.37) Using activerecord (3.2.13) Using metaclass (0.0.1) Using mocha (0.13.3) Using bourne (1.4.0) Using database_cleaner (0.9.1) Using d

  • sevenseacat
    ruby-on-rails gem capybara-webkit bundle-install
    So I’m on Fedora 17 trying to install Capybara Webkit. I followed the directions here and did a bundle install for another (near-identical) branch of this project, so I know it works.When I try to bundle install, it has this error. Anyone have thoughts, or should I just log a bug with co?Installing capybara-webkit (0.12.1) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.– SNIP –g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector –param=s

  • Sahil Grover
    ruby ruby-on-rails-3 bundle-install
    When i start my Rail Server for Project it gives an error like sahil@sahil-M:~/sites/tasks$ rails s Could not find gem ‘sqlite3 (>= 0, runtime)’ in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.and while i go for bundle install it giver another errorsahil@sahil-M:~/sites/tasks$ sudo bundle install Fetching source index for http://rubygems.org/ Using rake (0.9.2) Using abstract (1.0.0) Using activesupport (3.0.8) Using builder (2.1.2) Using i18n (0

  • the Tin Man
    ruby osx git bundle-install
    I have a problem installing my bundle.These were my last steps:git clone http:… git checkout -b daniel bundle installThe error I got was:Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension./Users/daniel/.rvm/rubies/ruby-1.9.3-p286/bin/ruby extconf.rb checking for main() in -lpthread… yes checking for main() in -lobjc… yes *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf

  • user2899281
    ruby rubygems bundle-install linecache
    While bundle install the error:Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension./home/launchpad/.rbenv/versions/1.9.3-p448/bin/ruby extconf.rb Can’t handle 1.9.x yet * 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=

  • Alicia T. Glenn
    github ruby-on-rails-4 repository clone bundle-install
    How do I download my old code from github? I made a mistake on my app, and when I try to download the old zip file from github and run it I get an error.I think I’m doing it right, don’t I just need to clone the repository? When I do, i get this error when I try to run the server:An error occurred while installing pg (0.17.0), and Bundler cannot continue. Make sure that `gem install pg -v ‘0.17.0’` succeeds before bundling.and when I run bundel install I still get the error. I also get this erro

  • Ed Fry
    ruby-on-rails gem bundle-install bcrypt-ruby
    I’m trying to install the Devises gem, running bundle install and then getting this error with bcrypt-ruby which I haven’t had before. What can I do?Installing bcrypt-ruby (3.0.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension./System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb creating Makefilemake xcrun cc -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin11.0 -I/Sy

  • Wayne Conrad
    ruby-on-rails ruby postgresql pg bundle-install
    I’m using/I want to use Postgresql as database, but when I type “bundle install” or “bundle update”, I get this error, what do I do to fix this? :)Installing pg (0.17.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension./usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby extconf.rb checking for pg_config… no No pg_config… trying anyway. If building fails, please try again with–with-pg-config=/path/to/pg_config checking for libpq-fe.h… no

  • BlueBucket
    ruby-on-rails bundle-install
    I’m fairly new to rails. This may be a dumb question, but I can’t seem to find a solution. Any suggestion is greatly appreciated. I’ve just cloned a repository and I’m running “bundle install”. I initially received a general error message regarding “rb-fsevent”when I ran “bundle install”. I then just tried to install “rb-fsevent” individually, but received the following error message: (unfortunately I don’t have enough reputation to post images…)An error occurred while installing rb-fsevent (

  • shingara
    ruby-on-rails ruby-on-rails-3 rubygems freebsd bundle-install
    Am using FreeBSd OS , When i try to install libv8,gem install libv8its throwing an error …Building native extensions. This could take a while… ERROR: Error installing therubyracer: ERROR: Failed to build gem native extension./usr/local/bin/ruby18 extconf.rb *** 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:-

  • Surya
    ruby-on-rails devise gem bundle-install
    got an error while trying to install devise gem. Added gem “devise”, “~> 3.2.2” to my Gemlist and went into terminal to do the following:Steven-Lims-MacBook-Pro:Pinteresting stevenlim$ bundle install Fetching gem metadata from https://rubygems.org/………. Fetching additional metadata from https://rubygems.org/.. Resolving dependencies… Using rake (10.1.1) Using i18n (0.6.9) Using minitest (4.7.5) Using multi_json (1.8.4) Using atomic (1.1.14) Using thread_safe (0.1.3) Using tzinfo (0.3.38)

  • fancyPants
    ruby-on-rails-3.2 bundle-install
    I have installed ruby 1.9.3p327 & rails 3.2.8 using rvm on centos 6.3. But while doing bundle install for a particular project folder, the process fails in between when it tries to install gem unf_ext 0.0.5 and throws following error,Installing unf_ext (0.0.5) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension./home/rradmin/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb -fPIC checking for main() in -lstdc++… yes checking for ruby/encod

  • ahsteele
    ruby-on-rails ruby rubygems bundle-install linecache
    When attempting to perform a bundle install of an existing Ruby on Rails project I receive an error when the bundler reaches Installing linecache (0.43) with native extensions. I don’t see linecache in the projects Gem file so I can’t try bundling without it. I’m running Windows 7 and JetBrains RubyMine 2.0.2. I have tried bundling from inside RubyMine and from the command line (I realize these are equivalent).I have the following Ruby and DevKit-3.4.5-20100819-1535-sfx directories in my path:C:

  • anonymousxxx
    mysql ruby-on-rails-3.1 rubygems mysql2 bundle-install
    i have git clone git://github.com/jalagrange/excel_test_app.git I got the below error while the bundle install, This does not happen with other my applications.following errorInstalling mysql2 (0.3.6) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.C:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb checking for rb_thread_blocking_region()… yes checking for main() in -llibmysql… no *** extconf.rb failed *** Could not create Makefile due

Web site is in building

I discovery a place to host code、demo、 blog and websites.
Site access is fast but not money