Bug 914557
| Summary: | ustr: FTBFS in rawhide | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
| Component: | ustr | Assignee: | James Antill <james.antill> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | awilliam, james.antill, pbrobinson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | RejectedFreezeException | ||
| Fixed In Version: | ustr-1.0.4-14.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-08 03:42:12 UTC | Type: | --- |
| 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: | 913825 | ||
|
Description
Dennis Gilmore
2013-02-22 10:30:47 UTC
This is the relevant parts: PASS: ctst_10_b -=> ASSERT (u64[num] == ustrp_parse_b_uint64(sp1, off)) failed in (tst) from 97 octst_10_b.c. /bin/sh: line 3: 15108 Aborted ./$tst FAIL: octst_10_b [...] PASS: tst_10_b PASS: otst_10_b ...note that this is the exact same source compiled in 4 ways: ctst == Compiled with debug options and linked against a debug compiled .a octst == Compiled with production options and linked against a production compiled .a tst == Compiled with debug options, but no linking (all code is inline). otst == Compiled with production options, but no linking (all code is inline). ...the fact that only one of these is failing, it's the optimized one, and that it has worked for years previously all lead me to think that this has to be a weird compiler bug. Not sure what to do, Dennis? Also note that the function just above this (which must work for it to get here) is ustr_parse_b_uint64() which is basically identical to ustrp_parse_b_uint64() ... even more implying that this is some weird compiler bug (code in ustr-b.h). Random github mirror: https://github.com/certik/ustr/blob/master/ustr-b.h#L136 https://github.com/certik/ustr/blob/master/ustr-b.h#L254 This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 *** Bug 957935 has been marked as a duplicate of this bug. *** This was rejected as an FE issue in 957935. Interestingly it builds just fine in F-20/rawhide and still fails in f19 ustr-1.0.4-14.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ustr-1.0.4-14.fc19 Package ustr-1.0.4-14.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ustr-1.0.4-14.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-9761/ustr-1.0.4-14.fc19 then log in and leave karma (feedback). ustr-1.0.4-14.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |