Bug 620104
Summary: | ekg2 needs to be rebuilt against python 2.7 in F14 and devel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Spura <tomspur> |
Component: | ekg2 | Assignee: | Karol Trzcionka <karlikt> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | dmalcolm, karlikt, oget.fedora, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ekg2-0.2-0.15.rc1.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-09-02 03:59:55 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: | 621698 | ||
Bug Blocks: | 619913 |
Description
Thomas Spura
2010-07-31 22:35:00 UTC
For some reason, GTK_OBJECT_FLAGS get #undef'd, even if we #include <gtk/gtkobjects.h> A workaround is to add #define GTK_OBJECT_FLAGS(obj) (GTK_OBJECT (obj)->flags) right before the lines where these two errors occur. Then the compilation succeeds. Sorry, I don't have time to look more at this. The maintainer could apply this workaround until the upstream gives a response. ping: Karol? Did you work on this or submitted the issue upstream? Or should we apply the workaround until you work on it? I've added patch with hack. These macros are (will be) deprecated and I've replaced it. At now the problem is on i686 with gpgme. If it isn't fixed soon, I'll hack it. *** Bug 623291 has been marked as a duplicate of this bug. *** ekg2-0.2-0.15.rc1.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/ekg2-0.2-0.15.rc1.fc14 ekg2-0.2-0.15.rc1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ekg2'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ekg2-0.2-0.15.rc1.fc14 ekg2-0.2-0.15.rc1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |