Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4153 > unrolled thread
| Started by | Nitin kasture <nitin.kasture@teletronics-india.com> |
|---|---|
| First post | 2011-05-09 02:36 -0500 |
| Last post | 2011-05-11 06:39 -0500 |
| Articles | 7 — 4 participants |
Back to article view | Back to comp.lang.ruby
Crash with ruby1.9 on 64 bit system Nitin kasture <nitin.kasture@teletronics-india.com> - 2011-05-09 02:36 -0500
Re: Crash with ruby1.9 on 64 bit system 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-09 15:00 -0500
Re: Crash with ruby1.9 on 64 bit system Nitin kasture <nitin.kasture@teletronics-india.com> - 2011-05-10 02:13 -0500
Re: Crash with ruby1.9 on 64 bit system Robert Klemme <shortcutter@googlemail.com> - 2011-05-10 02:26 -0500
Re: Crash with ruby1.9 on 64 bit system Nitin kasture <nitin.kasture@teletronics-india.com> - 2011-05-11 05:16 -0500
Re: Crash with ruby1.9 on 64 bit system Robert Klemme <shortcutter@googlemail.com> - 2011-05-11 05:54 -0500
Re: Crash with ruby1.9 on 64 bit system Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-11 06:39 -0500
| From | Nitin kasture <nitin.kasture@teletronics-india.com> |
|---|---|
| Date | 2011-05-09 02:36 -0500 |
| Subject | Crash with ruby1.9 on 64 bit system |
| Message-ID | <5266409a47f7af35c1ed6e08de260b8e@ruby-forum.com> |
Hello
This is my first question on this forum.
Previously i was using ruby1.9.2 .After updating the system using
pacman which is using arch linux
now when I am running my ruby scripts ,i am getting following error
-----------
<internal:lib/rubygems/custom_require>:29:in `require': no such file to
load -- lta_conference_class (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from lta_Oo_conf.rb:4:in `<main>'
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
[toc] | [next] | [standalone]
| From | 7stud -- <bbxx789_05ss@yahoo.com> |
|---|---|
| Date | 2011-05-09 15:00 -0500 |
| Message-ID | <3df49e2f9362ebd3ff571b49c6388e89@ruby-forum.com> |
| In reply to | #4153 |
What happens if you add the following line as the first line of your code: require 'rubygems' -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Nitin kasture <nitin.kasture@teletronics-india.com> |
|---|---|
| Date | 2011-05-10 02:13 -0500 |
| Message-ID | <5fd8213ff3989feb9a9c1e6f70b69f7c@ruby-forum.com> |
| In reply to | #4153 |
Hi
I tried with above solution but same error shows.
----------------------- ---------------------------------
<internal:lib/rubygems/custom_require>:29:in `require': no such file to
load -- lta_conference_class (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from lta_Oo_conf.rb:4:in `<main>'
--------------------- ---------------------------------
Thanks for the help
--
Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Robert Klemme <shortcutter@googlemail.com> |
|---|---|
| Date | 2011-05-10 02:26 -0500 |
| Message-ID | <BANLkTi=+a0U3wPGnhNnT0+VFebUiTDzvFg@mail.gmail.com> |
| In reply to | #4185 |
On Tue, May 10, 2011 at 9:13 AM, Nitin kasture <nitin.kasture@teletronics-india.com> wrote: > Hi > I tried with above solution but same error shows. > ----------------------- --------------------------------- > <internal:lib/rubygems/custom_require>:29:in `require': no such file to > load -- lta_conference_class (LoadError) > from <internal:lib/rubygems/custom_require>:29:in `require' > from lta_Oo_conf.rb:4:in `<main>' > --------------------- --------------------------------- > > Thanks for the help Did you try to update all installed gems? $ gem update -l Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/
[toc] | [prev] | [next] | [standalone]
| From | Nitin kasture <nitin.kasture@teletronics-india.com> |
|---|---|
| Date | 2011-05-11 05:16 -0500 |
| Message-ID | <ada66915a8edef24c5275115ba9bc31a@ruby-forum.com> |
| In reply to | #4153 |
Hi
I tried what was suggested (gem update -l),I got following result...
Updating installed gems
Updating minitest
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find a valid gem 'minitest' (>= 0) locally or in a
repository
Thanks
Nitin
--
Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Robert Klemme <shortcutter@googlemail.com> |
|---|---|
| Date | 2011-05-11 05:54 -0500 |
| Message-ID | <BANLkTikKjVyVkLQkN06vzQLfAU=5BYmmRQ@mail.gmail.com> |
| In reply to | #4248 |
On Wed, May 11, 2011 at 12:16 PM, Nitin kasture <nitin.kasture@teletronics-india.com> wrote: > Hi > I tried what was suggested (gem update -l),I got following result... > > Updating installed gems > Updating minitest > ERROR: While executing gem ... (Gem::GemNotFoundException) > Could not find a valid gem 'minitest' (>= 0) locally or in a > repository Well, what would be the obvious thing to do if a gem is missing? :-) Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/
[toc] | [prev] | [next] | [standalone]
| From | Phillip Gawlowski <cmdjackryan@googlemail.com> |
|---|---|
| Date | 2011-05-11 06:39 -0500 |
| Message-ID | <BANLkTi=OS2RsrD+rja_QE5mrJjEA40APSw@mail.gmail.com> |
| In reply to | #4250 |
On Wed, May 11, 2011 at 12:54 PM, Robert Klemme <shortcutter@googlemail.com> wrote: > > Well, what would be the obvious thing to do if a gem is missing? :-) > Writing it? ;) -- Phillip Gawlowski Though the folk I have met, (Ah, how soon!) they forget When I've moved on to some other place, There may be one or two, When I've played and passed through, Who'll remember my song or my face.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.ruby
csiph-web