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.

Bug 2141098

Summary: Please add libffi.so.6 to the compose
Product: Red Hat Enterprise Linux 9 Reporter: rhel8eap
Component: libffiAssignee: DJ Delorie <dj>
Status: CLOSED WONTFIX QA Contact: qe-baseos-tools-bugs
Severity: high Docs Contact:
Priority: unspecified    
Version: 9.0CC: codonell, fweimer, sipoyare
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-15 09:46:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description rhel8eap 2022-11-08 18:45:22 UTC
Description of problem:

Applications built on RHEL 8 will have a dependency on libffi.so.6
RHEL 9 provides libffi.so.8 which will not be compatible with the earlier version

please add compatibility package for libffi.so.6 to RHEL 9.x


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 5 Florian Weimer 2022-11-15 09:46:16 UTC
libffi is a Level 2 package under the Red Hat Enterprise Linux 8: Application Compatibility Guide:

  <https://access.redhat.com/articles/rhel8-abi-compatibility>

As such, its ABI is only stable within one major release. We do not plan to add a compatibility package to Red Hat Enterprise Linux 9 with the old ABI. You will have to resort to bundling if you application is intended to work on both Red Hat Enterprise Linux 8 and 9 without recompilation.

Please note that libffi is a fairly central library for certain components of Red Hat Enterprise Linux. If you bundle it, it may be necessary to statically link it (with hidden visibility), or rename its functions and soname to avoid clashes with the system version.