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 825860 - hydra 7.3-9 binaries stripped too early
Summary: hydra 7.3-9 binaries stripped too early
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: hydra
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Othman Madjoudj
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2012-05-28 18:54 UTC by Ville Skyttä
Modified: 2012-06-07 02:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-07 02:55:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2012-05-28 18:54:22 UTC
hydra 7.3-9's build strips binaries too early thus breaking -debuginfo, fix below.  Also removes unnecessary setting of CFLAGS to optflags - the %configure macro does that anyway.

--- a/hydra.spec
+++ b/hydra.spec
@@ -40,4 +40,4 @@ This package includes xhydra, a GTK+ front end for hydra.
 %build
-export CFLAGS="%{optflags}" BINDIR=%{_bindir}
-%configure  
+export BINDIR=%{_bindir}
+%configure --nostrip
 make %{?_smp_mflags}

Comment 1 Fedora Update System 2012-05-28 20:42:16 UTC
hydra-7.3-10.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/hydra-7.3-10.fc17

Comment 2 Fedora Update System 2012-05-28 20:57:06 UTC
hydra-7.3-10.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/hydra-7.3-10.fc16

Comment 3 Othman Madjoudj 2012-05-28 21:01:17 UTC
Thank you Ville, the issue should be fixed in 7.3-10

Comment 4 Michal Ambroz 2012-05-28 22:12:01 UTC
sorry - my fault, I have not catched that one during review.

Comment 5 Othman Madjoudj 2012-05-28 22:47:54 UTC
Note that --nostrip was added in hydra 7.3 just for Fedora and I forget to use it, I'll be more careful next time.


CHANGELOG for 7.3
=================

<...SNIP...>

 * configure script:
     - Added fix Oracle library inclusion, thanks to Brandon Archer!
     - Added --nostrip option to prevent binary stripping (requested by Fedora maintainer)

<...SNIP...>

Comment 6 Fedora Update System 2012-05-29 16:21:20 UTC
Package hydra-7.3-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 hydra-7.3-10.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-8573/hydra-7.3-10.fc17
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2012-06-07 02:55:01 UTC
hydra-7.3-10.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2012-06-07 02:55:29 UTC
hydra-7.3-10.fc17 has been pushed to the Fedora 17 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.