Description of problem: The check-rpaths-worker script uses readelf to look for an RPATH but with recent binutils that readelf invocation is now doing debuginfod lookups. At best that slows things down unnecessarily, at worst it can cause things to hang for a long time if the debuginfod server is not responding. Version-Release number of selected component (if applicable): rpm-4.17.0-10.fc36.x86_64 binutils-2.37-24.fc36.x86_64 Additional info: Adding the -wE switch to readelf will stop it doing lookups though I think that's only available in 2.38 so unsetting DEBUGINFOD_URLS may be a better solution.
Hmm, I could've sworn I replied to this already, even did something about it but apparently not. Sorry about that. Will be fixed in the next 4.18 pre-release: https://github.com/rpm-software-management/rpm/pull/2100 Thanks for the report, and suggestion!
*** Bug 2093180 has been marked as a duplicate of this bug. ***
Okay so there was a duplicate on which I did respond, goes to explain. And we'll need this in F36 too, not just upstream latest.