Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236455 - >=dev-python/pylint-0.14.0 requires >=dev-python/astng-0.17.2
Summary: >=dev-python/pylint-0.14.0 requires >=dev-python/astng-0.17.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Ali Polatel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 14:04 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2008-10-21 17:28 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 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2008-09-02 14:04:58 UTC
Currently it depends on >=dev-python/astng-0.17.0 and if you don't have 0.17.2 version you get this sort of tracebacks:

Traceback (most recent call last):
  File "/usr/bin/pylint", line 4, in <module>
    lint.Run(sys.argv[1:])
  File "/usr/lib/python2.5/site-packages/pylint/lint.py", line 901, in __init__
    linter.check(args)
  File "/usr/lib/python2.5/site-packages/pylint/lint.py", line 492, in check
    self.check_astng_module(astng, checkers)
  File "/usr/lib/python2.5/site-packages/pylint/lint.py", line 602, in check_astng_module
    if implements(checker, IASTNGChecker)])
  File "/usr/lib/python2.5/site-packages/pylint/lint.py", line 619, in astng_events
    self.astng_events(child, checkers, _reversed_checkers)
  File "/usr/lib/python2.5/site-packages/pylint/lint.py", line 619, in astng_events
    self.astng_events(child, checkers, _reversed_checkers)
  File "/usr/lib/python2.5/site-packages/pylint/lint.py", line 616, in astng_events
    checker.visit(astng)
  File "/usr/lib/python2.5/site-packages/logilab/astng/utils.py", line 84, in visit
    method(node)
  File "/usr/lib/python2.5/site-packages/pylint/checkers/variables.py", line 359, in visit_import
    module = node.infer_name_module(parts[0]).next()
AttributeError: Import instance has no attribute 'infer_name_module'
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-10-21 17:28:26 UTC
Fixed, thanks for reporting :)