Bug 967556

Summary: rpmlint crashes
Product: [openSUSE] openSUSE Tumbleweed Reporter: Kyrill Detinov <lazy.kent>
Component: BasesystemAssignee: Dirk Mueller <dmueller>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: someuniquename
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Kyrill Detinov 2016-02-21 20:01:06 UTC
rpmlint crashes while checking a package (with non ascii characters).
https://build.opensuse.org/package/show/home:Lazy_Kent/outwiker

[  124s] RPMLINT report:
[  124s] ===============
[  127s] Traceback (most recent call last):
[  127s]   File "rpmlint.py", line 385, in <module>
[  127s]   File "rpmlint.py", line 196, in main
[  127s]   File "Filter.py", line 131, in printAllReasons
[  127s]   File "Filter.py", line 40, in __print
[  127s]   File "/usr/lib64/python2.7/codecs.py", line 357, in write
[  127s]     data, consumed = self.encode(object, self.errors)
[  127s] UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 65: ordinal not in range(128)


An issue at github: https://github.com/rpm-software-management/rpmlint/issues/61
Comment 1 Dirk Mueller 2016-02-22 08:24:31 UTC
already reported

*** This bug has been marked as a duplicate of bug 907492 ***