Bug 825860

Summary: hydra 7.3-9 binaries stripped too early
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: hydraAssignee: Othman Madjoudj <athmanem>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: athmanem, rebus
Target Milestone: ---Keywords: Patch, Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-07 02:55:01 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:
Bug Depends On:    
Bug Blocks: 496968    

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.