Hi all,
OS X (10.4.9)
Ruby 1.8.6 (built from source)
FastRI 0.3.0
I installed FastRI seemingly without issue, fired up fastri-server, but I always get back nil.
daniel-bergers-computer:~ djberge$ ps -ax | grep fast
2775 p1 S 0:05.53 ruby /usr/local/bin/fastri-server
4013 p1 S+ 0:00.00 grep fast
daniel-bergers-computer:~ djberge$ fri Array#length
nil
daniel-bergers-computer:~ djberge$ fri -v
fri 0.3.0 (2007-01-29)
Other information of possible interest:
irb(main):001:0> require 'socket'
=> true
irb(main):002:0> Socket.gethostname
=> "daniel-bergers-computer.local"
daniel-bergers-computer:~ djberge$ nslookup localhost
Server: 192.168.0.1
Address: 192.168.0.1#53
Non-authoritative answer:
Name: localhost
Address: 127.0.0.1
Am I missing something obvious here?
Thanks,
Dan
Hi all,
Hi.
OS X (10.4.9)
Am I missing something obvious here?
You're a day early; Berger on a Mac?

···
Daniel Berger wrote on 31 Mar '07:
--
Bil Kleb
http://fun3d.larc.nasa.gov
I couldn't reproduce it on OSX 10.4.9 + Ruby 1.8.6 + FastRI 0.3.0 (that is,
theoretically the very same setup).
However, I noticed that the stdlib rdoc documentation wasn't being generated
on 'make install', so I had to 'make install-doc' manually after building
1.8.6. If you're getting
$ fastri-server -b
Indexed:
* 0 methods
* 0 classes/modules
'make install-doc' should help.
You can try qri (identical to fri but using the local index, thus without
needing the DRb service, and a bit slower) to discard network/DRb issues, but
that doesn't seem to be the culprit.
···
On Sat, Mar 31, 2007 at 01:13:59PM +0900, Daniel Berger wrote:
OS X (10.4.9)
Ruby 1.8.6 (built from source)
FastRI 0.3.0
I installed FastRI seemingly without issue, fired up fastri-server, but
I always get back nil.
daniel-bergers-computer:~ djberge$ ps -ax | grep fast
2775 p1 S 0:05.53 ruby /usr/local/bin/fastri-server
4013 p1 S+ 0:00.00 grep fast
daniel-bergers-computer:~ djberge$ fri Array#length
nil
daniel-bergers-computer:~ djberge$ fri -v
fri 0.3.0 (2007-01-29)
--
Mauricio Fernandez - http://eigenclass.org - singular Ruby
** Latest postings **
The Neo-Rails controversy and a language generator
http://eigenclass.org/hiki/language-generator
Rails on 1.9: first benchmarks, YARV exposed to non-synthetic tests
http://eigenclass.org/hiki/non-synthetic-benchmarks-for-yarv
Heh, nope, I bought a quad Xeon Mac tower 2 weeks ago. No joke. 
I posted this as a bug report on the FastRI project page, btw. I've
used it on Linux, Solaris and Windows with no issue. Not sure what's
happening on OS X.
Dan
···
On Apr 1, 7:54 pm, Bil Kleb <Bil.K...@NASA.gov> wrote:
Daniel Berger wrote on 31 Mar '07:
> Hi all,
Hi.
> OS X (10.4.9)
> Am I missing something obvious here?
You're a day early; Berger on a Mac?

Mauricio Fernandez wrote:
···
On Sat, Mar 31, 2007 at 01:13:59PM +0900, Daniel Berger wrote:
OS X (10.4.9)
Ruby 1.8.6 (built from source)
FastRI 0.3.0
I installed FastRI seemingly without issue, fired up fastri-server, but I always get back nil.
daniel-bergers-computer:~ djberge$ ps -ax | grep fast
2775 p1 S 0:05.53 ruby /usr/local/bin/fastri-server
4013 p1 S+ 0:00.00 grep fast
daniel-bergers-computer:~ djberge$ fri Array#length
nil
daniel-bergers-computer:~ djberge$ fri -v
fri 0.3.0 (2007-01-29)
I couldn't reproduce it on OSX 10.4.9 + Ruby 1.8.6 + FastRI 0.3.0 (that is,
theoretically the very same setup).
However, I noticed that the stdlib rdoc documentation wasn't being generated
on 'make install', so I had to 'make install-doc' manually after building
1.8.6. If you're getting
$ fastri-server -b
Indexed:
* 0 methods
* 0 classes/modules
'make install-doc' should help.
You can try qri (identical to fri but using the local index, thus without
needing the DRb service, and a bit slower) to discard network/DRb issues, but
that doesn't seem to be the culprit.
Running make install-doc + fastri-server -b did the trick.
Many thanks,
Dan
Hi,
I have it installed on OS X, with ruby 1.8.5, and it seems to work for some things and not for others.
It seems as if my rdoc database has not been consistently generated. Is that true for you as well?
Bob Evans
···
On Apr 1, 2007, at 7:25 PM, Daniel Berger wrote:
On Apr 1, 7:54 pm, Bil Kleb <Bil.K...@NASA.gov> wrote:
Daniel Berger wrote on 31 Mar '07:
Hi all,
Hi.
OS X (10.4.9)
Am I missing something obvious here?
You're a day early; Berger on a Mac?

Heh, nope, I bought a quad Xeon Mac tower 2 weeks ago. No joke. 
I posted this as a bug report on the FastRI project page, btw. I've
used it on Linux, Solaris and Windows with no issue. Not sure what's
happening on OS X.
Dan