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-libgnurxAssignee: Erik van Pienbroek <erik-fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: 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:

Description Anders Wäänänen 2009-07-01 21:15:43 UTC
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

Comment 1 Erik van Pienbroek 2009-07-02 10:21:34 UTC
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

Comment 2 Fedora Update System 2009-07-02 14:19:33 UTC
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

Comment 3 Fedora Update System 2009-07-02 14:20:13 UTC
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

Comment 4 Fedora Update System 2009-07-03 19:33:23 UTC
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.

Comment 5 Fedora Update System 2009-07-03 19:53:13 UTC
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.