Saimon Moore
2007-Jan-22 10:18 UTC
[Ferret-talk] [Ferret] Test failures for ferret tagged REL-0.10.14
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 -- Posted via http://www.ruby-forum.com/.
Saimon Moore
2007-Jan-22 10:29 UTC
[Ferret-talk] [Ferret] Test failures for ferret tagged REL-0.10.14
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, > > SaimonAlso:>> saimon at iris ~/tmp $ irb >> require ''rubygems''=> false>> require_gem ''ferret'', ''>=0.10.14''=> true>> puts Ferret::VERSION0.9.6 => nil -- Posted via http://www.ruby-forum.com/.
Saimon Moore
2007-Jan-22 11:01 UTC
[Ferret-talk] [Ferret] Test failures for ferret tagged REL-0.10.14
What''s also strange when using the locally packaged gem is the following:>> saimon at iris ~/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::FieldInfosNameError: 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: >>> saimon at iris ~/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/.
William Morgan
2007-Jan-22 16:42 UTC
[Ferret-talk] [Ferret] Test failures for ferret taggedREL-0.10.14
Excerpts from Saimon Moore''s message of Mon Jan 22 03:01:05 -0800 2007:> NameError: uninitialized constant Ferret::Index::FieldInfos > from (irb):7 > > For some reason it can''t find Ferret::Index::FieldInfos. ???This, and the Ferret::VERSION thing, are both symptomatic of you having packaged 0.9.6 rather than 0.10.14. The SVN directions on the Ferret page are wrong. You actually need to do svn co svn://www.davebalmain.com/exp ferret to get the latest version -- William <wmorgan-ferret at masanjin.net>
Saimon Moore
2007-Jan-22 17:26 UTC
[Ferret-talk] [Ferret] Test failures for ferret taggedREL-0.10.14
William Morgan wrote:> Excerpts from Saimon Moore''s message of Mon Jan 22 03:01:05 -0800 2007: >> NameError: uninitialized constant Ferret::Index::FieldInfos >> from (irb):7 >> >> For some reason it can''t find Ferret::Index::FieldInfos. ??? > > This, and the Ferret::VERSION thing, are both symptomatic of you having > packaged 0.9.6 rather than 0.10.14. > > The SVN directions on the Ferret page are wrong. You actually need to > do > > svn co svn://www.davebalmain.com/exp ferret > > to get the latest versionHi William, Actually what I downloaded was : svn co svn://davebalmain.com/ferret/tags/REL-0.10.14 ferret_0.10.4 and Ferret::VERSION was 0.9.6 in that version. Is this still not correct? -- Posted via http://www.ruby-forum.com/.
William Morgan
2007-Jan-22 18:41 UTC
[Ferret-talk] [Ferret] Test failures for ferrettaggedREL-0.10.14
Excerpts from Saimon Moore''s message of Mon Jan 22 09:26:43 -0800 2007:> svn co svn://davebalmain.com/ferret/tags/REL-0.10.14 ferret_0.10.4 > > and Ferret::VERSION was 0.9.6 in that version. > > Is this still not correct?Hm. I''m not sure at this point. There''s an svn log message there saying that Dave tagged release 0.10.14, but the code sure looks like 0.9.6. The code in the svn repository I pointed to looks much more recent. I could be completely confused though. -- William <wmorgan-ferret at masanjin.net>
Jens Kraemer
2007-Jan-23 09:33 UTC
[Ferret-talk] [Ferret] Test failures for ferret taggedREL-0.10.14
On Mon, Jan 22, 2007 at 06:26:43PM +0100, Saimon Moore wrote:> William Morgan wrote: > > Excerpts from Saimon Moore''s message of Mon Jan 22 03:01:05 -0800 2007: > >> NameError: uninitialized constant Ferret::Index::FieldInfos > >> from (irb):7 > >> > >> For some reason it can''t find Ferret::Index::FieldInfos. ??? > > > > This, and the Ferret::VERSION thing, are both symptomatic of you having > > packaged 0.9.6 rather than 0.10.14. > > > > The SVN directions on the Ferret page are wrong. You actually need to > > do > > > > svn co svn://www.davebalmain.com/exp ferret > > > > to get the latest version > > Hi William, > > Actually what I downloaded was : > > svn co svn://davebalmain.com/ferret/tags/REL-0.10.14 ferret_0.10.4 > > and Ferret::VERSION was 0.9.6 in that version. > > Is this still not correct?it should state the correct versipn, at least my 0.10.14 installed via rubygems does: irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''ferret'' => true irb(main):003:0> Ferret::VERSION => "0.10.14" irb(main):004:0> Jens -- webit! Gesellschaft f?r neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Kr?mer kraemer at webit.de Schnorrstra?e 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66