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}
hydra-7.3-10.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/hydra-7.3-10.fc17
hydra-7.3-10.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/hydra-7.3-10.fc16
Thank you Ville, the issue should be fixed in 7.3-10
sorry - my fault, I have not catched that one during review.
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...>
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).
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.
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.