| Summary: | Singular: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | Singular | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | paulo.cesar.pereira.de.andrade, rdieter, 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-23 17:38:20 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 20:59:03 UTC
Created attachment 1123973 [details]
build.log
Created attachment 1123974 [details]
root.log
Created attachment 1123975 [details]
state.log
mod_raw.cc: In function 'lib_types type_of_LIB(char*, char*)':
mod_raw.cc:40:45: error: narrowing conversion of '254' from 'int' to 'char' inside { } [-Wnarrowing]
const char mach_o[]={0xfe,0xed,0xfa,0xce,0};
mod_raw.cc:40:45: error: narrowing conversion of '237' from 'int' to 'char' inside { } [-Wnarrowing]
mod_raw.cc:40:45: error: narrowing conversion of '250' from 'int' to 'char' inside { } [-Wnarrowing]
mod_raw.cc:40:45: error: narrowing conversion of '206' from 'int' to 'char' inside { } [-Wnarrowing]
mod_raw.cc:41:52: error: narrowing conversion of '206' from 'int' to 'char' inside { } [-Wnarrowing]
const char mach_o_module[]={0xce,0xfa,0xed,0xfe,0};
^
mod_raw.cc:41:52: error: narrowing conversion of '250' from 'int' to 'char' inside { } [-Wnarrowing]
mod_raw.cc:41:52: error: narrowing conversion of '237' from 'int' to 'char' inside { } [-Wnarrowing]
mod_raw.cc:41:52: error: narrowing conversion of '254' from 'int' to 'char' inside { } [-Wnarrowing]
Looks like these should be const unsigned char[].
Thanks, looks like that fix is already included in http://koji.fedoraproject.org/koji/buildinfo?buildID=737442 |