| Summary: | clustal-omega: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | clustal-omega | Assignee: | Mukundan Ragavan <nonamedotc> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | nonamedotc, yselkowi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-02-17 04:17:17 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1305208 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2016-02-13 21:08:33 UTC
Created attachment 1124219 [details]
build.log
Created attachment 1124220 [details]
root.log
Created attachment 1124221 [details]
state.log
src/hhalign/util-C.h defines float log2(float) and float log10(float) inline functions which conflict with those in <math.h>. (The proper name for these signatures in the C standard library are log2f and log10f.) Removing those two functions fixes the build (std::log2 and std::log10 are used in their place). nonamedotc's clustal-omega-1.2.1-9.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=736472 Thanks Yaakov for not just showing me how to fix it, but also for the explanation of what the code does... |