Bug 844813
| Summary: | wxWidgets needs a rebuild using current stable build-tools | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fritz Elfert <fritz> | ||||||
| Component: | mingw-wxWidgets | Assignee: | Thomas Sailer <fedora> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 17 | CC: | erik-fedora, fedora, fritz, kalevlember | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-08-09 23:28:59 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Fritz Elfert
2012-07-31 22:14:10 UTC
BTW: Of course, I know that probably mingw-gcc et. al. is to blame, but since those are published for some time now, filing a bug *there* does not make much sense to me. Created attachment 601602 [details]
See comment
I also did the following to prove the differences in name-mangling:
1. Install original mingw32-wxWidgets-2.8.12-9.fc17.noarch.rpm
2. cd /usr/i686-w64-mingw32/sys-root/mingw/lib
3. i686-w64-mingw32-nm libwx_baseu-2.8-i686-w64-mingw32.dll.a > /tmp/nm-out-original
4. Uninstall original, install local rebuild
5. i686-w64-mingw32-nm libwx_baseu-2.8-i686-w64-mingw32.dll.a > /tmp/nm-out-localbuild
6. diff -uw /tmp/nm-out-original /tmp/nm-out-localbuild > ~/nm-output.diff
The file nm-output.diff is attached.
Needless to say, that probably other C++ based mingw packages might be affected as well... mingw-wxWidgets-2.8.12-10.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-10.fc17 Package mingw-wxWidgets-2.8.12-10.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mingw-wxWidgets-2.8.12-10.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11378/mingw-wxWidgets-2.8.12-10.fc17 then log in and leave karma (feedback). mingw-wxWidgets-2.8.12-10.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |