Bug 2257605
| Summary: | texmaker needs to be recompiled for EL9.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | bugreports2005 |
| Component: | texmaker | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel9 | CC: | adam.j.boutcher, nonamedotc, orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | texmaker-5.1.4-2.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-01-19 03:57:24 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
bugreports2005
2024-01-10 08:44:20 UTC
FEDORA-EPEL-2024-5d887072d8 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-5d887072d8 FEDORA-EPEL-2024-5d887072d8 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-5d887072d8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. The spec file needs to be less specific on a QT5 lib. Change: libQt5Core.so.5(Qt_5.15.3_PRIVATE_API)(64bit) To: libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit) You can manually change the spec-file with rpmrebuild -enp texmaker-5.1.3-5.el9.x86_64.rpm to be less specific as qt5-qtbase doesn't provide a versioned provides for the Private_API. This then successfully installs and works. I can also confirm that the updated version does work via https://koji.fedoraproject.org/koji/buildinfo?buildID=2343615 FEDORA-EPEL-2024-5d887072d8 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. (In reply to Adam from comment #3) > The spec file needs to be less specific on a QT5 lib. > > Change: > libQt5Core.so.5(Qt_5.15.3_PRIVATE_API)(64bit) > To: > libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit) Just to be clear - this requires is automatically added by the build system, the texmaker spec does not have it. And since it is a private api, it can change at any time, which is why it is a specific dep. The real fix would be for texmaker to not make use of private Qt apis, but I have no idea what that might be. |