Your package tuxmath failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=10159415 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Created attachment 1048555 [details] build.log
Created attachment 1048556 [details] root.log
Created attachment 1048557 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23
Taking. The cause for this FTBFS seems to be a gcc5 compatibility issue/behavioral change or bug in GCC to me. x86_64 GCC seems to produce bogus relocs for CU-local symbols. Making such symbols static seems to help. In this case, this patch seems to help: --- tuxmath_w_fonts-2.0.1/src/titlescreen.c~ 2011-04-11 05:05:58.000000000 +0200 +++ tuxmath_w_fonts-2.0.1/src/titlescreen.c 2015-07-24 05:48:03.385868605 +0200 @@ -50,7 +50,7 @@ SDL_Color bright_green; // Type needed for trans_wipe(): -struct blit { +static struct blit { SDL_Surface *src; SDL_Rect *srcrect; SDL_Rect *dstrect; I am going to apply this patch.
fc24: http://koji.fedoraproject.org/koji/taskinfo?taskID=10459512 fc23: http://koji.fedoraproject.org/koji/taskinfo?taskID=10459541