Bug 2304723
Summary: | F42FailsToInstall: python3-grpcio, grpc | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | grpc | Assignee: | Neil Hanlon <neil> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dan.cermak, mattias.ellert, neil |
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: | 2024-08-15 11:17:09 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2300529 |
Description
Fedora Fails To Install
2024-08-13 21:18:57 UTC
The reason that the package is not instalable is that it was not rebuilt for the soname bump libre2.so.9 → libre2.so.11 in the re2 package in Fedora 41 and 42 (rawhide). This rebuild, and other attempts to rebuild the package later, have failed with: /builddir/build/BUILD/grpc-1.48.4-build/grpc-1.48.4/src/core/tsi/ssl_transport_security.cc:40:10: fatal error: openssl/engine.h: No such file or directory 40 | #include <openssl/engine.h> The reason for this is this Fedora 41 Change: https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine In order for the openssl/enging.h header to be present during the build an additional BuildRequires is needed: BuildRequires: openssl-devel-engine Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 42. Thanks for taking care of it! |