Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1307301

Summary: Singular: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: SingularAssignee: 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: rawhideCC: 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1305208    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 20:59:03 UTC
Your package Singular failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12805242

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-13 20:59:06 UTC
Created attachment 1123973 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 20:59:07 UTC
Created attachment 1123974 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 20:59:08 UTC
Created attachment 1123975 [details]
state.log

Comment 4 Yaakov Selkowitz 2016-02-23 17:31:31 UTC
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[].

Comment 5 Rex Dieter 2016-02-23 17:38:20 UTC
Thanks, looks like that fix is already included in
http://koji.fedoraproject.org/koji/buildinfo?buildID=737442