| Summary: | zidrav: FTBFS in rawhide | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||||
| Component: | zidrav | Assignee: | Ralf Corsepius <rc040203> | ||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | rawhide | CC: | dominik, itamar, rc040203 | ||||||||||
| 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-15 13:49:40 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 22:44:15 UTC
Created attachment 1126866 [details]
build.log
Created attachment 1126867 [details]
root.log
Created attachment 1126868 [details]
state.log
Created attachment 1127164 [details] proposed patch The cause of this FTBFS is narrowing issues on i386 and arm. The patch in the attachment should address these. Scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=12990374 Unless somebody objects, I will apply these changes throughout the next couple of days. Thanks for looking into this, Ralf. Your proposed patch doesn't contain the zidrav-gcc60.patch and I'd like to see it before you commit. Please add -b .gcc60 to %patch macro call. Other than that, I'm fine with your change (assuming the missing patch is ok). (In reply to Dominik 'Rathann' Mierzejewski from comment #5) > Thanks for looking into this, Ralf. Your proposed patch doesn't contain the > zidrav-gcc60.patch and I'd like to see it before you commit. ?!? It's there: https://bugzilla.redhat.com/attachment.cgi?id=1127164 Cut'n'paste from the URL above: +diff -Naur zidrav4unix-1.2.0.orig/core.h zidrav4unix-1.2.0/core.h +--- zidrav4unix-1.2.0.orig/core.h 2016-02-15 05:21:09.143118636 +0100 ++++ zidrav4unix-1.2.0/core.h 2016-02-15 05:22:02.503690038 +0100 +@@ -48,7 +48,7 @@ + #define QSV KSigver( ZQ, QVER ) + + +-const long crc_table[256] = { // it's just easier this way, alright? It's one K of data, I'm allowed a global if I want one ++const unsigned long crc_table[256] = { // it's just easier this way, alright? It's one K of data, I'm allowed a global if I want one + 0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L, + 0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L, + 0xe0d5e91eL, 0x97d2d988L, 0x09b64c2bL, 0x7eb17cbdL, 0xe7b82d07L, This patch is a "git format-patch"-generated patch against git/master. Just download this file and "git am <file>" in a clone of git/master. My apologies, I can see it now. It wasn't showing up completely in the 'diff' view of bugzilla (https://bugzilla.redhat.com/attachment.cgi?id=1127164&action=diff). Feel free to apply. Thank you. Patch applied, package rebuilt for rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=12992951 |