  CPAN.pm: Going to build O/OL/OLLY/Search-Xapian-1.0.8.0.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Search::Xapian
Warning: Xapian version 0.9.9 may be incompatible with Search::Xapian 1.0.8.0
cp Xapian/Database.pm blib/lib/Search/Xapian/Database.pm
cp Xapian/Stem.pm blib/lib/Search/Xapian/Stem.pm
cp Xapian.pm blib/lib/Search/Xapian.pm
cp Xapian/PositionIterator.pm blib/lib/Search/Xapian/PositionIterator.pm
cp Xapian/PostingIterator.pm blib/lib/Search/Xapian/PostingIterator.pm
cp Xapian/MultiValueSorter.pm blib/lib/Search/Xapian/MultiValueSorter.pm
cp Xapian/MSetIterator.pm blib/lib/Search/Xapian/MSetIterator.pm
cp Xapian/SimpleStopper.pm blib/lib/Search/Xapian/SimpleStopper.pm
cp Xapian/BM25Weight.pm blib/lib/Search/Xapian/BM25Weight.pm
cp Xapian/WritableDatabase.pm blib/lib/Search/Xapian/WritableDatabase.pm
cp Xapian/MSet/Tied.pm blib/lib/Search/Xapian/MSet/Tied.pm
cp Xapian/Stopper.pm blib/lib/Search/Xapian/Stopper.pm
cp Xapian/ESetIterator.pm blib/lib/Search/Xapian/ESetIterator.pm
cp Xapian/ValueIterator.pm blib/lib/Search/Xapian/ValueIterator.pm
cp Xapian/Enquire.pm blib/lib/Search/Xapian/Enquire.pm
cp Xapian/Document.pm blib/lib/Search/Xapian/Document.pm
cp Xapian/TermIterator.pm blib/lib/Search/Xapian/TermIterator.pm
cp Xapian/QueryParser.pm blib/lib/Search/Xapian/QueryParser.pm
cp Xapian/TradWeight.pm blib/lib/Search/Xapian/TradWeight.pm
cp Xapian/Query.pm blib/lib/Search/Xapian/Query.pm
cp Xapian/Weight.pm blib/lib/Search/Xapian/Weight.pm
cp Xapian/RSet.pm blib/lib/Search/Xapian/RSet.pm
cp Xapian/PerlStopper.pm blib/lib/Search/Xapian/PerlStopper.pm
cp Xapian/BoolWeight.pm blib/lib/Search/Xapian/BoolWeight.pm
cp Xapian/MSet.pm blib/lib/Search/Xapian/MSet.pm
cp Xapian/TermGenerator.pm blib/lib/Search/Xapian/TermGenerator.pm
cp Xapian/ESet.pm blib/lib/Search/Xapian/ESet.pm
/usr/bin/perl /usr/local/share/perl/5.8.8/ExtUtils/xsubpp  -C++ -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap perlobject.map -typemap typemap -typemap typemap  Xapian.xs > Xapian.xsc && mv Xapian.xsc Xapian.c
g++ -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.0.8.0\" -DXS_VERSION=\"1.0.8.0\" -fPIC "-I/usr/lib/perl/5.8/CORE"   Xapian.c
Xapian.xs:74: error: conflicting return type specified for virtual bool perlMatchDecider::operator()(const Xapian::Document&) const
/usr/include/xapian/enquire.h:598: error:   overriding virtual int Xapian::MatchDecider::operator()(const Xapian::Document&) const
XS/WritableDatabase.xs: In function void XS_Search__Xapian__WritableDatabase_allterms_begin(PerlInterpreter*, CV*):
XS/WritableDatabase.xs:224: error: no matching function for call to Xapian::WritableDatabase::allterms_begin(std::string&)
/usr/include/xapian/database.h:147: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_begin() const
XS/WritableDatabase.xs: In function void XS_Search__Xapian__WritableDatabase_allterms_end(PerlInterpreter*, CV*):
XS/WritableDatabase.xs:237: error: no matching function for call to Xapian::WritableDatabase::allterms_end(std::string&)
/usr/include/xapian/database.h:151: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_end() const
XS/WritableDatabase.xs: In function void XS_Search__Xapian__WritableDatabase_set_metadata(PerlInterpreter*, CV*):
XS/WritableDatabase.xs:386: error: class Xapian::WritableDatabase has no member named set_metadata
XS/WritableDatabase.xs: In function void XS_Search__Xapian__WritableDatabase_add_synonym(PerlInterpreter*, CV*):
XS/WritableDatabase.xs:398: error: class Xapian::WritableDatabase has no member named add_synonym
XS/WritableDatabase.xs: In function void XS_Search__Xapian__WritableDatabase_remove_synonym(PerlInterpreter*, CV*):
XS/WritableDatabase.xs:407: error: class Xapian::WritableDatabase has no member named remove_synonym
XS/WritableDatabase.xs: In function void XS_Search__Xapian__WritableDatabase_clear_synonyms(PerlInterpreter*, CV*):
XS/WritableDatabase.xs:416: error: class Xapian::WritableDatabase has no member named clear_synonyms
Xapian.c: In function void XS_Search__Xapian__TermGenerator_new0(PerlInterpreter*, CV*):
Xapian.c:3069: error: TermGenerator was not declared in this scope
Xapian.c:3069: error: RETVAL was not declared in this scope
XS/TermGenerator.xs:8: error: expected type-specifier before TermGenerator
XS/TermGenerator.xs:8: error: expected `;' before TermGenerator
Xapian.c: In function void XS_Search__Xapian__TermGenerator_set_stemmer(PerlInterpreter*, CV*):
Xapian.c:3093: error: TermGenerator was not declared in this scope
Xapian.c:3093: error: THIS was not declared in this scope
Xapian.c:3103: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_set_stopper(PerlInterpreter*, CV*):
Xapian.c:3129: error: TermGenerator was not declared in this scope
Xapian.c:3129: error: THIS was not declared in this scope
Xapian.c:3139: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_set_database(PerlInterpreter*, CV*):
Xapian.c:3168: error: TermGenerator was not declared in this scope
Xapian.c:3168: error: THIS was not declared in this scope
Xapian.c:3178: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_set_document(PerlInterpreter*, CV*):
Xapian.c:3203: error: TermGenerator was not declared in this scope
Xapian.c:3203: error: THIS was not declared in this scope
Xapian.c:3207: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_get_document(PerlInterpreter*, CV*):
Xapian.c:3239: error: TermGenerator was not declared in this scope
Xapian.c:3239: error: THIS was not declared in this scope
Xapian.c:3243: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_index_text(PerlInterpreter*, CV*):
Xapian.c:3273: error: TermGenerator was not declared in this scope
Xapian.c:3273: error: THIS was not declared in this scope
Xapian.c:3298: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_set_flags(PerlInterpreter*, CV*):
Xapian.c:3322: error: TermGenerator was not declared in this scope
Xapian.c:3322: error: THIS was not declared in this scope
Xapian.c:3329: error: expected primary-expression before ) token
XS/TermGenerator.xs:54: error: TermGenerator is not a class or namespace
XS/TermGenerator.xs:55: error: TermGenerator is not a class or namespace
Xapian.c: In function void XS_Search__Xapian__TermGenerator_index_text_without_positions(PerlInterpreter*, CV*):
Xapian.c:3365: error: TermGenerator was not declared in this scope
Xapian.c:3365: error: THIS was not declared in this scope
Xapian.c:3390: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_increase_termpos(PerlInterpreter*, CV*):
Xapian.c:3414: error: TermGenerator was not declared in this scope
Xapian.c:3414: error: THIS was not declared in this scope
Xapian.c:3418: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_get_termpos(PerlInterpreter*, CV*):
Xapian.c:3448: error: TermGenerator was not declared in this scope
Xapian.c:3448: error: THIS was not declared in this scope
Xapian.c:3453: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_set_termpos(PerlInterpreter*, CV*):
Xapian.c:3478: error: TermGenerator was not declared in this scope
Xapian.c:3478: error: THIS was not declared in this scope
Xapian.c:3482: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_get_description(PerlInterpreter*, CV*):
Xapian.c:3506: error: TermGenerator was not declared in this scope
Xapian.c:3506: error: THIS was not declared in this scope
Xapian.c:3511: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__TermGenerator_DESTROY(PerlInterpreter*, CV*):
Xapian.c:3536: error: TermGenerator was not declared in this scope
Xapian.c:3536: error: THIS was not declared in this scope
Xapian.c:3539: error: expected primary-expression before ) token
Xapian.c:3545: error: type <type error> argument given to delete, expected pointer
Xapian.c: In function void XS_Search__Xapian__QueryParser_add_valuerangeprocessor(PerlInterpreter*, CV*):
Xapian.c:4416: error: ValueRangeProcessor was not declared in this scope
Xapian.c:4416: error: vrproc was not declared in this scope
Xapian.c:4426: error: expected primary-expression before ) token
XS/QueryParser.xs:110: error: class Xapian::QueryParser has no member named add_valuerangeprocessor
XS/Query.xs: In function void XS_Search__Xapian__Query_new3scale(PerlInterpreter*, CV*):
XS/Query.xs:26: error: no matching function for call to Xapian::Query::Query(Xapian::Query::op, Xapian::Query&, double&)
/usr/include/xapian/query.h:150: note: candidates are: Xapian::Query::Query(Xapian::Query::op, Xapian::Query)
/usr/include/xapian/query.h:128: note:                 Xapian::Query::Query(Xapian::Query::op, const std::string&, const std::string&)
/usr/include/xapian/query.h:124: note:                 Xapian::Query::Query(Xapian::Query::op, const Xapian::Query&, const Xapian::Query&)
/usr/include/xapian/query.h:121: note:                 Xapian::Query::Query(const std::string&, Xapian::termcount, Xapian::termpos)
/usr/include/xapian/query.h:114: note:                 Xapian::Query::Query()
/usr/include/xapian/query.h:101: note:                 Xapian::Query::Query(const Xapian::Query&)
XS/Query.xs: In function void XS_Search__Xapian__Query_new3range(PerlInterpreter*, CV*):
XS/Query.xs:36: error: invalid conversion from Xapian::valueno to const char*
XS/Query.xs:36: error:   initializing argument 1 of std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
XS/Query.xs: In function void XS_Search__Xapian__Query_new4range(PerlInterpreter*, CV*):
XS/Query.xs:47: error: no matching function for call to Xapian::Query::Query(Xapian::Query::op, Xapian::valueno&, std::string&, std::string&)
/usr/include/xapian/query.h:150: note: candidates are: Xapian::Query::Query(Xapian::Query::op, Xapian::Query)
/usr/include/xapian/query.h:128: note:                 Xapian::Query::Query(Xapian::Query::op, const std::string&, const std::string&)
/usr/include/xapian/query.h:124: note:                 Xapian::Query::Query(Xapian::Query::op, const Xapian::Query&, const Xapian::Query&)
/usr/include/xapian/query.h:121: note:                 Xapian::Query::Query(const std::string&, Xapian::termcount, Xapian::termpos)
/usr/include/xapian/query.h:114: note:                 Xapian::Query::Query()
/usr/include/xapian/query.h:101: note:                 Xapian::Query::Query(const Xapian::Query&)
Xapian.c: In function void XS_Search__Xapian__MultiValueSorter_new0(PerlInterpreter*, CV*):
Xapian.c:4876: error: MultiValueSorter was not declared in this scope
Xapian.c:4876: error: RETVAL was not declared in this scope
XS/MultiValueSorter.xs:8: error: expected type-specifier before MultiValueSorter
XS/MultiValueSorter.xs:8: error: expected `;' before MultiValueSorter
Xapian.c: In function void XS_Search__Xapian__MultiValueSorter_add(PerlInterpreter*, CV*):
Xapian.c:4899: error: MultiValueSorter was not declared in this scope
Xapian.c:4899: error: THIS was not declared in this scope
Xapian.c:4904: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__MultiValueSorter_DESTROY(PerlInterpreter*, CV*):
Xapian.c:4937: error: MultiValueSorter was not declared in this scope
Xapian.c:4937: error: THIS was not declared in this scope
Xapian.c:4940: error: expected primary-expression before ) token
Xapian.c:4946: error: type <type error> argument given to delete, expected pointer
Xapian.c: In function void XS_Search__Xapian__Enquire_set_sort_by_key(PerlInterpreter*, CV*):
Xapian.c:7522: error: MultiValueSorter was not declared in this scope
Xapian.c:7522: error: sorter was not declared in this scope
Xapian.c:7527: error: expected primary-expression before ) token
XS/Enquire.xs:101: error: class Xapian::Enquire has no member named set_sort_by_key
XS/Enquire.xs:103: error: class Xapian::Enquire has no member named set_sort_by_key
Xapian.c: In function void XS_Search__Xapian__Enquire_set_sort_by_key_then_relevance(PerlInterpreter*, CV*):
Xapian.c:7570: error: MultiValueSorter was not declared in this scope
Xapian.c:7570: error: sorter was not declared in this scope
Xapian.c:7575: error: expected primary-expression before ) token
XS/Enquire.xs:115: error: class Xapian::Enquire has no member named set_sort_by_key_then_relevance
XS/Enquire.xs:117: error: class Xapian::Enquire has no member named set_sort_by_key_then_relevance
Xapian.c: In function void XS_Search__Xapian__Enquire_set_sort_by_relevance_then_key(PerlInterpreter*, CV*):
Xapian.c:7618: error: MultiValueSorter was not declared in this scope
Xapian.c:7618: error: sorter was not declared in this scope
Xapian.c:7623: error: expected primary-expression before ) token
XS/Enquire.xs:129: error: class Xapian::Enquire has no member named set_sort_by_relevance_then_key
XS/Enquire.xs:131: error: class Xapian::Enquire has no member named set_sort_by_relevance_then_key
XS/Database.xs: In function void XS_Search__Xapian__Database_allterms_begin(PerlInterpreter*, CV*):
XS/Database.xs:123: error: no matching function for call to Xapian::Database::allterms_begin(std::string&)
/usr/include/xapian/database.h:147: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_begin() const
XS/Database.xs: In function void XS_Search__Xapian__Database_allterms_end(PerlInterpreter*, CV*):
XS/Database.xs:136: error: no matching function for call to Xapian::Database::allterms_end(std::string&)
/usr/include/xapian/database.h:151: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_end() const
Xapian.c: In function void XS_Search__Xapian__Database_get_metadata(PerlInterpreter*, CV*):
Xapian.c:9628: error: class Xapian::Database has no member named get_metadata
Xapian.c: In function void XS_Search__Xapian__StringValueRangeProcessor_new(PerlInterpreter*, CV*):
Xapian.c:9821: error: StringValueRangeProcessor was not declared in this scope
Xapian.c:9821: error: RETVAL was not declared in this scope
XS/StringValueRangeProcessor.xs:8: error: expected type-specifier before StringValueRangeProcessor
XS/StringValueRangeProcessor.xs:8: error: expected `;' before StringValueRangeProcessor
Xapian.c: In function void XS_Search__Xapian__StringValueRangeProcessor_process_value_range(PerlInterpreter*, CV*):
Xapian.c:9848: error: StringValueRangeProcessor was not declared in this scope
Xapian.c:9848: error: THIS was not declared in this scope
Xapian.c:9865: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__StringValueRangeProcessor_DESTROY(PerlInterpreter*, CV*):
Xapian.c:9891: error: StringValueRangeProcessor was not declared in this scope
Xapian.c:9891: error: THIS was not declared in this scope
Xapian.c:9894: error: expected primary-expression before ) token
Xapian.c:9900: error: type <type error> argument given to delete, expected pointer
Xapian.c: In function void XS_Search__Xapian__NumberValueRangeProcessor_new(PerlInterpreter*, CV*):
Xapian.c:9922: error: NumberValueRangeProcessor was not declared in this scope
Xapian.c:9922: error: RETVAL was not declared in this scope
XS/NumberValueRangeProcessor.xs:9: error: expected type-specifier before NumberValueRangeProcessor
XS/NumberValueRangeProcessor.xs:9: error: expected `;' before NumberValueRangeProcessor
XS/NumberValueRangeProcessor.xs:11: error: expected type-specifier before NumberValueRangeProcessor
XS/NumberValueRangeProcessor.xs:11: error: expected `;' before NumberValueRangeProcessor
Xapian.c: In function void XS_Search__Xapian__NumberValueRangeProcessor_process_value_range(PerlInterpreter*, CV*):
Xapian.c:9969: error: NumberValueRangeProcessor was not declared in this scope
Xapian.c:9969: error: THIS was not declared in this scope
Xapian.c:9986: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__NumberValueRangeProcessor_DESTROY(PerlInterpreter*, CV*):
Xapian.c:10012: error: NumberValueRangeProcessor was not declared in this scope
Xapian.c:10012: error: THIS was not declared in this scope
Xapian.c:10015: error: expected primary-expression before ) token
Xapian.c:10021: error: type <type error> argument given to delete, expected pointer
Xapian.c: In function void XS_Search__Xapian__DateValueRangeProcessor_new(PerlInterpreter*, CV*):
Xapian.c:10043: error: DateValueRangeProcessor was not declared in this scope
Xapian.c:10043: error: RETVAL was not declared in this scope
XS/DateValueRangeProcessor.xs:8: error: expected type-specifier before DateValueRangeProcessor
XS/DateValueRangeProcessor.xs:8: error: expected `;' before DateValueRangeProcessor
Xapian.c: In function void XS_Search__Xapian__DateValueRangeProcessor_process_value_range(PerlInterpreter*, CV*):
Xapian.c:10084: error: DateValueRangeProcessor was not declared in this scope
Xapian.c:10084: error: THIS was not declared in this scope
Xapian.c:10101: error: expected primary-expression before ) token
Xapian.c: In function void XS_Search__Xapian__DateValueRangeProcessor_DESTROY(PerlInterpreter*, CV*):
Xapian.c:10127: error: DateValueRangeProcessor was not declared in this scope
Xapian.c:10127: error: THIS was not declared in this scope
Xapian.c:10130: error: expected primary-expression before ) token
Xapian.c:10136: error: type <type error> argument given to delete, expected pointer
Xapian.xs: In function void boot_Search__Xapian(PerlInterpreter*, CV*):
Xapian.xs:158: error: OP_VALUE_RANGE is not a member of Xapian::Query
Xapian.xs:159: error: OP_SCALE_WEIGHT is not a member of Xapian::Query
Xapian.xs:161: error: OP_VALUE_GE is not a member of Xapian::Query
Xapian.xs:162: error: OP_VALUE_LE is not a member of Xapian::Query
Xapian.xs:178: error: FLAG_PURE_NOT is not a member of Xapian::QueryParser
Xapian.xs:179: error: FLAG_PARTIAL is not a member of Xapian::QueryParser
Xapian.xs:180: error: FLAG_SPELLING_CORRECTION is not a member of Xapian::QueryParser
Xapian.xs:181: error: FLAG_SYNONYM is not a member of Xapian::QueryParser
Xapian.xs:182: error: FLAG_AUTO_SYNONYMS is not a member of Xapian::QueryParser
Xapian.xs:183: error: FLAG_AUTO_SYNONYMS is not a member of Xapian::QueryParser
Xapian.xs:189: error: TermGenerator has not been declared
make: *** [Xapian.o] Error 1
  OLLY/Search-Xapian-1.0.8.0.tar.gz
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
