Bug 2144184

Summary: Re-enable -compat subpackage
Product: [Fedora] Fedora Reporter: Ralf Ertzinger <redhat-bugzilla>
Component: ncursesAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 37CC: dickey, mlichvar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-21 14:32:09 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 Ralf Ertzinger 2022-11-19 17:47:32 UTC
Description of problem:
https://src.fedoraproject.org/rpms/ncurses/c/e9317e9d5d60bbafccec65f4181e05425db1a13b?branch=rawhide removed the ABI v5 compatibility subpackages from ncurses. Would it be possible to provide these again, or are there specific concerns against this?

Comment 1 Miroslav Lichvar 2022-11-21 09:25:47 UTC
Nothing in Fedora is (or at least should be) using it. Why do you need it?

There were some requests to bring it back before: bug #2129865, bug #2135400.

Comment 2 Ralf Ertzinger 2022-11-21 14:13:28 UTC
It's an external piece of software, not distributed with Fedora. symlinking so.5 -> so.6 does make it work, but manually messing around in the system like that feels ... wrong. The application is not maintained any more, so it will never get rebuilt.

Comment 3 Miroslav Lichvar 2022-11-21 14:32:09 UTC
You can put the symlink in some directory where only that application will find it, e.g. by setting LD_LIBRARY_PATH.

Fedora is not supposed to (at least as I understand it) to carry old libraries forever. It has the latest versions and binary compatibility is not usually a concern.

*** This bug has been marked as a duplicate of bug 2129865 ***