Bug 756742

Summary: Crashed with traceback
Product: [Fedora] Fedora Reporter: techtonik
Component: pylintAssignee: Brian Lane <bcl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 16CC: bcl, mrunge
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pylint-0.25.1-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-15 00:13:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description techtonik 2011-11-24 12:22:23 UTC
Description of problem:
Crashes with traceback. Can't even read --help or --version output.

How reproducible:
Always

Steps to Reproduce:
1.hg clone https://code.google.com/p/rietveld/
2.cd rietveld; hg up -r 772
3.pylint --version
  
Actual results:
$ pylint --version
Traceback (most recent call last):
  File "/usr/bin/pylint", line 4, in <module>
    lint.Run(sys.argv[1:])
  File "/usr/lib/python2.7/site-packages/pylint/lint.py", line 833, in __init__
    linter.load_config_file()
  File "/usr/lib/python2.7/site-packages/logilab/common/configuration.py", line 649, in load_config_file
    provider.set_option(option, value, optdict=optdict)
  File "/usr/lib/python2.7/site-packages/pylint/lint.py", line 301, in set_option
    meth(_id)
  File "/usr/lib/python2.7/site-packages/pylint/utils.py", line 172, in disable
    msg = self.check_message_id(msgid)
  File "/usr/lib/python2.7/site-packages/pylint/utils.py", line 229, in check_message_id
    raise UnknownMessage('No such message id %s' % msgid)
pylint.utils.UnknownMessage: No such message id W1201


Expected results:
No config file found, using default configuration
pylint 0.23.0, 
astng 0.21.1, common 0.55.1
Python 2.7.2 (default, Oct 27 2011, 01:36:46) 
[GCC 4.6.1 20111003 (Red Hat 4.6.1-10)]

Comment 1 Matthias Runge 2011-11-25 11:29:44 UTC
External bug url: http://www.logilab.org/ticket/83780

Comment 2 techtonik 2011-11-26 10:30:16 UTC
(In reply to comment #1)
> External bug url: http://www.logilab.org/ticket/83780

Incorrect URL. The correct one is: http://www.logilab.org/ticket/83845

Comment 3 Fedora Update System 2012-03-15 00:19:17 UTC
pylint-0.25.1-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/pylint-0.25.1-1.fc17

Comment 4 Fedora Update System 2012-04-12 02:29:34 UTC
pylint-0.25.1-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.