Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1103592 - wxsqlite3 3.1.0-1 not built with $RPM_OPT_FLAGS
Summary: wxsqlite3 3.1.0-1 not built with $RPM_OPT_FLAGS
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wxsqlite3
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: MartinKG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2014-06-02 07:25 UTC by Ville Skyttä
Modified: 2014-06-12 06:24 UTC (History)
1 user (show)

Fixed In Version: wxsqlite3-3.1.0-2.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-12 06:24:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Don't discard $RPM_OPT_FLAGS (347 bytes, patch)
2014-06-02 07:25 UTC, Ville Skyttä
no flags Details | Diff

Description Ville Skyttä 2014-06-02 07:25:12 UTC
Created attachment 901354 [details]
Don't discard $RPM_OPT_FLAGS

wxsqlite3 3.1.0-1 is not built with $RPM_OPT_FLAGS. The reason for this is incorrectly setting CXXFLAGS.

Why is -Wno-unused-local-typedefs being added to CXXFLAGS in the first place? It's not our business to mute warnings unless they cause actual problems. I suggest reverting to the standard 

    %configure
    make %{?_smp_mflags}

...which will also fix this issue, or if you insist on adding -Wno-unused-local-typedefs, please document the rationale for doing so in the specfile ("avoid compiler warnings" is not enough!), and do it properly for example like in the attached patch.

Comment 1 Fedora Update System 2014-06-02 16:56:41 UTC
wxsqlite3-3.1.0-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/wxsqlite3-3.1.0-2.fc20

Comment 2 Fedora Update System 2014-06-04 07:51:52 UTC
Package wxsqlite3-3.1.0-2.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing wxsqlite3-3.1.0-2.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-7016/wxsqlite3-3.1.0-2.fc20
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2014-06-12 06:24:37 UTC
wxsqlite3-3.1.0-2.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.