Bug 951243 - Scout broken in snapshot 20151014
Summary: Scout broken in snapshot 20151014
Status: RESOLVED DUPLICATE of bug 951977
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Forgotten User 4yKfwBnymp
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-20 16:42 UTC by Fabian Vogt
Modified: 2015-11-02 09:43 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Vogt 2015-10-20 16:42:11 UTC
After upgrading my system to the latest TW snapshot, cnf does not work anymore:

    fvogt@linux-lm3i:~> LANG=C cnf cnf
    cnf: searching ...fvogt@linux-lm3i:~> echo $?
    127

The issue is in scout:

    fvogt@linux-lm3i:~> scout bin cnf
    Traceback (most recent call last):
      File "/usr/bin/scout", line 25, in <module>
        ret = scout.ScoutCore.run()
      File "/usr/lib/python2.7/site-packages/scout/__init__.py", line 949, in run
        result = module.ScoutModule().main(clp.module_args)
      File "/usr/lib/python2.7/site-packages/scout/bin.py", line 123, in main
        result.add_rows( self.query_zypp(term, args.inversesearch) )
      File "/usr/lib/python2.7/site-packages/scout/bin.py", line 80, in query_zypp
        return s.search(term, inversesearch)
      File "/usr/lib/python2.7/site-packages/scout/bin.py", line 42, in search
        for d in self.pool.Dataiterator(0, solv.SOLVABLE_FILELIST, "/" + term, solv.Dataiterator.SEARCH_STRINGEND | solv.Dataiterator.SEARCH_FILES):
    TypeError: Dataiterator() takes at most 4 arguments (5 given)
Comment 2 Fabian Vogt 2015-11-02 09:43:33 UTC
Apparently this is fixed now, somehow this report got ignored...

*** This bug has been marked as a duplicate of bug 951977 ***