Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199688 - dev-util/comparator doesn't install comparator.py
Summary: dev-util/comparator doesn't install comparator.py
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joshua Kinard
URL:
Whiteboard:
Keywords:
Depends on: 273417
Blocks:
  Show dependency tree
 
Reported: 2007-11-19 18:56 UTC by Paul Sumner
Modified: 2009-07-02 16:27 UTC (History)
1 user (show)

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


Attachments

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