Bug 509258
| Summary: | The renaming of libgnurx to libregex is not done in the libtool archive | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anders Wäänänen <waananen> |
| Component: | mingw32-libgnurx | Assignee: | Erik van Pienbroek <erik-fedora> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | erik-fedora, mattias.ellert, rjones |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.5.1-3.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-03 19:33:28 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: | |||
Thanks for the report. I already solved this bug in Rawhide, but forgot to update the F-10 and F-11 branches. Will do right away mingw32-libgnurx-2.5.1-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/mingw32-libgnurx-2.5.1-3.fc11 mingw32-libgnurx-2.5.1-3.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/mingw32-libgnurx-2.5.1-3.fc10 mingw32-libgnurx-2.5.1-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. mingw32-libgnurx-2.5.1-3.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The renaming of the libraries from libgnurx to libregex is not done in the libtool archive (.la file). This is needed when linking against libregex with libtool. Version-Release number of selected component (if applicable): 2.5.1-2 How reproducible: N/A Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Proposed solution: Add the following lines to the %install section in the specfile: # Fix libtool archive sed -i -e 's/libgnurx.dll.a/libregex.dll.a/' -e 's/libgnurx.a/libregex.a/' \ $RPM_BUILD_ROOT%{_mingw32_libdir}/libregex.la