The imported elfutils uses scanf %a, which barfs when compiling for fc5 - switch (sscanf (a.arg, "%a[^:]:%d", &a.file, &a.line))
This bug just needs: - a corresponding upstream bug (bugzilla.redhat.com) and add a link it to it - the local fix committed with the change log added to this
Fixed with commit f231e276bda6395770ebb2fc2d1469def46c2707 * line2addr.c: Use %m modifier instead of %a to appease gcc.