Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258934 - emerge app-misc/sphinx-0.9.9_rc1 fails on test
Summary: emerge app-misc/sphinx-0.9.9_rc1 fails on test
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 04:20 UTC by Jeremy Stent
Modified: 2010-06-04 19:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,51.68 KB, text/plain)
2009-02-14 04:20 UTC, Jeremy Stent
Details
ebuild environment (environment,110.90 KB, text/plain)
2009-02-14 04:20 UTC, Jeremy Stent
Details
emerge --info (emerge_info,15.25 KB, text/plain)
2009-02-14 04:21 UTC, Jeremy Stent
Details

Note You need to log in before you can comment on or make changes to this bug.
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