Bug 2291191
Summary: | Incorrect provides from bundled libraries | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Colin Walters <walters> |
Component: | julia | Assignee: | Milan Bouchet-Valat <nalimilan> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 40 | CC: | decathorpe, nalimilan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-06-10 21:01:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Colin Walters
2024-06-10 18:47:56 UTC
Julia seems to bundle a *lot* of things. The fact that these commits are only on the f40 branch but not on the rawhide branch is also kind of suspicious. https://src.fedoraproject.org/rpms/julia/blob/f40/f/sources Looking at the Provides from the build that has been unpushed from f40-testing by now, this is definitely not handled correctly. As built from the tip of the f40 branch, julia provided shared libraries for - libcurl.so.4 - libgmp.so.10 - libgmpxx.so.4 - libmbedcrypto.so.7 - libmbedtls.so.14 - libmbedx509.so.1 - libssh2.so.1 All of these Provides MUST be filtered out. (And whether it's a good idea to bundle crypto libraries is a good idea at all is a separate topic.) *** This bug has been marked as a duplicate of bug 2274270 *** |