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/ Your package (grpc) Fails To Install in Fedora 42: can't install python3-grpcio: - nothing provides libre2.so.9()(64bit) needed by python3-grpcio-1.48.4-37.fc41.x86_64 can't install grpc: - nothing provides libre2.so.9()(64bit) needed by grpc-1.48.4-37.fc41.x86_64 If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-42-x86_64 --config-opts mirrored=False install python3-grpcio grpc P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
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!