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.
Hi Flavio,
What is the name of the package for openvswitch ?
Ie I am trying to rebuild the ovsdb-server binary locally, so that I can see
how it is compiled, but at the moment I do not know how to check out the
RHEL 8.1 sources. I tried:
% rhpkg clone -b rhel-8.1.0 openvswitch rhel-8.1.0
[...]
fatal: Remote branch rhel-8.1.0 not found in upstream origin
Cheers
Nick
(In reply to Nick Clifton from comment #3)
> What is the name of the package for openvswitch ?
We support multiple versions, so the name contains the version as well.
Also we don't ship as part of RHEL, so the branches are different:
% rhpkg clone -b fast-datapath-rhel-8 openvswitch2.12 fast-datapath-rhel-8
fbl
Hi Flavio,
Thanks for the package details. With that I was able to reproduce the
problem locally, and I have some good news:
* This definitely is a bug in annobin, not openvswitch.
* The bug has already been fixed.
The bad news is that the fix is in RHEL 8.1.0 but not RHEL 8.0.0.
(Specifically the fix is in annobin version 8.65 and later, but
8.0.0 uses annobin 8.64).
So if you are able to rebuild on 8.1.0 the problem will go away.
Alternatively just feel free to continue waiving FAIL results for gaps.
The cause is a bug in the annobin plugin which is generating the wrong
section name for the notes for unlikely-to-execute code.
I do not think that this problem is sufficient to warrant a z-stream
fix for 8.0.0 however, so I am just going to close this BZ with
FIXED/CURRENTRELEASE.
Cheers
Nick