Bug 1139274
Summary: | glib2 rebase leads to crashers after packages are rebuilt against it | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Ray Strode [halfline] <rstrode> | ||||
Component: | glib2 | Assignee: | Matthew Barnes <mbarnes> | ||||
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.6 | CC: | cfergeau, danw, desktop-qa-list, marcandre.lureau, mkasik, msimon, oholy, tlavigne, tpelka, walters | ||||
Target Milestone: | beta | Keywords: | Rebase | ||||
Target Release: | 6.6 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | glib2-2.28.8-3.el6 | Doc Type: | Rebase: Bug Fixes and Enhancements | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 1101398 | Environment: | |||||
Last Closed: | 2014-10-14 07:29:04 UTC | Type: | Bug | ||||
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: | 1101398 | ||||||
Bug Blocks: | 1033151, 1100886, 1101399, 1101418, 1113189, 1127304, 1641312 | ||||||
Attachments: |
|
Comment on attachment 935360 [details]
Reverts all deprecations back to glib-2.22
I'm OK with this patch.
However, two things should happen for all client programs using glib2: 1) Stop using -DG_DISABLE_DEPRECATED. See: https://bugzilla.redhat.com/show_bug.cgi?id=1104372#c6 2) Ensure they *do* use -Werror=implicit-function-declaration. Every C program should opt out of the completely braindead legacy default behavior. Note bug 1104372 comment 6 is a rhel7 bug, this is a rhel6 bug. I agree with 1) though, within reason. What I mean is, we can't fix customer programs, and we can't easily fix programs that aren't on the approved components list (since we don't have QA resources to test them). In this case, the only known offender is devhelp, which has been fixed independently. As for 2, I agree with that, too, though, from a rhel perspective, it should probably be added to the default CFLAGS. 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-2014-1538.html |
Created attachment 935360 [details] Reverts all deprecations back to glib-2.22