Bug 82299
| Summary: | libgtk-x11-2.0.so.0 contains symbol "main" | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Jens Petersen <petersen> |
| Component: | gtk2 | Assignee: | Owen Taylor <otaylor> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | phoebe | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-02-03 15:35:36 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: | |||
I'm planning to do a 2.2.1 and pull it into the tree at some point in the next week or so. Should be fixed in gtk2-2.2.1 |
Description of problem: libgtk-x11-2.0.so contains the symbol "main", which is not unfriendly to applications linking against it. Version-Release number of selected component (if applicable): gtk2-2.2.0-3 How reproducible: every time Steps to Reproduce: % readelf -a /usr/lib/libgtk-x11-2.0.so.0|grep \ main Actual results: 2276: 001cc650 7085 FUNC GLOBAL DEFAULT 10 main Expected results: main shouldn't be in the library. Additional info: I see this is already fixed in cvs.