Bug 1307301 - Singular: FTBFS in rawhide
Summary: Singular: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Singular
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paulo Andrade
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-13 20:59 UTC by Fedora Release Engineering
Modified: 2016-02-23 17:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-23 17:38:20 UTC
Type: ---


Attachments (Terms of Use)
build.log (313.70 KB, text/plain)
2016-02-13 20:59 UTC, Fedora Release Engineering
no flags Details
root.log (167.70 KB, text/plain)
2016-02-13 20:59 UTC, Fedora Release Engineering
no flags Details
state.log (629 bytes, text/plain)
2016-02-13 20:59 UTC, Fedora Release Engineering
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.