https://bugzilla.redhat.com/show_bug.cgi?id=1013836 --- Comment #5 from Orion Poplawski <orion@xxxxxxxxxxxxx> --- So, these packages generate about 128 rpmlint errors, and 2316 warnings. Yowza! But, e.g.: scorep-libs.x86_64: W: undefined-non-weak-symbol /usr/lib64/libscorep_adapter_pomp_mgmt.so.1.0.3 SCOREP_Filter_Match The scorep build system automatically handles adding the appropriate link flags, so this is not strictly needed for scorep to work. -- scorep-libs.x86_64: W: shared-lib-calls-exit /usr/lib64/libscorep_adapter_pomp_mgmt.so.1.0.3 exit@GLIBC_2.2.5 Upstream response: Here it is not always possible for the user to evaluate return codes. E.g., when using compiler instrumentation, function calls that possibly fail are inserted by the compiler. There is no way the user can handle this. -- scorep-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libscorep_adapter_pomp_omp_mgm t_mockup.so scorep is essentially a compiler, so it does not make sense to have a -devel sub-package. -- scorep-mpich-libs.x86_64: E: library-without-ldconfig-postin /usr/lib64/mpich/lib/libscorep_adapter_utils.so.1.0.3 These are not in the linker path, so it does not make sense to run ldconfig. Handled by environment-modules. -- scorep-mpich.x86_64: E: rpath-in-buildconfig /usr/lib64/mpich/bin/scorep-config lines ['134'] Yes, the string -rpath occurs in this file. This is expected and needed. -- scorep.x86_64: E: devel-dependency binutils-devel This is needed to build with scorep. -- I'll try to fix the unused-direct-shlib-dependency warnings. -- 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://admin.fedoraproject.org/mailman/listinfo/package-review