Hide Forgot
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
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