Bug 967556 - rpmlint crashes
Summary: rpmlint crashes
Status: RESOLVED DUPLICATE of bug 907492
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dirk Mueller
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-21 20:01 UTC by Kyrill Detinov
Modified: 2016-02-22 08:24 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

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