What's also strange when using the locally packaged gem is the 
following:

>> [EMAIL PROTECTED] ~/tmp $ irb
>> require 'rubygems'
=> false
>> require_gem 'ferret','>= 0.10.14.1' #I packaged it as 
=> true
>> require 'ferret'
=> false
>> Ferret
=> Ferret
>> Ferret::Index
=> Ferret::Index
>> Ferret::Index::FieldInfos
NameError: uninitialized constant Ferret::Index::FieldInfos
        from (irb):7

For some reason it can't find Ferret::Index::FieldInfos. ???

Maybe it's the way I packaged it but I simply did:

I just used gem package REL=0.10.14.1
sudo gem install pkg/ferret-0.10.14.1.gem

Regards,

Saimon

Saimon Moore wrote:
> Saimon Moore wrote:
>> Hi Dave,
>> 
>> I've been getting some segment faults while running my tests using
>> 0.10.14 gem so I decided to package the gem locally to add -dH and
>> generate core dumps for you.
>> 
>> So I followed instructions here
>> http://ferret.davebalmain.com/trac/wiki/DownloadCurrent and first off
>> ran the tests.
>> 
>> I'm getting the following failures. (see this pastie
>> http://pastie.caboo.se/34790).
>> 
>> I don't suppose these are expected but I thought I may as well let you
>> know.
>> 
>> Regards,
>> 
>> Saimon
> 
> Also:
>>> [EMAIL PROTECTED] ~/tmp $ irb
>>> require 'rubygems'
> => false
>>> require_gem 'ferret', '>=0.10.14'
> => true
>>> puts Ferret::VERSION
> 0.9.6
> => nil

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to