Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 258934

Summary: emerge app-misc/sphinx-0.9.9_rc1 fails on test
Product: Gentoo Linux Reporter: Jeremy Stent <stentj>
Component: New packagesAssignee: Hans de Graaff <graaff>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
ebuild environment
emerge --info

Description Jeremy Stent 2009-02-14 04:20:01 UTC
emerge app-misc/sphinx-0.9.9_rc1 fails 3 of 51 tests.

Reproducible: Always

Steps to Reproduce:
1.  USE="test" or FEATURES="test"
2.  emerge sphinx

Actual Results:  
testing test_09, attributes over network... done; 1/1 subtests FAILED:
        subtest 1: query error: all remote agents unreachable and no available local indexes found

----------------------

testing test_34, distibuted index vs MVA... done; 1/1 subtests FAILED:
        subtest 1: query error: all remote agents unreachable and no available local indexes found

----------------------

testing test_39, distributed updates... done; 1/1 subtests FAILED:
        subtest 1: query results mismatch; see test_39/report.txt


Expected Results:  
successful merge
Comment 1 Jeremy Stent 2009-02-14 04:20:26 UTC
Created attachment 181952 [details]
build log
Comment 2 Jeremy Stent 2009-02-14 04:20:51 UTC
Created attachment 181953 [details]
ebuild environment
Comment 3 Jeremy Stent 2009-02-14 04:21:39 UTC
Created attachment 181954 [details]
emerge --info
Comment 4 Gordon Malm (RETIRED) gentoo-dev 2009-07-23 21:52:11 UTC
I just added =app-misc/sphinx-0.9.9_rc2 to the tree, can you check if it fixes these test failures for you?
Comment 5 Alexey 2009-08-14 12:57:05 UTC
(In reply to comment #0)

> Actual Results:  
> testing test_09, attributes over network... done; 1/1 subtests FAILED:
>         subtest 1: query error: all remote agents unreachable and no available
> local indexes found

All the problems might be reliable to networking of your computer. Since these very tests try to work with distributed indexes - when several daemons searchd works on several computers, and are collected together by distributed index. This is for scalability.

However, impossibility to do this might not reflect the real problem with sphinx itself, but with network system partically. Check if you have a firewall or something which could block the network access of searchd. And - if you don't use distributed indexes in your work, just forget it ;).

Comment 6 Hans de Graaff gentoo-dev Security 2010-06-04 13:47:30 UTC
sphinx 0.9.9 has been in the tree for some time now. Please test and re-open if this test failure is still present with this version.
Comment 7 Jeremy Stent 2010-06-04 19:45:08 UTC
I was able to compile the latest version with test on.  Thank youl