Bug 480635 - Bug in F10 version of python-logilab-common causes pylint test suite failure
Summary: Bug in F10 version of python-logilab-common causes pylint test suite failure
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-logilab-common
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Konstantin Ryabitsev
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-19 15:17 UTC by Mads Kiilerich
Modified: 2009-05-01 23:57 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-01 23:57:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mads Kiilerich 2009-01-19 15:17:25 UTC
Description of problem:

The pylint test suite currently fails - both pylint-0.14.0-1 (which is currently in Fedora 10) and the upstream development tree.

It fails with "TypeError: run() takes exactly 2 arguments (4 given)". That was a bug which was fixed in http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab/common/rev/ad7b0df142c3

Applying just that patch seems to work for me:
cd /usr/lib/python2.5/site-packages/logilab/common/
curl http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab/common/raw-rev/ad7b0df142c3 | patch -p1

It also works fine with the current F11 package (rebuild for F10). So tagging that version for F10 would solve the problem too.

I don't know if any of these solutions are acceptable, but at least this issue will now describe a workaround ;-)


Version-Release number of selected component (if applicable):

python-logilab-common-0.32.0-1.fc10.noarch

Comment 1 Mads Kiilerich 2009-02-19 12:26:51 UTC
F11/rawhide contains python-logilab-common-0.38.0-1.fc11.noarch and that solves this issue.

So if maintainer don't want to fix it for F10 it can be marked closed or release pending.


Note You need to log in before you can comment on or make changes to this bug.