https://bugzilla.redhat.com/show_bug.cgi?id=1350257 --- Comment #7 from Dave Love <d.love@xxxxxxxxxxxxxxx> --- Oh, something else. PAPI is a mess on el6. You need to ensure you get v5 for at least sandybridge+. This is what I had to do for scorep: # The messing with linkage paths here and below is due to the mess of # the papi package there. %%_libdir/libpapi.so is papi v4 with a # soname of libpapi.so (bz #1300664). export LDFLAGS='-Wl,--as-needed -L%{_libdir}/papi-5.1.1/usr/lib' %global configure_opts --enable-shared --disable-static --disable-silent-rules %{?el6:--with-papi-header=%{_libdir}/papi-5.1.1%{_includedir} --with-papi-lib=%{_libdir}/papi-5.1.1/usr/lib} -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx