[Koha-bugs] [Bug 8233] New search engine layer - introduce solr without breaking anything else

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 6 22:47:36 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #27 from Chris Cormack <chris at bigballofwax.co.nz> ---
Ok that's fixed (missing modules, easy fix)

However now I am getting this

not ok 129 - use Koha::SearchEngine::Solr;
#   Failed test 'use Koha::SearchEngine::Solr;'
#   at t/00-load.t line 46.
#     Tried to use 'Koha::SearchEngine::Solr'.
#     Error:  Illegal inherited options => (is) at
/usr/lib/perl5/Moose/Meta/Class.pm line 646.
#      
Moose::Meta::Class::_process_inherited_attribute('Moose::Meta::Class=HASH(0x5a38b40)',
'url', 'required', 1, 'builder', '_build_url', 'isa', 'Str',
'definition_context', 'HASH(0x5e9bba8)', 'lazy', 1, 'is', 'ro') called at
/usr/lib/perl5/Moose/Meta/Class.pm line 628
#      
Moose::Meta::Class::_process_attribute('Moose::Meta::Class=HASH(0x5a38b40)',
'+url', 'required', 1, 'builder', '_build_url', 'isa', 'Str',
'definition_context', 'HASH(0x5e9bba8)', 'lazy', 1, 'is', 'ro') called at
/usr/lib/perl5/Moose/Meta/Class.pm line 300
#       Moose::Meta::Class::add_attribute('Moose::Meta::Class=HASH(0x5a38b40)',
'+url', 'required', 1, 'builder', '_build_url', 'isa', 'Str',
'definition_context', 'HASH(0x5e9bba8)', 'lazy', 1, 'is', 'ro') called at
/usr/lib/perl5/Moose.pm line 70
#       Moose::has('Moose::Meta::Class=HASH(0x5a38b40)', '+url', 'is', 'ro',
'isa', 'Str', 'lazy', 1, 'builder', '_build_url', 'required', 1) called at
/usr/lib/perl5/Moose/Exporter.pm line 294
#       Moose::has('+url', 'is', 'ro', 'isa', 'Str', 'lazy', 1, 'builder',
'_build_url', 'required', 1) called at Koha/SearchEngine/Solr.pm line 7
#       require Koha/SearchEngine/Solr.pm called at (eval 1428) line 2
#       main::BEGIN() called at Koha/SearchEngine/Solr.pm line 0
#       eval {...} called at Koha/SearchEngine/Solr.pm line 0
#       eval 'package main;
# use Koha::SearchEngine::Solr @{$args[0]};
# 1;
#
# ;' called at /usr/local/share/perl/5.10.1/Test/More.pm line 885
#       Test::More::_eval('package main;\x{a}use Koha::SearchEngine::Solr
@{$args[0]};\x{a}1;\x{a}', 'ARRAY(0x3f55558)') called at
/usr/local/share/perl/5.10.1/Test/More.pm line 860
#       Test::More::use_ok('Koha::SearchEngine::Solr') called at t/00-load.t
line 46
#       main::__ANON__() called at /usr/share/perl/5.10/File/Find.pm line 958
#       File::Find::_find_dir('HASH(0x8c2f60)',
'/home/jenkins/jobs/Koha_master/workspace/Koha', 7) called at
/usr/share/perl/5.10/File/Find.pm line 722
#       File::Find::_find_opt('HASH(0x8c2f60)',
'/home/jenkins/jobs/Koha_master/workspace/Koha') called at
/usr/share/perl/5.10/File/Find.pm line 1297
#       File::Find::find('HASH(0x8c2f60)',
'/home/jenkins/jobs/Koha_master/workspace/Koha') called at t/00-load.t line 49
# Compilation failed in require at (eval 1428) line 2.
# BEGIN failed--compilation aborted at (eval 1428) line 2.
Bail out!  ***** PROBLEMS LOADING FILE 'Koha::SearchEngine::Solr'

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list