Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Dec 2007
#1
Do you know what is going on with ruby-maemo project?
 
Posts: 60 | Thanked: 69 times | Joined on Oct 2007 @ Nomad
#2
Anyone have copies of the ruby-maemo debs?
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#3
The hardware server crash ... and a solution is in progress...
 
Posts: 18 | Thanked: 2 times | Joined on Dec 2007 @ Missoula, MT
#4
4 days later and they still haven't managed to get the server back up??!?!? Or is there a new problem now? I just get a "File Not Found" error when I click the install link...

http://maemo.rubyx.co.uk/ruby-maemo/...-maemo.install
__________________
Ruby Personal Locator for the N810
 
Posts: 7 | Thanked: 0 times | Joined on Feb 2008
#5
Does anyone know if there are any updates on the ruby-maemo project?

I'd really like to poke around with it but seems like the site is still dysFUNctional.

Still no word on anybody who has copies of the debs? I'd love to get ruby on this N810.

Thanks.
 
Posts: 7 | Thanked: 0 times | Joined on Feb 2008
#6
I don't know if anyone is still interested, but I got ruby on my Nokia N810, along with irb, with supreme simplicity I might add.

I was able to install ruby by wget the deb package from https://garage.maemo.org/projects/ruby185

wget gave me some message about SSL on my first try and suggested I try the option that does not check certificates, and that worked just fine.

Once Ruby was installed, I simply scp'd the irb script (Yes, it's just a simple, simple script) into the /usr/bin/ directory. I had to make one modification to the irb script in order to get it to work, but it's easy and is practically a gimme. At the top of the script is the she-bang, literally "#!" followed by a path to the ruby executable. I copied my irb script from a Debian server so it was pointing to /usr/bin/ruby1.8, which wasn't working because ruby on the N810 is /usr/bin/ruby. Guess what you have to change :P

Simply change #!/usr/bin/ruby1.8 or whatever yours says, to /usr/bin/ruby which is where that .deb package seems to install it's script to.

Then, as long as irb is executable, and it should be, then it will work. Happy Ruby-ing!
 
Posts: 4 | Thanked: 1 time | Joined on Feb 2008
#7
hey click i just found an updated ruby for
maemo os 2008 at

http://www.elkins.org/packages/binary/
*ruby-1.8.6.deb - Ruby programing language

i installed it in red pill mode and it got installed perfectly
with no errors

the irb didn't work
so i checked and the irb file was already there in
/usr/bin
it was pointing to /usr/local/bin/ruby
i modified it to point to /usr/bin/ruby(as on maemo)
saved it and set the file permissions to 777

but now when i execute irb command
i get this error

Nokia-N800-50-2:~# irb
/usr/bin/irb:10:in `require': no such file to load -- irb (LoadError)
from /usr/bin/irb:10
also tried from the installed directory
Nokia-N800-50-2:~# cd /usr/bin/
Nokia-N800-50-2:/usr/bin# irb
/usr/bin/irb:10:in `require': no such file to load -- irb (LoadError)
from /usr/bin/irb:10
Nokia-N800-50-2:/usr/bin#


can you help me

jags
 
Posts: 4 | Thanked: 1 time | Joined on Feb 2008
#8
click wrote
-[I did a `locate` on my Debian server for irb to try to find that require'd file and it looks like it may be hiding at /usr/lib/ruby/1.8/irb.rb]

jags:
i changed /usr/bin/irb file line 10 to
require "/usr/lib/ruby/1.8/irb"

i am now getting this
Nokia-N800-50-2:/usr/bin# irb
/usr/lib/ruby/1.8/irb.rb:12:in `require': no such file to load -- e2mmap (LoadError)
from /usr/lib/ruby/1.8/irb.rb:12
from /usr/bin/irb:11:in `require'
from /usr/bin/irb:11

so i guess it not finding the scripts which are there in
/usr/lib/ruby/1.8/irb folder
i feel this has to do something with path so that all files are found

thinking..............

click wrote
[Let me know if this helps you out, I'm interested to see this through. I didn't have this kind of problem but should I ever need to flash the device and reinstall ruby and irb I'd like to have the soluion to this problem in hand.]

jags:
About Flashing:
I had got the N800 with OS 2007 and flashed it to OS2008 on the very first day.but i feel its not about flashing
U can try to get this by installing the latest ruby deb
for armel(maemo 2008).
and about irb i dont think u need to install it as it is installed along with the ruby.
i had all the files required irb files in the n800 after
installtion of ruby1.8.6.deb(2.9 mb)

the problem seems to be only with irb which is not working due to path issues

i am also determined to get this done so pls try and take this further to solve it
 
Posts: 37 | Thanked: 10 times | Joined on Dec 2007 @ Edinburgh, Scotland
#9
I'm currently hosting the ruby, ruby-maemo, ruby-sqlite3 .debs in my repository along with some gems stuff.

http://code.scottishclimbs.com/maemo/
 

The Following 4 Users Say Thank You to Spakman For This Useful Post:
Posts: 1 | Thanked: 1 time | Joined on Feb 2008 @ Heidelberg, Germany
#10
Spakman, thanks a lot, I've already found your useful site the day before yesterday. From:
http://code.scottishclimbs.com/maemo.../binary-armel/
I took:
libruby1.8_1.8.6-p110-1_maemo4_armel.deb
ruby1.8_1.8.6-p110-1_maemo4_armel.deb
ruby1.8-maemo_0.4.0_maemo4_armel.deb
and all worked perfectly. By chance, I had a copy of:
irb1.8_1.8.6-p110-1_maemo4_all.deb
and added a ruby console without any problems. Spakman, can I e-mail you this small file or upload it anywhere for the others ?
The big pro of Tom Swindell's ruby port are the great hildon bindings. It's a pity that he does not manage to get his site up again after all this good work!

Bob.
 

The Following User Says Thank You to bob810 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 05:00.