Created attachment 997114 [details] Proposed patch Build fails due to ambiguous function asString. On all non-primary architecture asString(size_t) needs to be defined as on x86_64. I have prepared patch changing pre-processor macros to define this version of asString on all fedora architectures as needed. I have already sent patch in attachment to upstream mailing list. Failed builds: http://s390.koji.fedoraproject.org/koji/buildinfo?buildID=303438 http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=262344 http://ppc.koji.fedoraproject.org/koji/buildinfo?buildID=296520
The relevant code is currently: //#if !defined( __i386__ ) && !defined( __arm__ ) //remove ambiguity while compiling for most 64-bit/32-bit arches //string asString(size_t n); string asString(unsigned long n); //#endif Could you check that this meets your requirements?
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
Ping?
Looks like all builds are passing now.