Bug 707950
Summary: | abrt breaks python rpm packaging process | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Francisco Lopez <flopezyg> |
Component: | abrt | Assignee: | Jiri Moskovcak <jmoskovc> |
Status: | CLOSED ERRATA | QA Contact: | Petr Šplíchal <psplicha> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | ahecox, dfediuck, dvlasenk, gavin, kklic, mnowak, npajkovs, ohudlick, psplicha, rvokal |
Target Milestone: | rc | ||
Target Release: | 6.2 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | abrt-2.0.4-1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 12:14:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 672043 | ||
Bug Blocks: |
Description
Francisco Lopez
2011-05-26 12:06:55 UTC
This is equivalent to Fedora bug 672043. I wrote up some notes on it there at: https://bugzilla.redhat.com/show_bug.cgi?id=672043#c3 I don't think this is cleanly fixable from the Python side. One workaround is to not have the abrt-addon-python package installed when building python. Another may be to patch ABRT to move the "import syslog" within /usr/lib/python2.6/site-packages/abrt_exception_handler.py" into the callsites that use it, rather than in module scope. Reassigning to "abrt" *** Bug 672483 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1598.html |