Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Gem questions/problems

Reply
Thread Tools

Gem questions/problems

 
 
Mike Hiraga
Guest
Posts: n/a
 
      03-19-2007
I installed gem on a few machines (identical machines). When I do gem
list --remote on some of them, they dump a big list of packages. When I
do the same command on one of them, it returns nothing:

[root@devbox1 1.8]# gem list --remote

*** REMOTE GEMS ***
[root@devbox1 1.8]#

Anyone have an idea what's going on? I tried reinstalling it a few times
already.

Also, when I do a gem list --remote rails, I dont see a version 1.2.3 on
there... nor do I see a rake 0.7.2. Could these packages just be too new
to be in a gem repo or is there some sort of list update that I need to
do?

Thanks!

(ruby noob here)

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Mat Schaffer
Guest
Posts: n/a
 
      03-19-2007


On Mar 19, 3:23 pm, Mike Hiraga <mhir...@yellowpages.com> wrote:
> [root@devbox1 1.8]# gem list --remote
>
> *** REMOTE GEMS ***
> [root@devbox1 1.8]#
>
> Anyone have an idea what's going on? I tried reinstalling it a few times
> already.
>
> Also, when I do a gem list --remote rails, I dont see a version 1.2.3 on
> there... nor do I see a rake 0.7.2. Could these packages just be too new
> to be in a gem repo or is there some sort of list update that I need to
> do?


What happens when you just try to 'gem install' something? Does it
complain about sources? I remember having trouble with an older
version of rubygems where the installer wouldn't install the sources
gem. But I don't often use list --remote so I'm not sure if it's the
same issue.
-Mat


 
Reply With Quote
 
 
 
 
Mike Hiraga
Guest
Posts: n/a
 
      03-19-2007
Hey,

I downloaded the gem for rake and it installed just fine using gem
install /path/to/rake-0.7.2.gem



--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Mike Hiraga
Guest
Posts: n/a
 
      03-19-2007
"What happens when you just try to 'gem install' something? "

if the gem isnt downloaded and i try this, yes it does complain:

gem install mongrel
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find mongrel (> 0) in any repository

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Eric Hodel
Guest
Posts: n/a
 
      03-20-2007
On Mar 19, 2007, at 12:23, Mike Hiraga wrote:

> I installed gem on a few machines (identical machines). When I do gem
> list --remote on some of them, they dump a big list of packages.
> When I
> do the same command on one of them, it returns nothing:
>
> [root@devbox1 1.8]# gem list --remote
>
> *** REMOTE GEMS ***
> [root@devbox1 1.8]#
>
> Anyone have an idea what's going on? I tried reinstalling it a few
> times
> already.
>
> Also, when I do a gem list --remote rails, I dont see a version
> 1.2.3 on
> there... nor do I see a rake 0.7.2. Could these packages just be
> too new
> to be in a gem repo or is there some sort of list update that I
> need to
> do?
>
> Thanks!


What does 'gem sources' say?

What version of rubygems?


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RubyGems 0.9.1 calling a gem with gem '<gem>' Austin 7873 Ruby 5 01-27-2007 10:05 PM
gem.cmd install RMagick-win32-1.9.2-mswin32.gem: Buffer error Clifford Heath Ruby 7 06-09-2006 07:02 PM
[GEM PATCH] allow gem to install bin file to different location Ara.T.Howard Ruby 0 10-26-2005 11:52 PM
ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find rubygems-upodate (> 0) in the repository han Ruby 1 10-24-2005 10:28 PM
[ANN] Getopt-Declare 1.12 (gem/zip) and GGEnv (gem/zip) gga Ruby 0 07-18-2005 03:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57