Description of problem: Some platforms (e.g. arm) have additional data in objectfiles which get reported by 'objdump' in a way like | $ arm-xscale-linux-gnu-objdump -p /var/tmp/sessiondir-ensc.1126455583.ms4206/tmp/cross-arm-xscale-linux-gnu-glibc-2.3.6-1.1-root-ensc/usr/arm-xscale-linux-gnu/sys-root/lib/gconv/ISO8859-10.so | | /var/tmp/sessiondir-ensc.1126455583.ms4206/tmp/cross-arm-xscale-linux-gnu-glibc-2.3.6-1.1-root-ensc/usr/arm-xscale-linux-gnu/sys-root/lib/gconv/ISO8859-10.so: file format elf32-littlearm | | ... | | Version References: | required from libc.so.6: | 0x09691f73 0x00 04 GLIBC_2.1.3 | 0x0d696911 0x00 03 GLIBC_2.1 | 0x0d696910 0x00 02 GLIBC_2.0 | private flags = 2: [APCS-32] [FPA float format] [has entry point] (note the 'private flags section') This creates broken results like | libc.so.6 | libc.so.6(2:) | libc.so.6(GLIBC_2.0) (note the 2nd line). The attached patch fixes this. Version-Release number of selected component (if applicable): redhat-rpm-config-8.0.34-1.1
Created attachment 121517 [details] Fixes 'find-requires' on ARM platforms
This report targets the FC3 or FC4 products, which have now been EOL'd. Could you please check that it still applies to a current Fedora release, and either update the target product or close it ? Thanks.
Fedora Core 4 is no longer maintained. Setting status to "INSUFFICIENT_DATA". If you can reproduce this bug in the current Fedora release, please reopen this bug and assign it to the corresponding Fedora version.