'gem install rails' seems to miss a bunch of dependencies

I followed the Arch Wiki instructions for installing rails. (Though I modified /etc/gemrc to do a system install). 'gem update' worked fine, 'gem install rails' worked fine... But when I try to create a test app for rails as per the wiki:
$ rails new testapp_name
The console spits out an error such as this:
Gem::Exception: Cannot load gem at [/usr/lib/ruby/gems/1.9.1/cache/coffee-rails-3.2.2.gem] in /home/proteus/testapp_name
An error occured while installing coffee-rails (3.2.2), and Bundler cannot continue.
Make sure that `gem install coffee-rails -v '3.2.2'` succeeds before bundling.
So I run 'gem install coffee-rails' and try again, and lo and behold another message appears:
Gem::Exception: Cannot load gem at [/usr/lib/ruby/gems/1.9.1/cache/jquery-rails-2.0.2.gem] in /home/proteus/testapp_name
An error occured while installing jquery-rails (2.0.2), and Bundler cannot continue.
Make sure that `gem install jquery-rails -v '2.0.2'` succeeds before bundling.
It looks like gem failed to install a large number of dependencies (of Bundler?) and is now leaving me to install them manually. Can I make the dependency resolution work properly here? Failing that, can I get a list of missing dependencies so I can manually install the rest of them?

Okay, FWIW, here is the list of stuff needed...
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.2)
Using activesupport (3.2.3)
Using builder (3.0.0)
Using activemodel (3.2.3)
Using erubis (2.7.0)
Using journey (1.0.3)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.2)
Using actionpack (3.2.3)
Using mime-types (1.18)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.3)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.3)
Using activeresource (3.2.3)
Using bundler (1.1.3)
Using coffee-script-source (1.3.1)
Using execjs (1.3.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.6.6)
Using rdoc (3.12)
Using thor (0.14.6)
Using railties (3.2.3)
Using coffee-rails (3.2.2)
Using jquery-rails (2.0.2)
Using rails (3.2.3)
Using sass (3.1.15)
Using sass-rails (3.2.5)
Using sqlite3 (1.3.6)
Using uglifier (1.2.4)
I'd still like to know how to get all that in the future!

