[Xapian-tickets] [Xapian] #553: Failed test bigoaddvalue1 on Solaris 9 i386

Xapian nobody at xapian.org
Fri Dec 9 11:04:04 GMT 2011


#553: Failed test bigoaddvalue1 on Solaris 9 i386
------------------------+---------------------------------------------------
 Reporter:  dmichelsen  |       Owner:  olly   
     Type:  defect      |      Status:  new    
 Priority:  normal      |   Milestone:         
Component:  Test Suite  |     Version:  1.2.6  
 Severity:  normal      |    Keywords:         
Blockedby:              |    Platform:  Solaris
 Blocking:              |  
------------------------+---------------------------------------------------

Comment(by olly):

 Hmm, I just tried to build on the opencsx "current9x" machine.  I
 configured like so:

 {{{
 #!sh
 PATH=/usr/ccs/bin:$PATH
 ./configure CXX=CC
 gmake
 gmake check
 }}}

 And {{{CC -V}}} says: {{{CC: Sun C++ 5.9 SunOS_i386 Patch 124864-27
 2011/08/09}}}

 But I have to patch tests/soaktest/soaktest.cc to get it to compile
 ({{{<cstdlib>}}} -> {{{<stdlib.h>}}}).  Also various tests fail, for
 example:

 {{{
 Running test: stubdb2... NetworkError: Received EOF (context:
 remote:prog(../bin/xapian-progsrv .brass/db=apitest_simpledata)
 Running test: uuid1... SIGSEGV at d2ef4a
 }}}

 So testing this is kind of hard right now, and it seems we have worse
 issues (or else I picked a bad compiler version).

 I've applied a patch to trunk for the {{{<stdlib.h>}}} issue, but could
 you let me know where and how you built?

-- 
Ticket URL: <http://trac.xapian.org/ticket/553#comment:9>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list