Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
The openblas package is unable to run through annocheck. Using a recent build, such as https://koji.fedoraproject.org/koji/buildinfo?buildID=1890262 (openblas-0.3.19-3.fc36) I cannot get it to complete annocheck unless I exclude the static libraries.
I am invoking this via rpminspect, which is using the defaults for annocheck. If I tell rpminspect to ignore /usr/lib/*.a and /usr/lib64/*.a for openblas, it completes fine.
It is consistent across architectures. I at least checked aarch64, ppc64le, s390x, and x86_64 and it behaves the same way.
I am on Fedora 35 and have annobin-annocheck-10.35 installed.
Hi David,
Which openblas rpm(s) trigger this problem ?
I tried testing openblas-0.3.19-3.fc36.x86_64.rpm and had no problems.
I also tried testing openblas-static-0.3.19-3.fc36.x86_64.rpm. This
took a significant amount of time to complete an annocheck run (55
seconds according to the wall clock). But then there are a *lot* of
components in the libraries and it looks like all of them have
problems.
I was using annobin 10.52 so there is also a possibility that this
is an already fixed problem. (Although I do not remember fixing an
infinite loop issue).
Cheers
Nick
Given that we have no response from the reporter, and no other reports of annocheck going into an infinite loop, I am closing this BZ.
I suspect that Florian's guess that the issue might be debuginfod related is spot on. It should be noted that annocheck has a command line option to run without using debuginfod (-n or --no-use-debuginfod), which might help if similar problems are encountered in the future.