Similar Messages

  • So I updated to OS X Maverick(s) and backuped my harddrive and got a new one installed, everything seems okay but some things are missing in my settings like the software update icon. Does anyone know how I can get it back?

    So I updated to OS X Maverick(s) and backuped my harddrive and got a new one installed, everything seems okay but some things are missing in my settings like the software update icon. Does anyone know how I can get it back?

    Okay so I asked someone from apple and they said that the software update icon is gone but its functions have been merged with the app store icon on the settings menu. Crisis averted haha!

  • We are using CSS 6 (not Cloud) for our yearbook. Starting today pages are giving message that we are missing a bunch of plug-ins so files can't open. How can I get these plugins? Why is this happening?

    We are using CSS 6 (not Cloud) for our yearbook. Starting today pages are giving message that we are missing a bunch of plug-ins so files can't open. How can I get these plugins? Why is this happening?

    We are using CSS 6 for our yearbook. Starting today pages are giving message that we are missing a bunch of plug-ins so files can't open. We are 2 weeks from printer deadline so thia has to get fixed fast. We didn't update anything with the program. We ca

  • I bought used iMac 2007 with Mavericks installed but iPhotos was missing. I reinstalled Mavericks but didn't get iPhoto. Now if I want it I have to buy it? Is there a way to install it without having to pay for it?

    I bought used iMac 2007 with Mavericks installed but iPhotos was missing. I reinstalled Mavericks but didn't get iPhoto. Now if I want it I have to buy it? Is there a way to install it without having to pay for it?

    If you own any verson of iPhoto '11 then there is a free update to version 9.5.x in the App store
    If you own a previous version of iPhto (iPhoto '09 or earlier) then as always an upgrade to a new version (in this case iPhoto '11) is a paid upgrade and you purchase it in the App store
    and no OS update/upgrade contains a version of iPhto - it is a seperate program and although it is included as part of every new Mac it is not a free program and never has been sinve version 1 or 2 (I forget when it changes)
    LN

  • [SOLVED] gem install sqlite3 fails

    I know there is a very similar post here but since it's 2 years old and still unanswered I thought I'd give it another try.
    Some versions to prove everything needed is installed and I'm at least somewhat sane:
    sqlite3 -version
    3.7.6.3
    ruby -v
    ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]
    gem -v
    1.8.3
    And the error:
    # gem install sqlite3
    Building native extensions. This could take a while...
    ERROR: Error installing sqlite3:
    ERROR: Failed to build gem native extension.
    /usr/bin/ruby extconf.rb
    checking for sqlite3.h... *** 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=/usr/bin/ruby
    --with-sqlite3-dir
    --without-sqlite3-dir
    --with-sqlite3-include
    --without-sqlite3-include=${sqlite3-dir}/include
    --with-sqlite3-lib
    --without-sqlite3-lib=${sqlite3-dir}/lib
    /usr/lib/ruby/1.9.1/mkmf.rb:368:in `try_do': The complier failed to generate an executable file. (RuntimeError)
    You have to install development tools first.
    from /usr/lib/ruby/1.9.1/mkmf.rb:452:in `try_cpp'
    from /usr/lib/ruby/1.9.1/mkmf.rb:853:in `block in find_header'
    from /usr/lib/ruby/1.9.1/mkmf.rb:693:in `block in checking_for'
    from /usr/lib/ruby/1.9.1/mkmf.rb:280:in `block (2 levels) in postpone'
    from /usr/lib/ruby/1.9.1/mkmf.rb:254:in `open'
    from /usr/lib/ruby/1.9.1/mkmf.rb:280:in `block in postpone'
    from /usr/lib/ruby/1.9.1/mkmf.rb:254:in `open'
    from /usr/lib/ruby/1.9.1/mkmf.rb:276:in `postpone'
    from /usr/lib/ruby/1.9.1/mkmf.rb:692:in `checking_for'
    from /usr/lib/ruby/1.9.1/mkmf.rb:852:in `find_header'
    from extconf.rb:28:in `<main>'
    Gem files will remain installed in /usr/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.3 for inspection.
    Results logged to /usr/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.3/ext/sqlite3/gem_make.out
    EDIT: Here's the mkmf.log it wants you to check:
    "gcc -o conftest -I/usr/include/ruby-1.9.1/x86_64-linux -I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I. -I/usr/include -I/usr/local/include -I/opt/local/include -I/sw/local/include -I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -fPIC conftest.c -L. -L/usr/lib -L/usr/local/lib -L/opt/local/lib -L/sw/local/lib -L/usr/lib -L. -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic -Wl,-export-dynamic -lruby-static -lpthread -lrt -ldl -lcrypt -lm -lc"
    checked program was:
    /* begin */
    1: #include "ruby.h"
    2:
    3: int main() {return 0;}
    /* end */
    My first thoughts were that I needed to specify where to find sqlite3.h so I tried this:
    gem install sqlite3 -- --with-sqlite3-include=/usr/include
    Same error. Also, specifying --with-sqlite3-dir to give gem a general idea of where to find the files doesn't help. I've confirmed that /usr/include/sqlite3.h exists, as well as the proper lib, and I'm running out of ideas.
    At the very least I'd like to see someone else with a working configuration. Maybe we can compare version numbers, but even that's a real stretch.
    Last edited by Cyphus (2011-05-26 02:57:59)

    https://wiki.archlinux.org/index.php/AUR#Prerequisites
    Those packages are expected to be installed if you're using AUR.
    I'm not sure if this applies to your situation.
    Last edited by karol (2011-05-26 03:17:05)

  • Ruby gems installed from AUR leave files behind if removed again

    Most Ruby gems in the AUR use the PKGBUILD snippet provided by http://wiki.archlinux.org/index.php/Rub … Guidelines – now I think that using "gem install" will avoid the sandbox and also make it impossible for yaourt/clyde/… to keep track of the installed files. As a result of this, removing an installed package again (with `{yaourt,clyde,…} -R <package>` will *not* uninstall the gem, at all.
    A quick test demonstrates this:
    $ gem list | grep hmac
    $ yaourt -S ruby-hmac
    $ gem list | grep hmac
    ruby-hmac (0.4.0)
    $ yaourt -R ruby-hmac
    $ gem list | grep hmac
    ruby-hmac (0.4.0)
    As you can see, the gem is still there.
    Doesn't that defeat the purpose of using packages?

    I can't reproduce this, neither with ruby-hmac nor with my own gem based ruby packages on aur (e.g. ruby-uuid or ruby-macaddr). Pacman says Installed/removed size for ruby-hmac is 0.42MB.
    What's notable is that your gem version (1.3.6) is not the one currently shipped with arch's ruby package (1.3.1). Where does your gem installation come from?
    On my system:
    ~$» pacman -Qo gem
    /usr/bin/gem is owned by ruby 1.9.1_p429-1
    ~$» gem env
    RubyGems Environment:
    - RUBYGEMS VERSION: 1.3.1
    - RUBY VERSION: 1.9.1 (2010-07-02 patchlevel 429) [i686-linux]
    - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.9.1
    - RUBY EXECUTABLE: /usr/bin/ruby
    - EXECUTABLE DIRECTORY: /usr/bin
    - RUBYGEMS PLATFORMS:
    - ruby
    - x86-linux
    - GEM PATHS:
    - /usr/lib/ruby/gems/1.9.1
    - /home/chenno/.gem/ruby/1.9.1
    - GEM CONFIGURATION:
    - :update_sources => true
    - :verbose => true
    - :benchmark => false
    - :backtrace => false
    - :bulk_threshold => 1000
    - REMOTE SOURCES:
    - http://gems.rubyforge.org/

  • I can't download itunes on my windows 7 laptop (it used to be installed but seems to have disappeared)

    I can't download itunes on my windows 7 laptop (it used to be installed but seems to have disappeared).
    An error message appears near the end of the (ultimately failed) install attempt saying something like 'apple mobile device does not have the right privileges'

    until the last programme finishes downloading then it won't open the file because it can't be found.
    Which particular .msi file does the message go on to say cannot be found? (Several different .msi files can be mentioned in this context: itunes.msi, bonjour.msi, AppleSoftwareUpdate.msi, etc.)

  • I lost my ability to view PDFs with update and Lion install. Says "plugin missing", please help?!?!

    I lost my ability to view PDFs with update and Lion install. Says "plugin missing", please help?!?!
    I am trying to finish up a paper for my masters and now I am stuck because the library website won't work without PDF

    Adobe has a knowledgebase article on this.
    http://kb2.adobe.com/cps/905/cpsid_90508.html
    Acrobat family
    Adobe Reader plug-in and Acrobat plug-in are not compatible with the Safari 5.1 browser, which will ship with Mac OS X 10.7 and for 10.6 in July 2011. Adobe Reader and Acrobat will continue to work as standalone applications on Mac OS X 10.7 and 10.6, and will render PDF documents outside of the browser. In addition, Safari 5.1 renders PDF documents natively. However, the Adobe Reader and Acrobat plug-ins will not function as expected in LiveCycle and Acrobat workflows that require either plug-in to render PDF documents in Safari 5.1.
    Recommendation to Customers/Users:
    For Acrobat customers who utilize functionality like forms, digital signatures, portfolios, guides, 3D, extended PDFs and rights management, and who require the Acrobat plug-in to render PDF documents in the Safari browser, Adobe recommends that you continue to use Safari 5.0.x and Mac OS X 10.6. We will provide updates as we continue to investigate this issue.

  • Installed update to Muse CC 2014. It says it failed but App was installed and seems to run fine. Do I need to uninstall and reinstall to get my Creative Suite desktop App to show properly?

    Installed update to Muse CC 2014. It says it failed but App was installed and seems to run fine. Do I need to uninstall and reinstall to get my Creative Suite desktop App to show properly?

    no, follow solution 2 here, CC desktop lists applications as "Up to Date" when not installed

  • I am missing a bunch of apps on my new 4s iphone (after syncing with my 3G)

    I just purchased the new iphone 4s and after setting it up and syncing it with my old 3G info, I am now missing a bunch of the apps... please help...

    Find My iPhone should be a downloadable app.
    HD recording is built-in to the latest Camera app, but you also need to have the iPhone 4S to get the best HD
    FaceTime requires an Apple ID and at least one contact with a Mac running OS X 10.6.6 or later and the FaceTime app, or an iPhone 4 (2010 or later)  or iPhone 4S (2011).  It's embedded into the Contacts applet (Phone > Contacts > touch a contact > touch FaceTime button).  If that's too much work, apps in the App Store can automate this for you.
    Nate

  • HT4623 This is the message I get when u try and install it. The update was made available at around 11 a.m today Wednesday September 18th I am on a wifi network and i took the time (about 20 or so minutes) to install, it seemed like everything was install

    This is the message I get when u try and install it. The update was made available at around 11 a.m today Wednesday September 18th I am on a wifi network and i took the time (about 20 or so minutes) to install, it seemed like everything was installing but after the long installation wait it wouldn't allow me to download it

    I had better success doing this:
    Download iTunes 11.1. Connect your device to your computer and open iTunes. Select your device under the Devices heading in the iTunes' sidebar. Click on the Summary tab in iTunes' main window. Click on the Update button.

  • Since I signed up for iTunes match, I've got about 150 songs that I never bought, or want. Also, I am missing a bunch of songs that I used to have on my computer. What the heck happened?

    Since I signed up for iTunes match, I've got about 150 songs that I Never bought, or want. Also, I'm missing a bunch of songs that I had on my computer before iTunes match. What the heck happened?

    No, I'm the only one with access to my computer. I deleted all the unwanted songs and I hope they stay deleted. I found all my original songs in another folder. How they got there, I'll never know. It took a while, but I got all my songs back in the iTunes music library where they were before I got tangled up in this iTunes Match boondoggle. Apple has a ways to go before I'll mess with it again. By the way, you have to watch out for sisters.

  • Satellite C855d-10W- Cannot install Win7 due to missing ODD

    Hello,
    I've just bought Toshiba Satellite C855d-10w 2 days ago, but I can't seem to install Windows 7 OS.
    It doesn't even want to start, as it shows me that a CD/DVD driver is missing
    . I spent the whole night searching for the driver on the internet, both on google and toshiba website, but I can't seem to find any.
    I can only find the drivers which I would have installed after the installation of the OS.
    Now I am running on Ubuntu, everything works perfectly except the wireless connection (the wireless button is not recognized by the system),
    Could you please help me?
    Thanks in advance

    HI MY FRIEND
    what do you mean it won't install windows 7 OS
    are you turning the laptop on for the first time, or are you re-installing the windows 7 OS system
    have you tried slimdrivers this program is free and it will find out of date or missing drivers
    also Secunia psi is free and it will update all your software, i hope you fix your problem
    i bought a Toshiba satellite C855D-13N on 28/12/2012 and i had to do a factory reset and it took around 8 hours to complete,
    now a few days later i turned the laptop on and it says windows 8 did not shut down prop-ply and it would do a automatic repair and now it is 3 hours later and it is still taking the (mick) i had to change this word from p...
    i have had a lenovo laptop and a samsung netbook in the past and both would install windows in around one hour, now this Toshiba thinks time is plentiful if i was running a business i would probably loose it ...

  • Problem with installing OS. hal.dll missing or corrupt

    I feel I have a hardware issue with this laptop. It is a M115-S3095. I had XP home installed but had driver issues. Now I have the recovery disk with it I get "Error 10DD0A0057". One time I did get my retail XP copy to install it gave me "hal.dll is missing or corrupt". To add to the mix I can not boot a Linux OS Disk. It just get to the installing logo and thats it. The hard drive has been tested good , Memory check was good. So just to pick brains and I know some of you know alot more than me...Do we need a motherboard replacement ? I work on alot of laptops and this is a new one on me. Thanks in advance for any input.

    > On Thu, 28 Sep 2006 17:18:05 GMT, [email protected] wrote:
    >
    > > I've tried creating a completely new image , it also seems to happen if we
    > > use the image to reimage the exact same computer ( no hardware
    > > diffrences)... any ideas?
    >
    > did it work before? what has changed?
    > --
    >
    > If you have already compiled drivers or have linux.2 please put them on
    > http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    > Live BootCd and USB Disk from Mike Charles
    > http://forge.novell.com/modules/xfmod/project/?imagingx
    > eZie http://forge.novell.com/modules/xfmod/project/?ezie
    >
    > Marcus Breiden
    >
    > If you are asked to email me information please change -- to - in my e-mail
    > address.
    > The content of this mail is my private and personal opinion.
    > http://www.edu-magic.net
    yes , on one computer we have used that image before without any other
    problems. The computer we are using is the exact same model as the one we
    used to take the image from.
    In the other case we are taking a computer and imaging it to another drive
    in order to replace the drive. So everything is the same , except for the
    drive.

  • Installing ML: locked partition missing after I erased it!

    I was into a clean install idea on macpro
    I made bootable 10.8 usb, then restart to cmd+r mode. I decided to erase my 1st partition before install ML. so I opened disk utility and tried to erase 1st partition. this partition was password protected, so It asked for password 1 time and then erased it, since then the partition is missing!!! I can not see it in disk utility. I restarted from bootable USB but still disk0s2 is missing and "Repair Disk Permissions" is also unavailable. also it is not available for my 2nd partition as well (After I unlock it )
    before I had 2 partitions
    1st is about 998 GB  Called Srvr01.HD01    ( currently missing!)
    2nd is about 1 GB     Called Private           ( Thanks God it is still there!)
    before installation, in disk utility left side, if was like this:
    Disk
    -- Srvr01.HD01
    -- Private
    now in disk utility it is like this:
    Private
    -- Private
    Srvr01.HD01
    But in Partition layout I can c both "Srvr01.HD01" and "Private" and all th options are gray and unavailable

    It seems I Found te solution myself!:
    http://osxdaily.com/2011/09/23/view-mount-hidden-partitions-in-mac-os-x/#comment -412195
    Quit out of Disk Utility, and launch Terminal to type the following defaults write command:
    defaults write com.apple.DiskUtility DUDebugMenuEnabled 1
    Relaunch Disk Utility and look for “Debug” to appear alongside ‘Help’
    Click on the new Debug menu and pull down and select “Show every partition” so that a checkmark appears next to it
    Now the hidden partitions will displayed alongside mounted visible partitions, but they will appear grey rather than black
    Right-click on the greyed out partition to mount and choose “Mount [Drive Name]“

Maybe you are looking for

  • Help with Replacing text in a file using a vbscript

    I have the following script which I am wanting to 1. Take the prf file and read it 2. Edit a line in the  outlook .prf file replacing it with the text I have asked it to replace which is the full name of the user pulled from the currently logged on u

  • Storing and Linking from background

    Hi Experts, We have documents stored in OmniDocs Document Management systems. These documents need to be linked to SAP Business Objects (Sales Order etc.). Our development environment is Java/JCo. I had seen several posts with this scenario but need

  • Obmenu won't start

    I installed obmenu to play with and i get the following: [tronica@arch ~]$ obmenu /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) Traceback (most recent call last): F

  • Embedded Video Source help!

    ...If there's a way to draw ontop of embedded video sources.

  • Thick continuous line in smartform output

    Hello Experts, I need to print a thick continuous line in a smart form output. I have to print this after/before specific data that is going to be printed through a template. can any one through some light on me regarding this? Regards, Usha.