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

Bug 199688

Summary: dev-util/comparator doesn't install comparator.py
Product: Gentoo Linux Reporter: Paul Sumner <paul>
Component: New packagesAssignee: Joshua Kinard <kumba>
Status: VERIFIED TEST-REQUEST    
Severity: normal CC: rbu
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 273417    
Bug Blocks:    

Description Paul Sumner 2007-11-19 18:56:33 UTC
Comparator ebuild does install comparator.py, and therefore filterator bombs with import error:

Traceback (most recent call last):
  File "/usr/bin/filterator", line 5, in ?
    import sys, comparator
ImportError: No module named comparator


Reproducible: Always

Steps to Reproduce:
1. Run comparator and pipe output to filterator.
2. 
3.

Actual Results:  
filterator bombs with import error.

Expected Results:  
filterator should run and produce source code snippets that match.

I simply put comparator.py in /usr/bin with the 2 binaries. Not sure if that is the appropriate place...
Comment 1 Robert Buchholz (RETIRED) gentoo-dev 2008-03-20 15:22:34 UTC
2.3 should install the module. Which version did you try?
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-06-09 19:05:59 UTC
>>> /usr/lib64/python2.6/site-packages/comparator.py

And so does 2.5, closing as TEST-REQUEST. Please reopen if you can still reproduce this with 2.5.
Comment 3 Paul Sumner 2009-07-02 16:27:42 UTC
2.5 is good.